Patch to restore functionality to line denoise.
This commit is contained in:
@@ -64,7 +64,7 @@ void RawImageSource::CLASS cfa_linedn(float noise)
|
|||||||
int ex, ey;
|
int ex, ey;
|
||||||
int verbose=1;
|
int verbose=1;
|
||||||
|
|
||||||
const float clip_pt = 0.8*ri->defgain;
|
const float clip_pt = 0.8*ri->defgain * 65535.0;
|
||||||
|
|
||||||
float eps=1e-5; //tolerance to avoid dividing by zero
|
float eps=1e-5; //tolerance to avoid dividing by zero
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user