Searched defs:minMaxLoc (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_minmaxloc.cpp | 9 PERF_TEST_P(Size_MatType, minMaxLoc, testing::Combine( in PERF_TEST_P() argument
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
D | minmaxloc.cu | 126 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/ |
D | minmaxloc.hpp | 156 …__host__ void minMaxLoc(const SrcPtr& src, ResType* minVal, ResType* maxVal, int* minLoc, int* max… in minMaxLoc() function
|
/external/opencv3/modules/cudaarithm/src/ |
D | reductions.cpp | 64 void cv::cuda::minMaxLoc(InputArray, double*, double*, Point*, Point*, InputArray) { throw_no_cuda(… in minMaxLoc() function in cv::cuda
|
/external/opencv3/samples/gpu/performance/ |
D | tests.cpp | 62 TEST(minMaxLoc) in TEST() argument
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 2159 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/ |
D | ts_func.cpp | 1040 void minMaxLoc(const Mat& src, double* _minval, double* _maxval, in minMaxLoc() function
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 5264 void minMaxLoc( const SparseMat& src, double* _minval, double* _maxval, int* _minidx, int* _maxidx ) in minMaxLoc() function
|
D | stat.cpp | 2335 void cv::minMaxLoc( InputArray _img, double* minVal, double* maxVal, in minMaxLoc() function in cv
|