Searched defs:mat2_flag (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxnorm.cpp981 int mat2_flag = CV_MAT_CONT_FLAG; local
1019 mat2_flag = mat2->type;
1027 if( CV_IS_MAT_CONT( mat1->type & mat2_flag ))
1131 mat2_flag = mat2->type;
1141 if( !mask && CV_IS_MAT_CONT( mat1->type & mat2_flag ))
1346 if( CV_IS_MAT_CONT( mat1->type & mat2_flag & matmask->type ))

Completed in 78 milliseconds