Home
last modified time | relevance | path

Searched defs:newPoints2 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1567 Mat newPoints1, newPoints2; in run() local
1784 Mat &newPoints1, Mat &newPoints2 ) in correct()
1863 Mat &newPoints1, Mat &newPoints2 ) in correct()
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java993 … public static void correctMatches(Mat F, Mat points1, Mat points2, Mat newPoints1, Mat newPoints2) in correctMatches()
Dcalib3d.cpp3375 Mat& newPoints2 = *((Mat*)newPoints2_nativeObj); in Java_org_opencv_calib3d_Calib3d_correctMatches_10() local