Transform Point Cloud from Millimeters to Meters
This tutorial demonstrates how to transform point cloud data from millimeters to meters using a 4x4 homogeneous transformation matrix.
First, we load a point cloud.
We then create a 4x4 transformation matrix with 0.001 scaling.
Then, we transform the point cloud using this transformation matrix.
Finally, save the transformed point cloud.