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

  /external/opencv/ml/src/
mlestimate.cpp 474 case CV_8SC1:
ml_inner_functions.cpp 488 case CV_8SC1:
    [all...]
mlann_mlp.cpp 1088 CV_CALL( prev_dEdw_sign = cvCreateMat( wbuf->rows, wbuf->cols, CV_8SC1 ));
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 486 #define CV_8SC1 CV_MAKETYPE(CV_8S,1)
591 (((mat)->type & (CV_MAT_TYPE_MASK & ~CV_8SC1)) == 0)
    [all...]
cxmisc.h     [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 1170 CV_MAT_TYPE(mat->type) != CV_8SC1 )
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]

Completed in 253 milliseconds