Home | History | Annotate | Download | only in src

Lines Matching defs:depth

1038     int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn;
1047 depth = CV_MAT_DEPTH(points->type);
1049 if( (depth != CV_32F && depth != CV_64F) || (cn != 1 && cn != 2 && cn != 3) )
1104 elem_size = CV_ELEM_SIZE(depth);
1146 if( depth == CV_32F )