Home
last modified time | relevance | path

Searched refs:new_points1 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dtriangulate.cpp181 cvCorrectMatches(CvMat *F_, CvMat *points1_, CvMat *points2_, CvMat *new_points1, CvMat *new_points… in cvCorrectMatches() argument
207 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()
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
Dcalib3d_c.h123 CvMat* new_points1, CvMat* new_points2);