Searched refs:newPoints2 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 1308 Mat &newPoints1, Mat &newPoints2 ) = 0; 1567 Mat newPoints1, newPoints2; in run() local 1572 correctMatches(F, points1, points2, newPoints1, newPoints2); in run() 1575 convertPointsToHomogeneous(newPoints2, newHomogeneousPoints2); in run() 1688 Mat &newPoints1, Mat &newPoints2 ); 1784 Mat &newPoints1, Mat &newPoints2 ) in correct() argument 1788 newPoints2.create(1, points2.cols, points2.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/ |
D | calib3d.hpp | 1347 OutputArray newPoints1, OutputArray newPoints2 );
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 993 … public static void correctMatches(Mat F, Mat points1, Mat points2, Mat newPoints1, Mat newPoints2) in correctMatches() argument 996 …s_0(F.nativeObj, points1.nativeObj, points2.nativeObj, newPoints1.nativeObj, newPoints2.nativeObj); in correctMatches()
|
D | calib3d.cpp | 3375 Mat& newPoints2 = *((Mat*)newPoints2_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()
|