Skip to content
/ sift Public

Library for doing SIFT-based image matching. Based on Rob Hess' SIFT code.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.ubc
Notifications You must be signed in to change notification settings

wiseman/sift

Repository files navigation

SIFT
John Wiseman  [email protected]  http://lemonodor.com/


This is a SIFT object recognition library for C++ and Python.  It is
based on Rob Hess' SIFT feature detector[1].

To build:

1. Install the following packages (Ubuntu 8.10):
  Dev tools:
    autoconf
    automake
    libtool
  Vision/image processing libraries:
    libcv1
    libcv-dev
    gsl-dev
    libgsl0-dev

2. ./autogen.sh && ./configure && make

See src/tests/test_sift.py for what the library is capable of at the
moment.


[1] http://web.engr.oregonstate.edu/~hess/

About

Library for doing SIFT-based image matching. Based on Rob Hess' SIFT code.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.ubc

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published