Searched refs:CV_L1 (Results 1 – 5 of 5) sorted by relevance
/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()
|