Pixel Shift: Improve motion mask and further changes

This commit is contained in:
heckflosse
2018-04-14 01:11:01 +02:00
parent 15794cc1ba
commit 4a1a10aab0
23 changed files with 227 additions and 1940 deletions

View File

@@ -481,8 +481,8 @@ enum ProcEventCode {
EvPixelshiftShowMotion = 451,
EvPixelshiftShowMotionMaskOnly = 452,
EvPixelShiftAutomatic = 453,
EvPixelShiftNonGreenHorizontal = 454,
EvPixelShiftNonGreenVertical = 455,
// EvPixelShiftNonGreenHorizontal = 454,
// EvPixelShiftNonGreenVertical = 455,
EvPixelShiftNonGreenCross = 456,
EvPixelShiftStddevFactorRed = 457,
EvPixelShiftStddevFactorBlue = 458,
@@ -520,7 +520,7 @@ enum ProcEventCode {
EvWBEnabled = 490,
EvRGBEnabled = 491,
EvLEnabled = 492,
EvPixelShiftOneGreen = 493,
// EvPixelShiftOneGreen = 493, can be reused
NUMOFEVENTS