Git Product home page Git Product logo

opensurf's Introduction

OpenSURF

C. Evans, Research Into Robust Visual Features, MSc University of Bristol, 2008.

Requirements

Requres CMake:
http://www.cmake.org/

All code in this package requires the OpenCV library:
http://sourceforge.net/projects/opencvlibrary/

Building

Compile & Run Surf:

mkdir build
cd build
cmake ..
make
../bin/surffeat

This should produce a few executables in bin/, a static library lib/libsurf.a, and some HTML documentation in docs/. You can use the -h argument to get help with any of the executables. libsift.a can be compiled into your own code using the standard method:

gcc -I/path/to/surf/include/ -L/path/to/surf/lib/ yourcode.c -o yourexecutable -lsurf

The documentation in docs/ describes all of the functions available in libsurf.a as well as #defines, etc. Use the documentation to determine what header files from include/ to include in your code.

License

This library is distributed under the GNU GPL. Please use the contact form at http://www.chrisevansdev.com for more information.

Other Info

There are a several examples of code in main.cpp which can be configured to run by change the value of PROCEDURE which is defined at the top.

If you have any questions contact me via the form on http://www.chrisevansdev.com.

If you want to stay up to date with the library follow @chrisevansdev on twitter.

Please also support the library by visiting our sponsors on http://www.chrisevansdev.com.

opensurf's People

Contributors

kazz47 avatar

Watchers

deger avatar  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.