Home
last modified time | relevance | path

Searched refs:maxLoc (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxminmaxloc.cpp60 maxLoc->x = max_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 ) \
D_cxipp.h230 CvPoint* minLoc, CvPoint* maxLoc )) \
237 CvPoint* minLoc, CvPoint* maxLoc ))
/external/opencv/ml/src/
Dml_inner_functions.cpp274 CvPoint minLoc, maxLoc; // Not used, just for function "cvMinMaxLoc" in icvGenerateRandomClusterCenters() local
307 CV_CALL(cvMinMaxLoc (&data_comp, &minVal, &maxVal, &minLoc, &maxLoc)); in icvGenerateRandomClusterCenters()