Home
last modified time | relevance | path

Searched refs:value_max (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dopt.h304 …double value_min, value_max; ///< For string ranges this represents the min/max length… member
/external/opencv/cv/src/
Dcvhistogram.cpp274 float *value_min, float* value_max, in cvGetMinMaxHistValue() argument
390 if( value_max ) in cvGetMinMaxHistValue()
391 *value_max = (float)maxVal; in cvGetMinMaxHistValue()
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp2768 float *value_min, float* value_max, in cvGetMinMaxHistValue() argument
2878 if( value_max ) in cvGetMinMaxHistValue()
2879 *value_max = (float)maxVal; in cvGetMinMaxHistValue()