Searched defs:recoverPose (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | five-point.cpp | 446 int cv::recoverPose( InputArray E, InputArray _points1, InputArray _points2, OutputArray _R, in recoverPose() function in cv
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 933 …public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, Mat t, double focal, Point p… in recoverPose() method in Calib3d 942 …public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, Mat t, double focal, Point p… in recoverPose() method in Calib3d 951 public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, Mat t) in recoverPose() method in Calib3d
|