Home
last modified time | relevance | path

Searched refs:norm_type (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/script/
Depsnormalize.cc25 EpsNormalizeType norm_type) { in EpsNormalize() argument
28 EpsNormalizeArgs args(ifst, ofst, norm_type); in EpsNormalize()
/external/opencv/cxcore/src/
Dcxutils.cpp689 double a, double b, int norm_type, const CvArr* mask ) in cvNormalize() argument
699 if( norm_type == CV_MINMAX ) in cvNormalize()
707 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in cvNormalize()
723 if( norm_type == CV_L2 ) in cvNormalize()
732 else if( norm_type == CV_L1 ) in cvNormalize()
756 if( norm_type == CV_L2 ) in cvNormalize()
765 else if( norm_type == CV_L1 ) in cvNormalize()
785 scale = cvNorm( src, 0, norm_type, mask ); in cvNormalize()
/external/openfst/src/include/fst/script/
Depsnormalize.h39 EpsNormalizeType norm_type = EPS_NORM_INPUT);
/external/opencv/cvaux/include/
Dcvmat.hpp476 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;
714 double norm( int norm_type = CV_L2 ) 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
2302 return cvNorm( a, b, norm_type );
[all …]
/external/opencv/cxcore/include/
Dcxcore.h872 int norm_type CV_DEFAULT(CV_L2),
877 int norm_type CV_DEFAULT(CV_L2),