Home | History | Annotate | Download | only in include

Lines Matching full:norm

476     double norm( int norm_type = CV_L2 ) const;
477 double norm( CvMat& mat, int norm_type = CV_L2 ) const;
643 double norm( int norm_type = CV_L2 ) const;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
1272 inline double CvMAT::norm( int normType ) const
1291 inline double CvMAT::norm( CvMat& mat, int normType ) const
2108 inline double _CvMAT_BASE_OP_::norm( int norm_type ) const
2109 { return ((CvMAT)*this).norm( norm_type ); }
2296 inline double _CvMAT_T_::norm( int norm_type ) const
2297 { return a.norm( norm_type ); }
2299 inline double _CvMAT_ADD_::norm( int norm_type ) const
2304 return ((CvMAT)*this).norm( norm_type );