Add an average filter for pixel shift to process the moving parts, closes #6376 (#6380)

This commit is contained in:
Ingo Weyrich
2021-11-10 17:54:57 +01:00
committed by GitHub
parent 7a5c95ce3f
commit e4ee63850d
9 changed files with 72 additions and 12 deletions

View File

@@ -2244,6 +2244,7 @@ struct RAWParams {
bool pixelShiftShowMotionMaskOnly;
bool pixelShiftHoleFill;
bool pixelShiftMedian;
bool pixelShiftAverage;
bool pixelShiftGreen;
bool pixelShiftBlur;
double pixelShiftSmoothFactor;