Home
last modified time | relevance | path

Searched defs:minMaxLoc (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_minmaxloc.cpp9 PERF_TEST_P(Size_MatType, minMaxLoc, testing::Combine( in PERF_TEST_P() argument
/external/opencv3/modules/cudaarithm/src/cuda/
Dminmaxloc.cu126 void cv::cuda::minMaxLoc(InputArray _src, double* minVal, double* maxVal, Point* minLoc, Point* max… in minMaxLoc() function in cv::cuda
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dminmaxloc.hpp156 …__host__ void minMaxLoc(const SrcPtr& src, ResType* minVal, ResType* maxVal, int* minLoc, int* max… in minMaxLoc() function
/external/opencv3/modules/cudaarithm/src/
Dreductions.cpp64 void cv::cuda::minMaxLoc(InputArray, double*, double*, Point*, Point*, InputArray) { throw_no_cuda(… in minMaxLoc() function in cv::cuda
/external/opencv3/samples/gpu/performance/
Dtests.cpp62 TEST(minMaxLoc) in TEST() argument
/external/opencv3/modules/java/src/
Dcore+Core.java2159 public static MinMaxLocResult minMaxLoc(Mat src, Mat mask) { in minMaxLoc() method in Core
2176 public static MinMaxLocResult minMaxLoc(Mat src) { in minMaxLoc() method in Core
/external/opencv3/modules/ts/src/
Dts_func.cpp1040 void minMaxLoc(const Mat& src, double* _minval, double* _maxval, in minMaxLoc() function
/external/opencv3/modules/core/src/
Dmatrix.cpp5264 void minMaxLoc( const SparseMat& src, double* _minval, double* _maxval, int* _minidx, int* _maxidx ) in minMaxLoc() function
Dstat.cpp2335 void cv::minMaxLoc( InputArray _img, double* minVal, double* maxVal, in minMaxLoc() function in cv