pub fn estimate_essential(
correspondences: &[PointCorrespondence2],
source_camera: CameraMatrix3,
target_camera: CameraMatrix3,
) -> VisionResult<Essential3>Expand description
Estimates an essential matrix after normalizing pixels with both cameras.