Home
last modified time | relevance | path

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

/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()