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

@@ -536,7 +536,8 @@ class RAWParamsEdited {
bool caCorrection;
bool caRed;
bool caBlue;
bool hotDeadPixelFilter;
bool hotPixelFilter;
bool deadPixelFilter;
bool hotDeadPixelThresh;
bool darkFrame;
bool dfAuto;