Home
last modified time | relevance | path

Searched refs:CV_L2 (Results 1 – 18 of 18) sorted by relevance

/external/opencv/cv/src/
Dcvcalcimagehomography.cpp90 cvScale( &rz, &rz, 1./cvNorm(&rz,0,CV_L2) ); in cvCalcImageHomography()
94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) ); in cvCalcImageHomography()
Dcvcalibration.cpp150 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/
Dmltestset.cpp124 CV_CALL( elem.d = cvNorm( &sample, NULL, CV_L2 )); in cvCreateTestSet()
Dml_inner_functions.cpp357 norm = (float) cvNorm (&sample, 0, CV_L2); in cvRandRoundUni()
/external/opencv3/modules/calib3d/src/
Dcompat_ptsetreg.cpp152 prevErrNorm = cvNorm(err, 0, CV_L2); in update()
161 errNorm = cvNorm( err, 0, CV_L2 ); in update()
Dcalibration.cpp1519 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/
Dcxcore.h857 #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/
Dcore_c.h1458 #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/
Dtest_mat.cpp365 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/
Dcxutils.cpp707 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()
Dcxnorm.cpp998 case CV_L2: in cvNorm()
/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;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp927 CV_ENUM(NormalizeModes, CV_MINMAX, CV_L2, CV_L1, CV_C)
/external/opencv3/modules/calib3d/test/
Dtest_fundam.cpp731 theta0 = norm( vec2, CV_L2 ); in prepare_to_validation()
Dtest_cameracalibration.cpp218 theta0 = cvtest::norm( cvarrtomat(vec2), 0, CV_L2 );
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1460 static int modes[] = { CV_MINMAX, CV_L2, CV_L1, CV_C }; in OCL_TEST_P()
/external/opencv3/modules/core/src/
Dmatrix.cpp5330 if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in normalize()
Dconvert.cpp6084 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in normalize()