Home
last modified time | relevance | path

Searched refs:hueMean (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/HSVTool/
H A DHSVTool.cpp218 double hueMean; member
234 hueMean = 0.; in HSVToolValues()
469 _values.hueMean = 0.; in setValues()
491 _values.hueMean = normalizeAngle(h0 + normalizeAngleSigned(h1 - h0) / 2); in setValues()
584 …_values.hueRotation + (_values.hueRotationGain - 1.) * normalizeAngleSigned(h - _values.hueMean) ); in hsvtool()
1278 values.hueMean = 0; // set in setValues() in setupAndProcess()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HdrWizard/
H A DAutoAntighosting.cpp139 inline float hueMean(const BufferF &data) { in hueMean() function
167 float hueMean_ = hueMean(hues); in hueSquaredMean()