|
|
<!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 - Download</title> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</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"> |
|
|
Download |
|
|
</div> |
|
|
<div id="pagebody"> |
|
|
<div id="sidebar"> |
|
|
<ul> |
|
|
<li><a href="index.html">Home</a> |
|
|
</li> |
|
|
<li><a href="download.html" class='active' >Download</a> |
|
|
<ul> |
|
|
<li><a href="install-matlab.html">Matlab install</a> |
|
|
</li> |
|
|
<li><a href="install-shell.html">Shell install</a> |
|
|
</li> |
|
|
<li><a href="install-c.html">C library install</a> |
|
|
</li> |
|
|
<li><a href="compiling.html">Compiling</a> |
|
|
</li> |
|
|
</ul></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 latest version of VLFeat is <code>0.9.5</code>. To |
|
|
use VLFeat, simply download and unpack the latest binary package and |
|
|
add the appropriate paths to your environment.</p> |
|
|
|
|
|
<div class="box"> |
|
|
<h1>Downloads</h1> |
|
|
<ul> |
|
|
<li><b><a shape="rect" href="download/vlfeat-0.9.4-bin.tar.gz">VLFeat 0.9.4 |
|
|
binary package</a></b></li> |
|
|
<li><a shape="rect" href="download/vlfeat-0.9.4.tar.gz">VLFeat 0.9.4 |
|
|
source code only</a></li> |
|
|
<li><a shape="rect" href="download/">Previous versions...</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div class="box"> |
|
|
<h1>Install</h1> |
|
|
<ul> |
|
|
<li><a shape="rect" href="install-matlab.html">MATLAB toolbox</a></li> |
|
|
<li><a shape="rect" href="install-shell.html">Command line tools</a></li> |
|
|
<li><a shape="rect" href="install-c.html">C library</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
|
|
|
<div class="clear"></div> |
|
|
|
|
|
<h1>Repository access</h1> |
|
|
|
|
|
<p>VLFeat is under active development. You |
|
|
can <a shape="rect" href="http://github.com/vlfeat/vlfeat/tree/master">browse our |
|
|
Git repository</a> or download it by</p> |
|
|
|
|
|
<pre xml:space="preserve">git clone git://github.com/vlfeat/vlfeat.git</pre> |
|
|
|
|
|
<p>(This will require <a shape="rect" href="http://www.git-scm.org/">Git</a> to be |
|
|
installed). The top of the master branch corresponds to the most |
|
|
recent version of VLFeat, but it could be unstable.</p> |
|
|
|
|
|
<p>We welcome contributions to both the documentation and the source |
|
|
code of VLFeat. You can create patches against our Git repository and |
|
|
send them to us for inclusion in the next version. There are two ways |
|
|
to contribute. For minor changes, simply clone our public repository, |
|
|
as explained above. Once you have made and committed your changes |
|
|
locally, you can submit them to the project via e-mail using a command |
|
|
like <code>git-format-patch</code>: |
|
|
</p> |
|
|
|
|
|
<pre xml:space="preserve">git-format-patch origin</pre> |
|
|
|
|
|
<p>For major additions, we prefer to handle collaboration through |
|
|
<a shape="rect" href="http://github.com/">github</a>. Follow |
|
|
<a shape="rect" href="http://github.com/guides/fork-a-project-and-submit-your-modifications">their tutorial</a> |
|
|
to fork <a shape="rect" href="http://github.com/vlfeat/vlfeat/tree/master">our project</a> |
|
|
and submit your modifications using a pull request.</p> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</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> |
|
|
|
|
|
|