rendering in opencv
I get point cloud's from stereo matching. but I can not to convert to surface (3d).how can I do this???
I get point cloud's from stereo matching. but I can not to convert to surface (3d).how can I do this???
yea, we all whish it would be as easy as that ...
you got a few options:
write out your pointcloud to a text file (ply or obj), and use an external renderer (like e.g. meshlab, or the builtin win10 3d viewer)
write your own opengl code. (well, basic opengl fu required)
use opencv's viz3d module (needs vtk, and still, basic opengl fu required)
Asked: 2016-09-18 14:46:31 -0600
Seen: 236 times
Last updated: Sep 19 '16