Review of flatfield code, own compilation unit, use clip control value 0 when using auto clip control on already clipped image, code review

This commit is contained in:
Ingo Weyrich
2019-10-23 20:22:03 +02:00
parent 40679f8b51
commit 37e7a705ab
6 changed files with 562 additions and 555 deletions

View File

@@ -140,7 +140,6 @@ public:
void processFlatField(const RAWParams &raw, RawImage *riFlatFile, unsigned short black[4]);
void copyOriginalPixels(const RAWParams &raw, RawImage *ri, RawImage *riDark, RawImage *riFlatFile, array2D<float> &rawData );
void cfaboxblur (RawImage *riFlatFile, float* cfablur, int boxH, int boxW);
void scaleColors (int winx, int winy, int winw, int winh, const RAWParams &raw, array2D<float> &rawData); // raw for cblack
void getImage (const ColorTemp &ctemp, int tran, Imagefloat* image, const PreviewProps &pp, const procparams::ToneCurveParams &hrp, const procparams::RAWParams &raw) override;