Home | History | Annotate | Download | only in src

Lines Matching refs:CV_IS_MAT

61     if( !CV_IS_MAT(projMatr1) || !CV_IS_MAT(projMatr2) ||
62 !CV_IS_MAT(projPoints1) || !CV_IS_MAT(projPoints2) ||
63 !CV_IS_MAT(points4D) )
195 if (!CV_IS_MAT(F_) || !CV_IS_MAT(points1_) || !CV_IS_MAT(points2_) )
208 CV_Assert(CV_IS_MAT(new_points1));
215 CV_Assert(CV_IS_MAT(new_points2));