Hello,
I wanted to know if there was any way to save either the pointmap data or disparity map data as file locally.
I wanted to recreate specific scenarios for debugging purposes.
Thanks in advance
Aditya
Saving point map or disparity map
-
- Posts: 125
- Joined: Mon Mar 25, 2019 1:12 pm
Re: Saving point map or disparity map
Hi Aditya,
yes you can save the 3D point cloud as PLY files, which can be viewed with e.g. MeshLab or CloudCompare. You can do this with our NVCom application if you check the "3D" icon. Also you can use our API to write PLY files with the method Reconstruct3D::writePlyFile()
See: https://nerian.com/support/documentation/api-doc/html/classvisiontransfer_1_1Reconstruct3D.html#ac86a687928fc69d77ddb40ae393a730e
yes you can save the 3D point cloud as PLY files, which can be viewed with e.g. MeshLab or CloudCompare. You can do this with our NVCom application if you check the "3D" icon. Also you can use our API to write PLY files with the method Reconstruct3D::writePlyFile()
See: https://nerian.com/support/documentation/api-doc/html/classvisiontransfer_1_1Reconstruct3D.html#ac86a687928fc69d77ddb40ae393a730e