|
|
<!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 - About</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"> |
|
|
Home - About |
|
|
</div> |
|
|
<div id="pagebody"> |
|
|
<div id="sidebar"> |
|
|
<ul> |
|
|
<li><a href="index.html">Home</a> |
|
|
<ul> |
|
|
<li><a href="about.html" class='active' >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><b>VLFeat</b> is a cross-platform open source collection of vision |
|
|
algorithms with a special focus on visual features (for instance SIFT |
|
|
and MSER) and clustering (k-means, hierarchical k-means, agglomerative |
|
|
information bottleneck). It bundles a MATLAB toolbox, a clean and |
|
|
portable C library and a number of command line utilities. Thus it is |
|
|
possible to use the same algorithm both from MATLAB, the command line, |
|
|
and your own programs.</p> |
|
|
|
|
|
<h2 id="about-authors">About the authors</h2> |
|
|
|
|
|
<p><b>VLFeat</b> is an effort initiated by Andrea Vedaldi and Brian |
|
|
Fulkerson in 2007, based on previously published software from the |
|
|
same authors.</p> |
|
|
|
|
|
<br clear="none"></br> |
|
|
|
|
|
<p> |
|
|
<img src="images/vedaldi.jpg" style="position:relative;float:right;margin: 0 0 0.5em 1em;width:100px;" alt="Andrea Vedaldi picture"></img> |
|
|
|
|
|
<a shape="rect" href="http://www.vlfeat.org/~vedaldi">Andrea Vedaldi</a> received |
|
|
the Bachelor's degree in Information Engineering from the University |
|
|
of Padova, Italy, in 2003, and the Master's and Ph.D. degrees in |
|
|
Computer Science from the University of California - Los Angeles, in |
|
|
2005 and 2008. He is the recipient of the UCLA outstanding Master's |
|
|
and Ph.D. awards. In 2008 he joined the Visual Geometry Group at |
|
|
Oxford University as postdoctoral researcher. |
|
|
</p> |
|
|
|
|
|
<div style="clear:right;"> </div> |
|
|
|
|
|
<p> |
|
|
<img src="images/fulkerson.jpg" style="position:relative;float:right;margin: 0 0 .5em 1em;width:100px;" alt="Brian Fulkerson picture"></img> |
|
|
|
|
|
<a shape="rect" href="http://vision.ucla.edu/~brian">Brian Fulkerson</a> |
|
|
received his B.S. in Computer Engineering from the University of |
|
|
California - San Diego in 2004, and his M.S. in Computer Science from |
|
|
the University of California - Los Angeles in 2006. He is currently |
|
|
pursuing a Ph.D. in Computer Science at the UCLA Vision Lab. |
|
|
|
|
|
</p> |
|
|
|
|
|
<div style="clear:right;"> </div> |
|
|
|
|
|
|
|
|
</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> |
|
|
|
|
|
|