Pixelshift: Added per channel brightness equalization

This commit is contained in:
heckflosse
2017-04-10 20:39:00 +02:00
parent 14f544fcc2
commit e043e792db
10 changed files with 134 additions and 34 deletions

View File

@@ -500,7 +500,8 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
DEMOSAIC, // EvPixelShiftMotionMethod
DEMOSAIC, // EvPixelShiftSmooth
DEMOSAIC, // EvPixelShiftLmmse
DEMOSAIC // EvPixelShiftEqualBright
DEMOSAIC, // EvPixelShiftEqualBright
DEMOSAIC // EvPixelShiftEqualBrightChannel
};