Searched refs:CV_L2 (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalcimagehomography.cpp | 90 cvScale( &rz, &rz, 1./cvNorm(&rz,0,CV_L2) ); in cvCalcImageHomography() 94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) ); in cvCalcImageHomography()
|
D | cvcalibration.cpp | 150 prevErrNorm = cvNorm(err, 0, CV_L2); in update() 159 errNorm = cvNorm( err, 0, CV_L2 ); in update() 1705 double errNorm = cvNorm( &_mp, 0, CV_L2 ); in cvCalibrateCamera2() 2143 l2err = cvNorm( &tmpimagePoints, 0, CV_L2 ); in cvStereoCalibrate() 2307 double c = _t[idx], nt = cvNorm(&t, 0, CV_L2); in cvStereoRectify() 2312 double nw = cvNorm(&ww, 0, CV_L2); in cvStereoRectify()
|
/external/opencv/ml/src/ |
D | mltestset.cpp | 124 CV_CALL( elem.d = cvNorm( &sample, NULL, CV_L2 )); in cvCreateTestSet()
|
D | ml_inner_functions.cpp | 357 norm = (float) cvNorm (&sample, 0, CV_L2); in cvRandRoundUni()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 857 #define CV_L2 4 macro 865 #define CV_DIFF_L2 (CV_DIFF | CV_L2) 868 #define CV_RELATIVE_L2 (CV_RELATIVE | CV_L2) 872 int norm_type CV_DEFAULT(CV_L2), 877 int norm_type CV_DEFAULT(CV_L2),
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 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() 756 if( norm_type == CV_L2 ) in cvNormalize()
|
D | cxnorm.cpp | 998 case CV_L2: in cvNorm()
|
/external/opencv/cvaux/include/ |
D | cvmat.hpp | 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;
|