I have exported Depth Image and Aligned Color Image using RecFusionPro.
I have segmented the exported images for foreground and background, and I would like to convert the processed foreground image into a pcd point cloud file.
I have done the conversion using open3d, here is the code for the processing, but the results are very different from the RecFusionPro export.
I would appreciate some guidance on this, thank you very much.
How does RecFusionPro save pcd point cloud files please?
I noticed that RecFusion SDK doesn’t have the ability to export point clouds either
This feature is very useful for working with data offline, any help is appreciated!
Your Open3D code looks correct, assuming that the provided intrinsics are the ones of the depth camera.
To save the point cloud with the tracked pose you need to transform the point cloud with the trackedT matrix provided by Reconstruction::addFrame