Searched refs:new_points1 (Results 1 – 2 of 2) sorted by relevance
181 cvCorrectMatches(CvMat *F_, CvMat *points1_, CvMat *points2_, CvMat *new_points1, CvMat *new_points… in cvCorrectMatches() argument207 if (new_points1 != NULL) { in cvCorrectMatches()208 CV_Assert(CV_IS_MAT(new_points1)); in cvCorrectMatches()209 if (new_points1->cols != points1_->cols || new_points1->rows != 1) in cvCorrectMatches()211 if (CV_MAT_CN(new_points1->type) != 2) in cvCorrectMatches()386 if( new_points1 ) in cvCorrectMatches()387 cvConvert( points1, new_points1 ); in cvCorrectMatches()
123 CvMat* new_points1, CvMat* new_points2);