Home | History | Annotate | Download | only in include

Lines Matching full:minloc

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 );
2114 inline double _CvMAT_BASE_OP_::min( CvPoint* minloc ) const
2115 { return ((CvMAT)*this).min( minloc ); }