Coder Social home page Coder Social logo

imagefeaturesandmatching's Introduction

Image Features Matching

motivation

Design an abstract class where multiple image features, descriptors and matching methods can be chosen from the config file, including traditional and deep learning based methods, for some visual feature based tasks, such as visual slam, AR/VR and object tracking.

Supportted image features: BRISK, ORB, AKAZE, SIFT, SURF, CONTOUR, SuperPoint (with TensorRT accelerated)

Supportted descriptor types: BRIEF, ORB, FREAK, AKAZE, SIFT, BRISK, SURF, SuperPoint (with TensorRT accelerated)

Supported matching methods: BF_HAMMING, BF_L2, SuperGlue (with TensorRT accelerated)

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./image_matching [keypoints type] [descriptor type].

Reference

SFND_2D_Feature_Tracking

feature detection

Image Matching from Handcrafted to Deep Features: A Survey

Image Matching Across Wide Baselines: From Paper to Practice

Image Registration Techniques: A Survey

ORB

SIFT

SuperPoint

SuperGlue

BRISK

BRIEF

FREAK

AKAZE

imagefeaturesandmatching's People

Contributors

oym1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

imagefeaturesandmatching's Issues

SuperGlue can't be used

hello oym1994
There's some question about the SuperGlue!
First, the ".engine" of SuperGlue can't be generated;
Second, the matcher of SuplerGlue isn‘’t defined;
so, is there any code to be added, thank you!

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.