pixelshift: Simplified code and added 2 checkboxes

This commit is contained in:
heckflosse
2016-12-15 18:45:34 +01:00
parent 7dcf89808f
commit 3870f6d35d
12 changed files with 875 additions and 121 deletions

View File

@@ -484,7 +484,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
DEMOSAIC, // EvPixelShiftNonGreenVertical
DEMOSAIC, // EvPixelShiftNonGreenCross
DEMOSAIC, // EvPixelShiftStddevFactorRed
DEMOSAIC // EvPixelShiftStddevFactorBlue
DEMOSAIC, // EvPixelShiftStddevFactorBlue
DEMOSAIC, // EvPixelShiftNonGreenCross2
DEMOSAIC // EvPixelShiftNonGreenAmaze
};