Coder Social home page Coder Social logo

Comments (5)

cmatija avatar cmatija commented on August 12, 2024 1

No I mean the original c++ filterreg code by the authors

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

Hi @cmatija ,

Thank you for the some suggestions.
In my opinion, there are two methods when converting from a twist to a transformation matrix.
One is a linear approximation and the other is Rodrigues' rotation formula.

I think your first opinion is correct. In the function I made, the rotation is computed using Rodrigues' formula, but the translation is a linear approximation. So, as you say, I think it's better to make the translation also Rodrigues' formula.

In the second opinion, eq.5 uses the linear approximation. However, to improve accuracy I have replaced it with Rodrigues' formula.

Finally, regarding the results of pt2pl, in general, pt2pl doesn't work well for objects with many curved surfaces. And I also found it difficult to set the sigma2 parameter when using the pt2pl filterreg.
If a stable solution is not obtained when using ICP's pt2pl, it is considered to be difficult even for filterreg.

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

I also had a question that came up.
The definition of twist described in your link seems to relate to a robot joint, so is that the formula that can apply to the twist calculation in this case?

from probreg.

cmatija avatar cmatija commented on August 12, 2024

I would think so. If you for instance look at the first chapter of 'An Invitation to 3-D Vision' by Ma et al. you will find the same formula.

That being said, I have also checked out the original code (which you probably did also) and they do it the same way, i.e. use Rodrigues formula for R but leave t untouched, so I guess I'm still missing something here.

from probreg.

neka-nat avatar neka-nat commented on August 12, 2024

Thank you for the good reference!
Is this the original code you're referring to?
https://github.com/sunglok/3dv_tutorial
I'll check it out as well.

from probreg.

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.