I am trying out a project on 3D reconstruction and I am doing fine until now. The output of reprojectImageTo3D is a 3D matrix where each element is a 3D coordinate. How do I display the 3D reconstructed scene ?
1 | initial version |
I am trying out a project on 3D reconstruction and I am doing fine until now. The output of reprojectImageTo3D is a 3D matrix where each element is a 3D coordinate. How do I display the 3D reconstructed scene ?
2 | No.2 Revision |
I am trying out a project on 3D reconstruction and I am doing fine until now. The output of reprojectImageTo3D is a 3D matrix where each element is a 3D coordinate. How do I display the 3D reconstructed scene ?
I am using 2.4.13. I read about viz3D but have yet to find any sample code. anyone help me please ?