Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dcuda_test.cpp258 …void minMaxLocGold(const Mat& src, double* minVal_, double* maxVal_, Point* minLoc_, Point* maxLoc… in minMaxLocGold() argument
262 minMaxLoc(src, minVal_, maxVal_, minLoc_, maxLoc_, mask); in minMaxLocGold()
302 if (minLoc_) *minLoc_ = minLoc; in minMaxLocGold()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp106 …old(const cv::Mat& src, double* minVal_, double* maxVal_ = 0, cv::Point* minLoc_ = 0, cv::Point* m…