HomeSort by relevance Sort by last modified time
    Searched refs:maxloc (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxminmaxloc.cpp 60 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 ) \
302 CvPoint minloc, maxloc; local
366 pmin, pmax, &minloc, &maxloc ));
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 500 double max( CvPoint* maxloc = 0 ) const;
627 double max( CvPoint* maxloc = 0 ) const;
1283 inline double CvMAT::max( CvPoint* maxloc ) const
1286 cvMinMaxLoc( this, 0, &t, 0, maxloc, 0 );
    [all...]

Completed in 147 milliseconds