/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/opencv3/modules/calib3d/src/ |
D | compat_ptsetreg.cpp | 152 prevErrNorm = cvNorm(err, 0, CV_L2); in update() 161 errNorm = cvNorm( err, 0, CV_L2 ); in update()
|
D | calibration.cpp | 1519 double errNorm = cvNorm( &_mp, 0, CV_L2 ); in cvCalibrateCamera2() 1971 l2err = cvNorm( &tmpimagePoints, 0, CV_L2 ); in cvStereoCalibrate() 2172 double c = _t[idx], nt = cvNorm(&t, 0, CV_L2); in cvStereoRectify() 2177 double nw = cvNorm(&ww, 0, CV_L2); in cvStereoRectify() 3590 double c = t12(idx,0), nt = norm(t12, CV_L2); in rectify3Collinear() 3596 double nw = norm(ww, CV_L2); in rectify3Collinear()
|
/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/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1458 #define CV_L2 4 macro 1466 #define CV_DIFF_L2 (CV_DIFF | CV_L2) 1469 #define CV_RELATIVE_L2 (CV_RELATIVE | CV_L2) 1476 int norm_type CV_DEFAULT(CV_L2), 1482 int norm_type CV_DEFAULT(CV_L2),
|
/external/opencv3/modules/core/test/ |
D | test_mat.cpp | 365 err = cvtest::norm( r0, r1, CV_L2 ); in run() 369 double err2 = cvtest::norm(r0, r1, CV_L2); in run() 785 double _norm2 = cvtest::norm(_all_vals, CV_L2); in run() 822 double norm2 = norm(M, CV_L2); in run()
|
/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;
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_arithm.cpp | 927 CV_ENUM(NormalizeModes, CV_MINMAX, CV_L2, CV_L1, CV_C)
|
/external/opencv3/modules/calib3d/test/ |
D | test_fundam.cpp | 731 theta0 = norm( vec2, CV_L2 ); in prepare_to_validation()
|
D | test_cameracalibration.cpp | 218 theta0 = cvtest::norm( cvarrtomat(vec2), 0, CV_L2 );
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 1460 static int modes[] = { CV_MINMAX, CV_L2, CV_L1, CV_C }; in OCL_TEST_P()
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 5330 if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in normalize()
|
D | convert.cpp | 6084 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in normalize()
|