Some changes as suggested by @Floessie, #5070

This commit is contained in:
heckflosse
2018-12-07 16:22:24 +01:00
parent 72ee991858
commit d9d8005706
2 changed files with 225 additions and 248 deletions

View File

@@ -25,5 +25,4 @@ namespace rtengine
{
void findMinMaxPercentile(const float* data, size_t size, float minPrct, float& minOut, float maxPrct, float& maxOut, bool multiThread = true);
void buildBlendMask(float** luminance, float **blend, int W, int H, float &contrastThreshold, float amount = 1.f, bool autoContrast = false);
int calcContrastThreshold(float** luminance, float **blend, int W, int H);
}