Function estimate_monocular_odometry
pub fn estimate_monocular_odometry(
correspondences: &[PointCorrespondence2],
camera: CameraMatrix3,
options: RobustEstimationOptions,
) -> Result<MonocularOdometryEstimate, VisionError>Expand description
Estimates calibrated monocular motion with essential RANSAC and cheirality.