Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
||||
void Lanczos(const LabImage* src, LabImage* dst, float scale);
|
||||
void Lanczos(const Imagefloat* src, Imagefloat* dst, float scale);
|
||||
|
||||
void deconvsharpening(float** luminance, float** buffer, int W, int H, const procparams::SharpeningParams &sharpenParam);
|
||||
void deconvsharpening(float** luminance, float** buffer, const float* const * blend, int W, int H, const procparams::SharpeningParams &sharpenParam, double Scale);
|
||||
void MLsharpen(LabImage* lab); // Manuel's clarity / sharpening
|
||||
void MLmicrocontrast(float** luminance, int W, int H); //Manuel's microcontrast
|
||||
void MLmicrocontrast(LabImage* lab); //Manuel's microcontrast
|
||||
|
Reference in New Issue
Block a user