Searched refs:abc_depth (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() local1080 abc_depth = CV_MAT_DEPTH(lines->type); in cvComputeCorrespondEpilines()1082 if( (abc_depth != CV_32F && abc_depth != CV_64F) || (abc_cn != 1 && abc_cn != 3) ) in cvComputeCorrespondEpilines()1105 abc_elem_size = CV_ELEM_SIZE(abc_depth); in cvComputeCorrespondEpilines()1168 if( abc_depth == CV_32F ) in cvComputeCorrespondEpilines()