/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 59 minLoc->x = min_loc; \ 61 minLoc->y = maxLoc->y = 0; \ 90 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 91 (src, step, size, minVal, maxVal, minLoc, maxLoc) ) \ 110 CvPoint* minLoc, CvPoint* maxLoc ) \ 218 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ), \ 219 ( src, step, mask, maskStep, size, minVal, maxVal, minLoc, maxLoc) ) \ 238 extrtype* minVal, extrtype* maxVal, CvPoint* minLoc, CvPoint* maxLoc ) \ 302 CvPoint minloc, maxloc; local 366 pmin, pmax, &minloc, &maxloc )) [all...] |
_cxipp.h | 230 CvPoint* minLoc, CvPoint* maxLoc )) \ 237 CvPoint* minLoc, CvPoint* maxLoc )) [all...] |
/external/opencv3/modules/core/perf/ |
perf_minmaxloc.cpp | 20 Point minLoc, maxLoc; 31 TEST_CYCLE() minMaxLoc(src, &minVal, &maxVal, &minLoc, &maxLoc);
|
/external/opencv3/samples/cpp/ |
mask_tmpl.cpp | 57 Point minLoc, maxLoc; 59 minMaxLoc(res, &minVal, &maxVal, &minLoc, &maxLoc); 62 rect = Rect(minLoc, tmpl.size());
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
minmaxloc.hpp | 60 __global__ void minMaxLoc_pass_1(const SrcPtr src, ResType* minVal, ResType* maxVal, int* minLoc, int* maxLoc, const MaskPtr mask, const int rows, const int cols, const int patch_y, const int patch_x) 111 minLoc[bid] = myMinLoc; 117 __global__ void minMaxLoc_pass_2(T* minMal, T* maxVal, int* minLoc, int* maxLoc, int count) 128 int myMinLoc = minLoc[idx]; 140 minLoc[0] = myMinLoc; 156 __host__ void minMaxLoc(const SrcPtr& src, ResType* minVal, ResType* maxVal, int* minLoc, int* maxLoc, const MaskPtr& mask, int rows, int cols, cudaStream_t stream) 164 minMaxLoc_pass_1<Policy::block_size_x * Policy::block_size_y><<<grid, block, 0, stream>>>(src, minVal, maxVal, minLoc, maxLoc, mask, rows, cols, patch_y, patch_x); 167 minMaxLoc_pass_2<Policy::block_size_x * Policy::block_size_y><<<1, Policy::block_size_x * Policy::block_size_y, 0, stream>>>(minVal, maxVal, minLoc, maxLoc, grid.x * grid.y);
|
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
MatchTemplate_Demo.cpp | 71 double minVal; double maxVal; Point minLoc; Point maxLoc; 74 minMaxLoc( result, &minVal, &maxVal, &minLoc, &maxLoc, Mat() ); 79 { matchLoc = minLoc; }
|
/external/opencv3/modules/cudaimgproc/test/ |
test_match_template.cpp | 252 cv::Point minLoc, maxLoc; 254 cv::minMaxLoc(dst, &minVal, &maxVal, &minLoc, &maxLoc); 263 ASSERT_EQ(minLocGold, minLoc); 304 cv::Point minLoc; 305 cv::minMaxLoc(result, &minVal, 0, &minLoc, 0); 309 ASSERT_EQ(344, minLoc.x); 310 ASSERT_EQ(0, minLoc.y); 329 cv::Point minLoc; 330 cv::minMaxLoc(result, &minVal, 0, &minLoc, 0); 333 ASSERT_EQ(344, minLoc.x) [all...] |
/external/opencv3/modules/core/src/opencl/ |
minmaxloc.cl | 73 minloc = id + inc; \ 143 uint minloc = INDEX_MAX; 216 minloc = id; 274 localmem_minloc[lid] = minloc; 293 localmem_minloc[lid3] = min(localmem_minloc[lid3], minloc); 295 localmem_minloc[lid3] = minloc,
|
/external/opencv3/modules/cudaarithm/test/ |
test_reductions.cpp | 564 cv::Point minLoc, maxLoc; 565 cv::cuda::minMaxLoc(loadMat(src), &minVal, &maxVal, &minLoc, &maxLoc); 575 cv::Point minLoc, maxLoc; 576 cv::cuda::minMaxLoc(loadMat(src, useRoi), &minVal, &maxVal, &minLoc, &maxLoc); 585 expectEqual(src, minLoc_gold, minLoc); 595 cv::Point minLoc, maxLoc; 596 cv::cuda::minMaxLoc(loadMat(src, useRoi), &minVal, &maxVal, &minLoc, &maxLoc); 605 expectEqual(src, minLoc_gold, minLoc); 614 cv::Point minLoc, maxLoc; 615 cv::cuda::minMaxLoc(loadMat(src, useRoi), &minVal, &maxVal, &minLoc, &maxLoc) [all...] |
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_pruneL.h | 59 Index kmin = 0, kmax = 0, minloc, maxloc,krow; local 117 minloc = glu.xlusup(irep) + ( kmin - glu.xlsub(irep) ); 119 std::swap(glu.lusup(minloc), glu.lusup(maxloc));
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
minmaxloc.cu | 126 void cv::cuda::minMaxLoc(InputArray _src, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc, InputArray _mask) 152 if (minLoc) 153 *minLoc = locs2D[0];
|
/external/opencv3/doc/tutorials/imgproc/histograms/template_matching/ |
template_matching.markdown | 165 double minVal; double maxVal; Point minLoc; Point maxLoc; 168 minMaxLoc( result, &minVal, &maxVal, &minLoc, &maxLoc, Mat() ); 174 - **&minLoc** and **&maxLoc:** The Point locations of the minimum and maximum values in the 183 { matchLoc = minLoc; }
|
/external/opencv3/modules/core/src/ |
stat.cpp | [all...] |
opencl_kernels_core.cpp | [all...] |
/external/opencv3/modules/ts/src/ |
cuda_test.cpp | 268 Point minLoc(-1, -1); 287 minLoc = cv::Point(x, y); 302 if (minLoc_) *minLoc_ = minLoc;
|
/external/opencv3/modules/java/generator/ |
gen_java.py | 316 public Point minLoc; 321 minLoc=new Point(); 326 // C++: minMaxLoc(Mat src, double* minVal, double* maxVal=0, Point* minLoc=0, Point* maxLoc=0, InputArray mask=noArray()) 338 res.minLoc.x=resarr[2]; 339 res.minLoc.y=resarr[3]; 355 // C++: minMaxLoc(Mat src, double* minVal, double* maxVal=0, Point* minLoc=0, Point* maxLoc=0, InputArray mask=noArray()) 372 Point minLoc, maxLoc; 375 minMaxLoc(src, &minVal, &maxVal, &minLoc, &maxLoc, mask); 377 minMaxLoc(src, &minVal, &maxVal, &minLoc, &maxLoc); 383 fill[2]=minLoc.x [all...] |
/external/opencv3/modules/calib3d/src/ |
circlesgrid.cpp | 109 Point minLoc; 110 minMaxLoc(dists, 0, 0, &minLoc, 0, distsMask); 111 int minIdx = std::min(minLoc.x, minLoc.y); 112 int maxIdx = std::max(minLoc.x, minLoc.y); 118 cv::min(dists.row(minLoc.x), dists.row(minLoc.y), tmpRow); [all...] |
/external/opencv3/modules/core/misc/java/test/ |
CoreTest.java | 1044 Point minLoc = new Point(gray3.cols() / 4, gray3.rows() / 2); 1046 gray3.put((int) minLoc.y, (int) minLoc.x, minVal); 1053 assertPointEquals(minLoc, mmres.minLoc, EPS); 1073 assertPointEquals(new Point(1, 2), res.minLoc, EPS); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fSampleVariableTests.cpp | [all...] |
/external/opencv/cvaux/include/ |
cvmat.hpp | 499 double min( CvPoint* minloc = 0 ) const; 628 double min( CvPoint* minloc = 0 ) const; 1276 inline double CvMAT::min( CvPoint* minloc ) const 1279 cvMinMaxLoc( this, &t, 0, minloc, 0, 0 ); [all...] |
/external/opencv3/modules/java/src/ |
core.cpp | [all...] |
core+Core.java | [all...] |
/external/opencv3/apps/traincascade/ |
old_ml_inner_functions.cpp | 274 CvPoint minLoc, maxLoc; // Not used, just for function "cvMinMaxLoc" 307 CV_CALL(cvMinMaxLoc (&data_comp, &minVal, &maxVal, &minLoc, &maxLoc)); [all...] |
/external/opencv3/modules/cudaarithm/include/opencv2/ |
cudaarithm.hpp | 595 @param minLoc Pointer to the returned minimum location. Use NULL if not required. 603 CV_EXPORTS void minMaxLoc(InputArray src, double* minVal, double* maxVal, Point* minLoc, Point* maxLoc, [all...] |
/external/opencv3/modules/ts/include/opencv2/ |
ts.hpp | 130 vector<int>* minloc, vector<int>* maxloc, const Mat& mask=Mat());
|