Function estimate_homography
pub fn estimate_homography(
correspondences: &[PointCorrespondence2],
) -> Result<Homography3, VisionError>Expand description
Estimates a homography from at least four correspondences using normalized DLT.