pub fn bundle_adjust_points(
problem: &mut BundleProblem,
options: CalibrationOptions,
) -> Result<CalibrationReport, CalibrationError>Expand description
Refines world-space points while keeping calibrated camera poses fixed.
pub fn bundle_adjust_points(
problem: &mut BundleProblem,
options: CalibrationOptions,
) -> Result<CalibrationReport, CalibrationError>Refines world-space points while keeping calibrated camera poses fixed.