HomeSort by relevance Sort by last modified time
    Searched full:maxloc (Results 1 - 5 of 5) 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...]
_cxipp.h 230 CvPoint* minLoc, CvPoint* maxLoc )) \
237 CvPoint* minLoc, CvPoint* maxLoc ))
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
fortran.php 84 'maxloc','maxval','merge','min','minexponent','minloc','minval','mod','modulo',
  /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...]
  /external/opencv/ml/src/
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...]

Completed in 289 milliseconds