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

  /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...]
  /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...]

Completed in 117 milliseconds