Home
last modified time | relevance | path

Searched defs:minVal_ (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dreduction.hpp99 minVal_(const SrcPtr& src) in minVal_() function
/external/opencv3/modules/cudalegacy/src/
Dgmg.cpp135 float minVal_, maxVal_; member in __anon6738254a0111::GMGImpl
/external/opencv3/modules/ts/src/
Dcuda_test.cpp258 …void minMaxLocGold(const Mat& src, double* minVal_, double* maxVal_, Point* minLoc_, Point* maxLoc… in minMaxLocGold()