Home | History | Annotate | Download | only in src

Lines Matching defs:cn

1038     int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn;
1048 cn = CV_MAT_CN(points->type);
1049 if( (depth != CV_32F && depth != CV_64F) || (cn != 1 && cn != 2 && cn != 3) )
1054 dims = cn*points->cols;
1059 if( (points->rows > 1 && cn > 1) || (points->rows == 1 && cn == 1) )
1061 dims = cn * points->rows;