HomeSort by relevance Sort by last modified time
    Searched refs:CV_L1 (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/src/
cxutils.cpp 707 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C )
732 else if( norm_type == CV_L1 )
765 else if( norm_type == CV_L1 )
    [all...]
cxnorm.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/ml/src/
mlem.cpp 421 cvNormalize( &prob, &prob, 1., 0, CV_L1 );
439 cvNormalize( weights, weights, 1., 0, CV_L1 );
    [all...]
mltree.cpp     [all...]

Completed in 424 milliseconds