File size: 2,970 Bytes
d4035c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
<!DOCTYPE group PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<group>
<p>The <b>VLFeat</b> <a
href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">open
source</a> library implements popular computer vision algorithms
including
<em>SIFT</em>, <em>MSER</em>, <em>k-means</em>, <em>hierarchical
k-means</em>, <em>agglomerative information bottleneck, and quick shift</em>.
It is written in C for efficiency and compatibility, with interfaces in
MATLAB for ease of use, and detailed documentation throughout. It supports
<em>Windows</em>, <em>Mac OS X</em>, and <em>Linux</em>. The latest version of
VLFeat is <include src="version.html" />.</p>
<div class="box" style="height:7em;">
<img src="%pathto:root;images/down.png" alt="Download" style="float:left;"/>
<h1>Download</h1>
<ul>
<li><b><a href="%pathto:root;download/vlfeat-0.9.4-bin.tar.gz">VLFeat 0.9.4</a></b> (Windows, Mac, Linux)</li>
<li><a href="%pathto:download;">Installation, source code, and more ...</a></li>
<li><a href="http://github.com/vlfeat/vlfeat/tree/master">Git repository</a></li>
</ul>
</div>
<div class="box" style="height:7em;">
<img src="%pathto:root;images/help.png" alt="Help" style="float:left;"/>
<h1>Reference</h1>
<ul>
<li><a href="%pathto:mdoc;">MATLAB commands</a></li>
<li><a href="%pathto:api;">C API</a> with algorithm descriptions</li>
<li><a href="%pathto:man;">Command line tools</a></li>
</ul>
</div><div class="box" style="height:12em;">
<h1>Tutorials</h1>
<ul>
<li><a href="%pathto:tut.sift;">SIFT</a> – Scale Invariant Feature Transform</li>
<li><a href="%pathto:tut.mser;">MSER</a> – Maximally Stable Extremal Regions</li>
<li><a href="%pathto:tut.ikm;">IKM</a> – Integer optimized <em>k</em>-means</li>
<li><a href="%pathto:tut.hikm;">HIKM</a> – Hierarchical <em>k</em>-means</li>
<li><a href="%pathto:tut.aib;">AIB</a> – Agglomerative Information Bottleneck</li>
<li><a href="%pathto:tut.qs;">Quick shift</a> – Quick shift mode seeking</li>
<li><a href="%pathto:tut;">More ...</a></li>
</ul>
</div>
<div class="box" style="height:12em;">
<h1>BibTeX entry</h1>
<pre style="font-size: .8em; color: black; margin-bottom: 0em;">
@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/}}
</pre>
</div>
<div class="clear">&nsbp;</div>
<h2 style="clear:left;">Acknowledgments</h2>
<p>Part of this work was supported by
the <a href="http://vision.ucla.edu">UCLA Vision Lab</a> and
the <a href="http://www.robots.ox.ac.uk/~vgg/">Oxford VGG
Lab</a>. The authors would like to thank the many colleagues that
have contributed to VLFeat by testing and providing helpful
suggestions and comments.</p>
</group>
|