Skip to main content

estimate_monocular_odometry

Function estimate_monocular_odometry 

Source
pub fn estimate_monocular_odometry(
    correspondences: &[PointCorrespondence2],
    camera: CameraMatrix3,
    options: RobustEstimationOptions,
) -> VisionResult<MonocularOdometryEstimate>
Expand description

Estimates calibrated monocular motion with essential RANSAC and cheirality.