KinectFusion offline reconstruction code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ngo Nguyen
el 10 de En. de 2017
Comentada: Ngo Nguyen
el 28 de Abr. de 2018
Hello everyone, I am working with the KinectFusion. My question is: Do you have the code so that I can reconstruct the 3D model by given depth images? It means instead of processing the frames by real-time, I would like to capture all the depth image and then process frame-by-frame (offline reconstruction).
Thank you very much. Nguyen
3 comentarios
Respuesta aceptada
Walter Roberson
el 10 de En. de 2017
You can use the sensor package to get the data, and you can convert it to point cloud and then you could write the pointcloud to disk. Later (offline) you could read the pointcloud data and process it using the tools in the Computer Vision Toolbox, or other external tools.
5 comentarios
Gaurav
el 5 de Feb. de 2017
Hi @Ngo Nguyen , did you figure out how to perform volumetric integration in matlab (with TSDF). It would be very helpful for me if you can share how to do it.
Más respuestas (0)
Ver también
Categorías
Más información sobre Acquisition Using Kinect for Windows Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!