Home | History | Annotate | Download | only in src

Lines Matching refs:points1

946 cvFindFundamentalMat( const CvMat* points1, const CvMat* points2,
961 CV_ASSERT( CV_IS_MAT(points1) && CV_IS_MAT(points2) && CV_ARE_SIZES_EQ(points1, points2) );
965 count = MAX(points1->cols, points1->rows);
970 cvConvertPointsHomogeneous( points1, m1 );