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

@@ -58,6 +58,7 @@ protected:
CheckBox* pixelShiftBlur;
CheckBox* pixelShiftHoleFill;
CheckBox* pixelShiftMedian;
CheckBox* pixelShiftAverage;
CheckBox* pixelShiftEqualBright;
CheckBox* pixelShiftEqualBrightChannel;
Adjuster* pixelShiftSmooth;
@@ -73,6 +74,7 @@ protected:
rtengine::ProcEvent EvDemosaicAutoContrast;
rtengine::ProcEvent EvDemosaicContrast;
rtengine::ProcEvent EvDemosaicPixelshiftDemosaicMethod;
rtengine::ProcEvent EvPixelshiftAverage;
public:
BayerProcess ();