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

@@ -497,6 +497,7 @@ enum ProcEvent {
EvPixelShiftMedian = 467,
EvPixelShiftMedian3 = 468,
EvPixelShiftMotionMethod = 469,
EvPixelShiftSmooth = 470,
NUMOFEVENTS
};