Giter VIP home page Giter VIP logo

Comments (2)

rameau-fr avatar rameau-fr commented on June 20, 2024 2

Dear Pablo,

your observation is certainly valid. When detecting keypoints, there is a certain trade-off between their spatial distribution and their repeatability. If you only want to use a restricted number of points they might be difficult to match.
We recommend to use a keypoint tracker such as KLT instead of a matching approach (like KNN or BF). we actually use this strategy in our own SLAM system and it provides very stable tracks and compelling results.
For sparse stereo matching, you can detect keypoints on the left image and find correspondences by line scanning.

Best regards,

from anms-codes.

somepablo avatar somepablo commented on June 20, 2024 1

Thank you for you answer,

Using a KLT tracker could be useful for fixed focus cameras, in fact, we use it as a complement in our monocular keyframe-based SLAM. However, any time we get an occlusion we have to perform relocalization using feature matching, and there is when we need strong keypoints.

Anyway, I think we are exploring very different SLAM approaches. In our case we use it for Augmented Reality in mobile phones where only one camera exists and we have to deal with very limited computing resources. I guess you're probably using it with stereo cameras for autonomous driving so what is good for your SLAM system could be bad for ours and vice versa.

Warm regards

from anms-codes.

Related Issues (11)

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.