Skip to main content

estimate_homography

Function estimate_homography 

Source
pub fn estimate_homography(
    correspondences: &[PointCorrespondence2],
) -> VisionResult<Homography3>
Expand description

Estimates a homography from at least four correspondences using normalized DLT.