The VLFeat open
source library implements popular computer vision algorithms
including
SIFT, MSER, k-means, hierarchical
k-means, agglomerative information bottleneck, and quick
shift. It is written in C for efficiency and compatibility,
with interfaces in MATLAB for ease of use, and detailed
documentation throughout. It supports
Windows, Mac OS X, and Linux. The latest version of
VLFeat is
Download
|
Documentation
|
Tutorials
Example applications |
Citing@misc{vedaldi08vlfeat, Author = {A. Vedaldi and B. Fulkerson}, Title = {{VLFeat}: An Open and Portable Library of Computer Vision Algorithms}, Year = {2008}, Howpublished = {\url{http://www.vlfeat.org/}} Acknowledgments |
MATLAB 7.0 and earlier require recompling the MEX files by
the provided vl_compile
command.