Searched refs:abc_cn (Results 1 – 1 of 1) sorted by relevance
1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; in cvComputeCorrespondEpilines() local1081 abc_cn = CV_MAT_CN(lines->type); in cvComputeCorrespondEpilines()1082 if( (abc_depth != CV_32F && abc_depth != CV_64F) || (abc_cn != 1 && abc_cn != 3) ) in cvComputeCorrespondEpilines()1087 abc_dims = abc_cn*lines->cols; in cvComputeCorrespondEpilines()1092 if( (lines->rows > 1 && abc_cn > 1) || (lines->rows == 1 && abc_cn == 1) ) in cvComputeCorrespondEpilines()1094 abc_dims = abc_cn * lines->rows; in cvComputeCorrespondEpilines()