Skip to main content

estimate_essential

Function estimate_essential 

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

Estimates an essential matrix after normalizing pixels with both cameras.