Home
last modified time | relevance | path

Searched refs:cvCorrectMatches (Results 1 – 3 of 3) 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() function
427 cvCorrectMatches(&cvF, &cvPoints1, &cvPoints2, &cvNewPoints1, &cvNewPoints2); in correctMatches()
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
Dcalib3d_c.h122 CVAPI(void) cvCorrectMatches(CvMat* F, CvMat* points1, CvMat* points2,
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1790 cvCorrectMatches(&_F, &_points1, &_points2, &_newPoints1, &_newPoints2); in correct()