Skip to main content

estimate_fundamental

Function estimate_fundamental 

pub fn estimate_fundamental(
    correspondences: &[PointCorrespondence2],
) -> Result<Fundamental3, VisionError>
Expand description

Estimates a fundamental matrix from at least eight correspondences.

Points are Hartley-normalized before the linear solve and the result is projected to rank two before denormalization.