cpu_tsdf
cpu_tsdf copied to clipboard
Code for integrating, raytracing, and meshing a TSDF on the CPU
Hi, Is what I can calculate tsdf for a cloud of points not for depth images ? You can help me with an idea Thank you for your help.
Hi, I am trying to use the Kinfu remake algorithm (https://github.com/Nerei/kinfu_remake) to create a TSDF volume and then save it in a file. Later on, I would like to use...
Hi there, Firstly great work with the TSDF code! One thing I wondered is whether there is a way to get this to work with unorganised clouds? My input data...
Hi, I'm a newer in pcl. I try compile the whole project by using vs2013 after cmake and build. But I get a link error. I go to Debug directory...
I am now reading your code to work out how tsdf works,and I can not understand the function getFrustumCulledVoxels. In this function,there is a variable named cam2robot,what does it mean?...
Dear the author, It's really a great work, thank you for share it. With one camera, it maps really well. Then at present, the data of multiple cameras need to...