Searched refs:CV_L1 (Results 1 – 17 of 17) sorted by relevance
/external/opencv3/modules/imgproc/test/ |
D | test_canny.cpp | 263 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()
|
D | test_histograms.cpp | 733 cv::normalize(h, h, factor, CV_L1); in run_func()
|
/external/opencv3/apps/traincascade/ |
D | old_ml_data.cpp | 268 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()
|
D | old_ml_tree.cpp | 3778 cvNormalize( var_importance, var_importance, 1., 0, CV_L1 ); in get_var_importance()
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 707 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()
|
D | cxnorm.cpp | 997 case CV_L1: in cvNorm()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 856 #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/ |
D | mlem.cpp | 421 cvNormalize( &prob, &prob, 1., 0, CV_L1 ); in init_em() 439 cvNormalize( weights, weights, 1., 0, CV_L1 ); in init_em()
|
D | mltree.cpp | 3044 cvNormalize( var_importance, var_importance, 1., 0, CV_L1 ); in get_var_importance()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1457 #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/ |
D | test_mat.cpp | 784 double _norm1 = cvtest::norm(_all_vals, CV_L1); in run() 821 double norm1 = norm(M, CV_L1); in run()
|
D | test_ds.cpp | 2095 … 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()
|
D | test_operations.cpp | 786 CV_Assert( cvtest::norm(c, CV_L1) == 4. ); in TestTemplateMat()
|
/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/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()
|