HomeSort by relevance Sort by last modified time
    Searched full:minloc (Results 1 - 6 of 6) 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...]
_cxipp.h 230 CvPoint* minLoc, CvPoint* maxLoc )) \
237 CvPoint* minLoc, CvPoint* 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/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/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 124 milliseconds