Home | History | Annotate | Download | only in src

Lines Matching defs:stereoRectifyUncalibrated

756     // C++:  bool stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat& H1, Mat& H2, double threshold = 5)
759 //javadoc: stereoRectifyUncalibrated(points1, points2, F, imgSize, H1, H2, threshold)
760 public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat H1, Mat H2, double threshold)
768 //javadoc: stereoRectifyUncalibrated(points1, points2, F, imgSize, H1, H2)
769 public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat H1, Mat H2)
1245 // C++: bool stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat& H1, Mat& H2, double threshold = 5)