skanti/Scan2CAD

Visualization of the .vox files

jingnanshi opened this issue · 5 comments

Hi,

Thank you for sharing this impressive project. I have one question: how did you visualize the generated .vox files? What software/library did you use? Thanks in advance.

Hey there,
have a look at Routines/Vox2Mesh/main.cpp

you can use this code to generate .ply meshes out of the .vox files :)

Thanks for the fast response! I'll take a look.

Just to confirm: the red dot on the visualize mesh corresponds to the keypoint, right?

yes exactly! sometimes it's a little hard to see because it is a single red dot

Thanks!