Menu

Tree [c96188] master /
 History

HTTPS access


File Date Author Commit
 build 2015-03-29 Guohui Wang Guohui Wang [c96188] added license
 data 2015-03-28 Guohui Wang Guohui Wang [1d59f2] initial commit
 examples 2015-03-28 Guohui Wang Guohui Wang [1d59f2] initial commit
 include 2015-03-28 Guohui Wang Guohui Wang [1d59f2] initial commit
 src 2015-03-28 Guohui Wang Guohui Wang [1d59f2] initial commit
 .gitignore 2015-03-29 Guohui Wang Guohui Wang [c96188] added license
 LICENSE 2015-03-29 Guohui Wang Guohui Wang [c96188] added license
 README.md 2015-03-29 Guohui Wang Guohui Wang [c96188] added license

Read Me

ezSIFT: An easy-to-use stanalone SIFT library.

URL: https://sourceforge.net/projects/ezsift/

Version

Created on 9/16/2013.
Modified on 3/27/2015: re-organized the projects, use git to manage the code and project.

The latest code can be pulled from here:
git clone git://git.code.sf.net/p/ezsift/code ezsift-code

Examples

I also provide two examples showing how to use this library:
examples/feature_extract.cpp: detect keypoints and extract feature descriptor from a single image.
examples/image_match.cpp: detect keypoints and extract features from two images and perform feature matching.

How to build

For Visual Studio 2010/2012

  1. Go to build/vs2010 or build/vs2012, open ezsift.sln.
  2. Build solution.
  3. You will find executable files under build/vs2010/bin or build/vs2012/bin.

For Android NDK native mode

  1. Please install Android NDK package, and add NDK root folder to your system environment PATH.
  2. Go to build/android.
  3. run ./build.sh
  4. You will find the binaries under build/android/bin/.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.