Searched refs:abc_depth (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvfundam.cpp1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; local
1080 abc_depth = CV_MAT_DEPTH(lines->type);
1082 if( (abc_depth != CV_32F && abc_depth != CV_64F) || (abc_cn != 1 && abc_cn != 3) )
1105 abc_elem_size = CV_ELEM_SIZE(abc_depth);
1168 if( abc_depth == CV_32F )

Completed in 58 milliseconds