Home
last modified time | relevance | path

Searched defs:stereoRectifyUncalibrated (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java760 …public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat… in stereoRectifyUncalibrated() method in Calib3d
769 …public static boolean stereoRectifyUncalibrated(Mat points1, Mat points2, Mat F, Size imgSize, Mat… in stereoRectifyUncalibrated() method in Calib3d
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp3380 bool cv::stereoRectifyUncalibrated( InputArray _points1, InputArray _points2, in stereoRectifyUncalibrated() function in cv