Function icp_legacy

Source
pub fn icp_legacy(
    source: &PointCloud<Point3f>,
    target: &PointCloud<Point3f>,
    max_iterations: usize,
    threshold: f32,
) -> Result<(Transform3D, f32)>
👎Deprecated: Use icp instead which matches the standard API
Expand description

Legacy ICP function with different signature for backward compatibility