Giter VIP home page Giter VIP logo

cvlab-binboost's Introduction

			       ----------
                           Boosted Descriptors
                               ----------

This software is an implementation of the boosted descriptors presented in the following papers:

[1] T. Trzcinski, M. Christoudias, P. Fua, V. Lepetit. Boosting Binary Keypoint Descriptors. Computer Vision and Pattern Recognition (CVPR) 2013.
[2] T. Trzcinski, M. Christoudias, V. Lepetit, P. Fua. Learning Image Descriptors with the Boosting-Trick. Neural Information Processing Systems (NIPS) 2012. 

The code is released under the GNU General Public License V2 (attached within this package).

COMPILATION:

Type

$ make

to  compile  the  code  and   generate  the  executable 'DBRIEF_demo'.

The code depends  on OpenCV-2.4 or later, so you should  first install 
and make sure that pkg-config can locate it.  To test it, type

$ pkg-config  opencv --libs  --cflags

and you should get a list of compiler flags.

Important Notices:

1) This demo relies on  Hamming Distance  calculation.  Some  of new
generation  processors support SSE4.2  instructions which  includes an
instruction  called   POPCNT  which  enables   fast  Hamming  Distance
calculation.   In g++  SSE4.2 instructions  are enabled  with -msse4.2
flag. By  default, this  flag is set  in the Makefile.   Therefore, if
your instruction  set does  not support SSE4.2  instructions, although
this code compiles perfectly, it  will crash giving an error message.
If  you get such  an error,  please open  Makefile with  your favorite
editor and remove -msse4.2 flag.

USAGE:

./main (--extract <imgFile> <outputFile> <descriptor>
          	| --match <imgFile1> <imgFile2> <descriptor>)

Descriptor names: BGM, LBGM, BINBOOST(-64/128/256)

Example usage:
$ ./main --match graf/img1.ppm graf/img2.ppm binboost-256

Image of matched images should be saved to 'matches.png'.

FOR REPORTING BUGS and FEEDBACK:
Please send an email to Tomasz Trzcinski: [email protected] 
and/or Mario Christoudias: [email protected] 
and/or Vincent Lepetit: [email protected].

cvlab-binboost's People

Watchers

James Cloos avatar Xocoatzin avatar

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.