merge with dev
This commit is contained in:
@@ -1348,7 +1348,7 @@ int RawImageSource::findHotDeadPixels( PixelsMap &bpMap, float thresh, bool find
|
||||
float varthresh = (20.0 * (thresh / 100.0) + 1.0) / 24.f;
|
||||
|
||||
// allocate temporary buffer
|
||||
float (*cfablur);
|
||||
float* cfablur;
|
||||
cfablur = (float (*)) malloc(H * W * sizeof * cfablur);
|
||||
|
||||
// counter for dead or hot pixels
|
||||
|
Reference in New Issue
Block a user