Home | History | Annotate | Download | only in include

Lines Matching full:maxloc

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 );
2117 inline double _CvMAT_BASE_OP_::max( CvPoint* maxloc ) const
2118 { return ((CvMAT)*this).max( maxloc ); }