pub fn recover_relative_pose(
essential: Essential3,
correspondences: &[PointCorrespondence2],
source_camera: CameraMatrix3,
target_camera: CameraMatrix3,
) -> VisionResult<RelativePoseEstimate>Expand description
Recovers the essential-matrix pose with the most positive-depth points.