Ask Your Question
-1

rendering in opencv

asked 2016-09-18 14:46:31 -0600

farzad_1990 gravatar image

I get point cloud's from stereo matching. but I can not to convert to surface (3d).how can I do this???

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-09-19 02:03:40 -0600

berak gravatar image

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)

edit flag offensive delete link more

Comments

For the first option, CloudCompare is another good option. It can load point clouds from basic .csv files, which would make the file writing simpler.

AJW gravatar imageAJW ( 2016-09-19 04:49:29 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-09-18 14:46:31 -0600

Seen: 210 times

Last updated: Sep 19 '16