pixelshift: optionally select lmmse for motion in high iso files

This commit is contained in:
heckflosse
2017-02-01 19:35:36 +01:00
parent bcb3ce8164
commit bd492e0ece
13 changed files with 88 additions and 12 deletions

View File

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