I am using a dataset of point cloud files created from Kinect images. Is there a way to know what units the axis are in, i.e. for a point (0.003, 0.004, 0.04)
is this meters, centimeters etc.?
I am trying to estimate surface normals from local patches using the setRadiusSearch
method in pcl but this allows us to specify a radius in meters, so I need to know the units of the point cloud.