Searched refs:maxLoc_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/ts/src/ |
D | cuda_test.cpp | 258 …(const Mat& src, double* minVal_, double* maxVal_, Point* minLoc_, Point* maxLoc_, const Mat& mask) in minMaxLocGold() argument 262 minMaxLoc(src, minVal_, maxVal_, minLoc_, maxLoc_, mask); in minMaxLocGold() 303 if (maxLoc_) *maxLoc_ = maxLoc; in minMaxLocGold()
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_test.hpp | 106 …double* minVal_, double* maxVal_ = 0, cv::Point* minLoc_ = 0, cv::Point* maxLoc_ = 0, const cv::Ma…
|