Home | History | Annotate | Download | only in src

Lines Matching refs:CV_32FC3

1360     if( (CV_MAT_TYPE(objectPoints->type) != CV_32FC3 &&
2335 CvMat pts_3 = cvMat(1, 4, CV_32FC3, _pts_3);
2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) );
2653 if( dtype != CV_32FC3 )