Home | History | Annotate | Download | only in src

Lines Matching refs:CV_MAT_TYPE

163     assert(CV_MAT_TYPE(d->type) == CV_MAT_TYPE(mat->type));
164 assert(CV_MAT_TYPE(dist->type) == CV_64FC1);
165 assert(CV_MAT_TYPE(results->type) == CV_32SC1);
172 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(mat->type));
173 assert(CV_MAT_TYPE(bounds_min->type) == CV_MAT_TYPE(bounds_max->type));
190 if (CV_MAT_TYPE(desc->type) != CV_32FC1 &&
191 CV_MAT_TYPE(desc->type) != CV_64FC1)
222 if (CV_MAT_TYPE(results->type) != CV_32SC1)
224 if (CV_MAT_TYPE(dist->type) != CV_64FC1)
227 if (CV_MAT_TYPE(type) != CV_MAT_TYPE(desc->type)) {
256 if (CV_MAT_TYPE(bounds_min->type) != CV_MAT_TYPE(bounds_max->type))
258 if (CV_MAT_TYPE(results->type) != CV_32SC1)
261 if (CV_MAT_TYPE(bounds_min->type) != CV_MAT_TYPE(type)) {