Giter VIP home page Giter VIP logo

Comments (4)

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 12, 2024

Hey @anthonypan08,

Thanks for using our code. We actually use OpenGL to accelerate the calculation of the jacobians in Frame2Model_jacobians.geom. For the entire frame-to-model ICP process, you may also have a look at Frame2Model.cpp, LieGaussNewton.cpp and also the updatePose() function in SurfelMapping.cpp.

Hope it helps!

from semantic_suma.

anthonypan08 avatar anthonypan08 commented on June 12, 2024

It seem like Frame2Model.cpp utilizes the Frame2Model.geom file and the weights of each point are kept track in Frame2Model.geom . From what I can see, the .xyz symbolizes the 3D coordinate of each point in point cloud and the .w is the weights. Also can you tell me where those properties are defined (I am quite new to OpenGL so forgive me if the questions are elementary)

My plan is to use expectation maximization algorithm to soft assign the weight of each point. Is it correct that I would have to modify the contents in the OpenGL Frame2Model.geom? I want to ensure that each point holds an array of possible weights instead of just 1 weight. Do know any specific issue that would arise if I just go ahead and change the data structure in OpenGL?

from semantic_suma.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 12, 2024

Yes, you are right. You could find the definition of Surfel properties in Surfel.h.

Maintaining an array for each point is not that straightforward, but it is definitely doable. You could find more information here

from semantic_suma.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on June 12, 2024

Since there is no update, I'm going to close this issue. Please feel free to ask me to reopen it if needed.

from semantic_suma.

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.