Expand description
Normal estimation algorithms
Structs§
- Normal
Estimation Config - Configuration for normal estimation
Functions§
- estimate_
normals - Estimate normals for a point cloud using k-nearest neighbors
- estimate_
normals_ inplace Deprecated - 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
- estimate_
normals_ radius - Estimate normals using radius-based neighbor search
- estimate_
normals_ with_ config - Estimate normals with advanced configuration