Skip to main content

estimate_essential

Function estimate_essential 

Source
pub fn estimate_essential(
    correspondences: &[PointCorrespondence2],
    source_camera: CameraMatrix3,
    target_camera: CameraMatrix3,
) -> VisionResult<Essential3>
Expand description

Estimates an essential matrix after normalizing pixels with both cameras.