Home
last modified time | relevance | path

Searched refs:newPoints1 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1308 Mat &newPoints1, Mat &newPoints2 ) = 0;
1567 Mat newPoints1, newPoints2; in run() local
1572 correctMatches(F, points1, points2, newPoints1, newPoints2); in run()
1574 convertPointsToHomogeneous(newPoints1, newHomogeneousPoints1); in run()
1688 Mat &newPoints1, Mat &newPoints2 );
1784 Mat &newPoints1, Mat &newPoints2 ) in correct() argument
1787 newPoints1.create(1, points1.cols, points1.type()); in correct()
1789 CvMat _newPoints1 = newPoints1, _newPoints2 = newPoints2; in correct()
1821 Mat &newPoints1, Mat &newPoints2 );
1863 Mat &newPoints1, Mat &newPoints2 ) in correct() argument
[all …]
/external/opencv3/modules/calib3d/include/opencv2/
Dcalib3d.hpp1347 OutputArray newPoints1, OutputArray newPoints2 );
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java993 … public static void correctMatches(Mat F, Mat points1, Mat points2, Mat newPoints1, Mat newPoints2) in correctMatches() argument
996 …correctMatches_0(F.nativeObj, points1.nativeObj, points2.nativeObj, newPoints1.nativeObj, newPoint… in correctMatches()
Dcalib3d.cpp3374 Mat& newPoints1 = *((Mat*)newPoints1_nativeObj); in Java_org_opencv_calib3d_Calib3d_correctMatches_10() local
3376 cv::correctMatches( F, points1, points2, newPoints1, newPoints2 ); in Java_org_opencv_calib3d_Calib3d_correctMatches_10()