Home
last modified time | relevance | path

Searched refs:CV_L1 (Results 1 – 17 of 17) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_canny.cpp263 double err = cvtest::norm(test_mat[OUTPUT][0], test_mat[REF_OUTPUT][0], CV_L1); in validate_test_results()
274 nz0 = cvRound(cvtest::norm(test_mat[REF_OUTPUT][0], CV_L1)/255); in validate_test_results()
Dtest_histograms.cpp733 cv::normalize(h, h, factor, CV_L1); in run_func()
/external/opencv3/apps/traincascade/
Dold_ml_data.cpp268 if ( cvNorm( missing, 0, CV_L1 ) <= FLT_EPSILON ) in read_csv()
560 avcount = cvFloor( cvNorm( var_idx_mask, 0, CV_L1 ) ); in get_var_types()
738 avcount = cvFloor( cvNorm( var_idx_mask, 0, CV_L1 ) ); in get_var_idx()
Dold_ml_tree.cpp3778 cvNormalize( var_importance, var_importance, 1., 0, CV_L1 ); in get_var_importance()
/external/opencv/cxcore/src/
Dcxutils.cpp707 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C ) in cvNormalize()
732 else if( norm_type == CV_L1 ) in cvNormalize()
765 else if( norm_type == CV_L1 ) in cvNormalize()
Dcxnorm.cpp997 case CV_L1: in cvNorm()
/external/opencv/cxcore/include/
Dcxcore.h856 #define CV_L1 2 macro
864 #define CV_DIFF_L1 (CV_DIFF | CV_L1)
867 #define CV_RELATIVE_L1 (CV_RELATIVE | CV_L1)
/external/opencv/ml/src/
Dmlem.cpp421 cvNormalize( &prob, &prob, 1., 0, CV_L1 ); in init_em()
439 cvNormalize( weights, weights, 1., 0, CV_L1 ); in init_em()
Dmltree.cpp3044 cvNormalize( var_importance, var_importance, 1., 0, CV_L1 ); in get_var_importance()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1457 #define CV_L1 2 macro
1465 #define CV_DIFF_L1 (CV_DIFF | CV_L1)
1468 #define CV_RELATIVE_L1 (CV_RELATIVE | CV_L1)
/external/opencv3/modules/core/test/
Dtest_mat.cpp784 double _norm1 = cvtest::norm(_all_vals, CV_L1); in run()
821 double norm1 = norm(M, CV_L1); in run()
Dtest_ds.cpp2095 … CV_TS_SEQ_CHECK_CONDITION( cvtest::norm(Mat(vtx_mask),CV_L1) == graph->active_count && in run()
2096 … cvtest::norm(Mat(edge_mask),CV_L1) == graph->edges->active_count, in run()
Dtest_operations.cpp786 CV_Assert( cvtest::norm(c, CV_L1) == 4. ); in TestTemplateMat()
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp927 CV_ENUM(NormalizeModes, CV_MINMAX, CV_L2, CV_L1, CV_C)
/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()