Optimization for dark frames and hot/dead pixel detection/interpolation, Issue 2486

This commit is contained in:
Ingo
2014-09-10 14:55:58 +02:00
parent 7d16d8e422
commit 13a49eb7b3
20 changed files with 343 additions and 154 deletions

View File

@@ -947,7 +947,8 @@ class RAWParams {
double expos;
double preser;
bool hotdeadpix_filt;
bool hotPixelFilter;
bool deadPixelFilter;
int hotdeadpix_thresh;
};