Searched refs:newPoints1 (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() 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/ |
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 …correctMatches_0(F.nativeObj, points1.nativeObj, points2.nativeObj, newPoints1.nativeObj, newPoint… in correctMatches()
|
D | calib3d.cpp | 3374 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()
|