hdrplus-python
hdrplus-python copied to clipboard
Open source Python implementation of the HDR+ photography pipeline
Due to the fact that the filling data is in Bayer mode, it might be more appropriate to use the "reflect" mode instead of the "symmetric" mode when using the...
when executing any command("python runHdrplus.py -i ./test_data -o ./results_test1 -m full -v 2","python runHdrplus_multiple.py -i ./test_data -o ./results_test2 -m full") then it gives me error "segmentation fault python runHdrplus.py -i...
The indexes computed are applied to paddedPreviousAlignments which is only offseted by 1 (and not 2) pixels with regard to PreviousAlignments. This is not such a big deal, but this...
dear author,when talking about ‘upsampleAlignments’ function, there is a code like `ti1 = np.repeat(np.clip(2 + np.arange(h) // repeatFactor + neighborsMask[:, 0, 0, 0], 0, paddedPreviousAlignments.shape[0] - 1).reshape(h, 1), w, axis=1).reshape(h...