[][src]Function cv_core::geom::triangulate_bearing_reproject

pub fn triangulate_bearing_reproject<B>(
    bearing: Vector3<f64>,
    from: CameraPoint,
    to: B
) -> Option<f64> where
    B: Bearing

This solves the translation along a bearing triangulation by minimizing the reprojection error.