Skip to main content

estimate_fundamental

Function estimate_fundamental 

Source
pub fn estimate_fundamental(
    correspondences: &[PointCorrespondence2],
) -> VisionResult<Fundamental3>
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.