Function estimate_normals_inplace

Source
pub fn estimate_normals_inplace(
    _cloud: &mut PointCloud<Point3f>,
    k: usize,
) -> Result<()>
👎Deprecated: Use estimate_normals instead which returns a new point cloud
Expand description

Estimate normals and modify the input cloud in-place (legacy API) This function is deprecated in favor of the version that returns a new cloud