pixelshift: option to smooth transitions between regions with and without motion

This commit is contained in:
heckflosse
2017-01-19 18:46:41 +01:00
parent e231d6c06d
commit 8d40dbdc0b
10 changed files with 69 additions and 30 deletions

View File

@@ -496,7 +496,8 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
DEMOSAIC, // EvPixelShiftHoleFill
DEMOSAIC, // EvPixelShiftMedian
DEMOSAIC, // EvPixelShiftMedian3
DEMOSAIC // EvPixelShiftMotionMethod
DEMOSAIC, // EvPixelShiftMotionMethod
DEMOSAIC // EvPixelShiftSmooth
};