Issue 2059: better demosaicing and ca autocorrect performance with extreme white balances. This patch also adds a missing colortemp parameter that DCP color correction needs (forgot in the dcp 1987 patch)
This commit is contained in:
2
rtengine/rawimage.h
Normal file → Executable file
2
rtengine/rawimage.h
Normal file → Executable file
@@ -90,7 +90,7 @@ public:
|
||||
~RawImage();
|
||||
|
||||
int loadRaw (bool loadData=true, bool closeFile=true);
|
||||
void get_colorsCoeff( float* pre_mul_, float* scale_mul_, float* cblack_ );
|
||||
void get_colorsCoeff( float* pre_mul_, float* scale_mul_, float* cblack_, bool forceAutoWB );
|
||||
void set_prefilters(){
|
||||
if (isBayer() && get_colors() == 3) {
|
||||
prefilters = filters;
|
||||
|
Reference in New Issue
Block a user