Hello everyone,
I’m able to acquire two ROIs from an AT C6 in form of rangemaps. The two ROIs are one over the other with the same width (4096). Now, what is the correct way of converting them to pointcloud and merging them to obtain a single pointcloud representing the full object scanned? Right now I can convert and merge them in a single pointcloud, but the height of the final object is not what I expect. For creating the point clouds from the range map I’m using the overload PointCloud CreatePointCloud (Image rangeMap, PointCloudFlags flags, SensorSettings settings, double encoderStep)
.
Thank you in advance for the help.