Expand description
Registration algorithms
Structs§
- ICPResult
- Result of ICP registration
Functions§
- icp
- ICP (Iterative Closest Point) registration - Main function matching requested API
- icp_
detailed - Detailed ICP registration with comprehensive options and result
- icp_
legacy Deprecated - Legacy ICP function with different signature for backward compatibility
- icp_
point_ to_ plane - Point-to-plane ICP variant (requires normals)
- icp_
point_ to_ point - Point-to-point ICP registration
- icp_
point_ to_ point_ default - Point-to-point ICP registration with default parameters