Skip to main content

triangulate_correspondence

Function triangulate_correspondence 

pub fn triangulate_correspondence(
    correspondence: PointCorrespondence2,
    source_camera: CameraMatrix3,
    target_camera: CameraMatrix3,
    pose: RelativePose,
) -> Result<TriangulatedPoint, VisionError>
Expand description

Triangulates one calibrated correspondence for a known relative pose.