Home
last modified time | relevance | path

Searched defs:maxVal_ (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dthreshold.cu75 const T maxVal_ = static_cast<T>(maxVal); in thresholdImpl() local
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dreduction.hpp121 maxVal_(const SrcPtr& src) in maxVal_() 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()