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

Save data in .ply format #67

Open
simahsa opened this issue May 19, 2023 · 6 comments
Open

Save data in .ply format #67

simahsa opened this issue May 19, 2023 · 6 comments

Comments

@simahsa
Copy link

simahsa commented May 19, 2023

Is there any way to save the registered reconstructed 3D scene in a .PLY format?
We can have the .ply of each frame but they are not registered. There is only one registered file in .bin format that can be played in LiveScanPlayer but don't know how can we convert that format to .ply

@ChristopherRemde
Copy link

What do you exactly mean by, the ply frames are not registered? Do you mean that you have a single frame for each camera individually, but not the data from all cameras in a single .ply file? In this case, you can just combine the plys from each camera into one frame, with Meshlab for example, as they are still registered, but just output into seperate .plys.

You can also use the LivescanPlayer to open all the bin files, and then check the "Export PLY" button. Now when you play your sequence, it will be exported into the "LiveScanfolder/bin/outPlayer/ folder as .plys

@simahsa
Copy link
Author

simahsa commented May 22, 2023 via email

@ChristopherRemde
Copy link

Thanks for clearing this up! Just one more questions, when you talk about registration, can you describe a bit further what you mean? Registration, at least in the computer vision field, often refers to aligning two 3D-models, or pointclouds, that are made from the same scene, but from different viewports/cameras (https://en.wikipedia.org/wiki/Point-set_registration). But you said that you use only one camera, so registration in that sense would not be needed.

@simahsa
Copy link
Author

simahsa commented May 22, 2023 via email

@ChristopherRemde
Copy link

Ah I see! Yes that is not a usecase that is covered by LiveScan3D, in this software the cameras are meant to be static. But there are other solutions for this, most prominently KinectFusion (https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ismar2011.pdf) which you might want to look into :)

@simahsa
Copy link
Author

simahsa commented May 22, 2023 via email

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

2 participants