|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
|
<meta> |
|
|
|
|
|
<link href="web.css" type="text/css" rel="stylesheet"></link> |
|
|
<title>VLFeat - Home</title> |
|
|
<style rel="stylesheet" type="text/css" > |
|
|
#content p.widePar { |
|
|
padding-right: 1em ; |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
</meta> |
|
|
|
|
|
|
|
|
<body> |
|
|
<div id="header"> |
|
|
|
|
|
<form action="http://www.vlfeat.org/search.html" method="get" id="cse-search-box" enctype="application/x-www-form-urlencoded"> |
|
|
<div> |
|
|
<input type="hidden" name="cx" value="003215582122030917471:oq23albfeam"></input> |
|
|
<input type="hidden" name="cof" value="FORID:11"></input> |
|
|
<input type="hidden" name="ie" value="UTF-8"></input> |
|
|
<input type="text" name="q" size="31"></input> |
|
|
<input type="submit" name="sa" value="Search"></input> |
|
|
</div> |
|
|
</form> |
|
|
<script src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en" xml:space="preserve" type="text/javascript"></script> |
|
|
|
|
|
<h1>VLFeat.org</h1> |
|
|
</div> |
|
|
<div id="headbanner"> |
|
|
Home |
|
|
</div> |
|
|
<div id="pagebody"> |
|
|
<div id="sidebar"> |
|
|
<ul> |
|
|
<li><a href="index.html" class='active' >Home</a> |
|
|
<ul> |
|
|
<li><a href="about.html">About</a> |
|
|
</li> |
|
|
</ul></li> |
|
|
<li><a href="download.html">Download</a> |
|
|
</li> |
|
|
<li><a href="doc.html">Documentation</a> |
|
|
</li> |
|
|
<li><a href="overview/tut.html">Tutorials</a> |
|
|
</li> |
|
|
</ul> |
|
|
|
|
|
</div> |
|
|
<div id="content"> |
|
|
|
|
|
|
|
|
<p>The <b>VLFeat</b> <a shape="rect" 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 <code>0.9.5</code>.</p> |
|
|
|
|
|
<div style="height:7em;" class="box"> |
|
|
<img src="images/down.png" alt="Download" style="float:left;"></img> |
|
|
<h1>Download</h1> |
|
|
<ul> |
|
|
<li><b><a shape="rect" href="download/vlfeat-0.9.4-bin.tar.gz">VLFeat 0.9.4</a></b> (Windows, Mac, Linux)</li> |
|
|
<li><a shape="rect" href="download.html">Installation, source code, and more ...</a></li> |
|
|
<li><a shape="rect" href="http://github.com/vlfeat/vlfeat/tree/master">Git repository</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div style="height:7em;" class="box"> |
|
|
<img src="images/help.png" alt="Help" style="float:left;"></img> |
|
|
<h1>Reference</h1> |
|
|
<ul> |
|
|
<li><a shape="rect" href="mdoc/mdoc.html">MATLAB commands</a></li> |
|
|
<li><a shape="rect" href="api/index.html">C API</a> with algorithm descriptions</li> |
|
|
<li><a shape="rect" href="man/man.html">Command line tools</a></li> |
|
|
</ul> |
|
|
|
|
|
</div><div style="height:12em;" class="box"> |
|
|
<h1>Tutorials</h1> |
|
|
<ul> |
|
|
<li><a shape="rect" href="overview/sift.html">SIFT</a> – Scale Invariant Feature Transform</li> |
|
|
<li><a shape="rect" href="overview/mser.html">MSER</a> – Maximally Stable Extremal Regions</li> |
|
|
<li><a shape="rect" href="overview/ikm.html">IKM</a> – Integer optimized <em>k</em>-means</li> |
|
|
<li><a shape="rect" href="overview/hikm.html">HIKM</a> – Hierarchical <em>k</em>-means</li> |
|
|
<li><a shape="rect" href="overview/aib.html">AIB</a> – Agglomerative Information Bottleneck</li> |
|
|
<li><a shape="rect" href="overview/quickshift.html">Quick shift</a> – Quick shift mode seeking</li> |
|
|
<li><a shape="rect" href="overview/tut.html">More ...</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div style="height:12em;" class="box"> |
|
|
<h1>BibTeX entry</h1> |
|
|
<pre style="font-size: .8em; color: black; margin-bottom: 0em;" xml:space="preserve"> |
|
|
@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"></div> |
|
|
|
|
|
<h2 style="clear:left;">Acknowledgments</h2> |
|
|
|
|
|
<p>Part of this work was supported by |
|
|
the <a shape="rect" href="http://vision.ucla.edu">UCLA Vision Lab</a> and |
|
|
the <a shape="rect" 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> |
|
|
|
|
|
|
|
|
<style rel="stylesheet" type="text/css" > |
|
|
#content p.widePar { |
|
|
padding-right: 1em ; |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
</div> |
|
|
<div class="clear"> </div> |
|
|
</div> |
|
|
<div id="footer"> |
|
|
© 2005-09 Andrea Vedaldi and Brian Fulkerson |
|
|
</div> |
|
|
|
|
|
|
|
|
<script xml:space="preserve" type="text/javascript"> |
|
|
|
|
|
var localre = /vlfeat.org/; |
|
|
if(document.location.host.search(localre) != -1) |
|
|
{ |
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
|
|
} |
|
|
|
|
|
</script> |
|
|
<script xml:space="preserve" type="text/javascript"> |
|
|
|
|
|
var localre = /vlfeat.org/; |
|
|
if(document.location.host.search(localre) != -1) |
|
|
{ |
|
|
|
|
|
try { |
|
|
var pageTracker = _gat._getTracker("UA-4936091-2"); |
|
|
pageTracker._trackPageview(); |
|
|
} catch(err) {} |
|
|
|
|
|
} |
|
|
|
|
|
</script> |
|
|
|
|
|
</body> |
|
|
</html> |
|
|
|
|
|
|