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

  /external/opencv/ml/src/
mlnbayes.cpp 179 _var_idx && var_idx && cvNorm(_var_idx,var_idx,CV_C) < DBL_EPSILON) )
184 cvNorm(cls_labels, __cls_labels, CV_C) > DBL_EPSILON )
mltree.cpp 155 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON &&
156 cvNorm( data->cat_count, cat_count, CV_C ) < FLT_EPSILON &&
157 cvNorm( data->cat_map, cat_map, CV_C ) < FLT_EPSILON) )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 707 else if( norm_type == CV_L2 || norm_type == CV_L1 || norm_type == CV_C )
    [all...]
cxnorm.cpp     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]

Completed in 41 milliseconds