Searched refs:mat_type (Results 1 – 2 of 2) sorted by relevance
108 #define ICV_IS_MAT_OF_TYPE( mat, mat_type) \ argument109 (CV_IS_MAT( mat ) && CV_MAT_TYPE( mat->type ) == (mat_type) && \
4862 CvType mat_type( CV_TYPE_NAME_MAT, icvIsMat, (CvReleaseFunc)cvReleaseMat, variable