Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export point clouds #10

Open
JoseSoto9305 opened this issue Feb 12, 2016 · 3 comments
Open

Export point clouds #10

JoseSoto9305 opened this issue Feb 12, 2016 · 3 comments

Comments

@JoseSoto9305
Copy link

Hi, first, I would like to thank for this amazing app for the kinect.
Second, I have a little question, it's not a issue but I would like to know if there is a way to export 3D models to a .ply or xyz. format?? I've seen that it can export them to a .vrml file and a wavefrom objet to visualization toolkit, however, I've never worked with VTK and my skills to programming are very poor

Bye, in advances
Damian

@Nerei
Copy link
Owner

Nerei commented Mar 28, 2016

There is a feature to display point cloud. OpenCV Viz module has function to save the point cloud to ply. Meshing is not supported. You're welcome to forward port Marching Cubes from old PCL kinfu.

@eric-schleicher
Copy link

eric-schleicher commented Mar 24, 2017

The statement Meshing is not supported... does that mean that EXPORTING to specific formats not supported? or that this library isn't actually meshing from cloud.

Asking just make sure I understand what this library is achieving (vs PCL KinFu).

From reading around the repo and issues, it appears this lib has optimized the internal function of the core KinFu funcaitonality with respect to generating a single cloud model, but nothing with respect to the actual mesh reconstruction part? E.G. this isn't a replacement (end-to-end substitute for KinFu) but an optimization of a core functional step within what (PCL) KinFu does. Is that correct?

@dgrzech
Copy link

dgrzech commented Feb 19, 2018

@Nerei i've implemented marching cubes to work with the code in your repo. would you be interested in reviewing a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants