Giter Club home page Giter Club logo

Comments (4)

neka-nat avatar neka-nat commented on May 22, 2024

Hi @destrooooyer ,

Thank you for the question.
Is what you're asking about the following?

https://github.com/neka-nat/cupoch/blob/master/examples/python/advanced/rgbd_integration.py
https://github.com/neka-nat/cupoch/blob/master/examples/python/advanced/rgbd_integration_uniform.py

from cupoch.

destrooooyer avatar destrooooyer commented on May 22, 2024

Hi @neka-nat
No I mean the ray casting method in KinectFusion. In this algorithm you cast a lot of rays from the camera pose to the TSDF volume, which gives an estimation of the surface.

Here is a simple introduction to the algorithm. (Ray casting on page 10)
https://vision.in.tum.de/_media/teaching/ss2015/gpucourse_ss2015/kinectfusion.pdf

And here is an implementation of ray casting
https://github.com/chrdiller/KinectFusionLib/blob/master/src/cuda/surface_prediction.cu

from cupoch.

neka-nat avatar neka-nat commented on May 22, 2024

Thank you for the references.
I hadn't planned to implement it, but it's very interesting.
Currently, I'm working on other issues as well, so I can't say when I'll be able to implement it,
but I put it on the list of future features.

from cupoch.

neka-nat avatar neka-nat commented on May 22, 2024

I added Raycast function to UniformTSDFVolume .
https://github.com/neka-nat/cupoch/blob/master/src/cupoch/integration/uniform_tsdfvolume.h#L77
I also experimentally implemented Kinect Fusion, so try it out.
https://github.com/neka-nat/cupoch/tree/master/src/cupoch/kinfu

from cupoch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.