A resource repository for 3D machine learning
machine-learning
voxel
point-cloud
primitives
mesh
neural-networks
papers
constructive-solid-geometries
3d
3d-reconstruction
-
Updated
Sep 28, 2021

Describe the error
pcl::PointXYZ is implemented as a union-like structure and has a field .data.
pcl::PointXY is however implemented as a “pure” structure and does not have a .data field.
To Reproduce
The result of this inconsistency are a weird compilation errors for the following code: