| | <!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 - Documentation</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"> |
| | Documentation |
| | </div> |
| | <div id="pagebody"> |
| | <div id="sidebar"> |
| | <ul> |
| | <li><a href="index.html">Home</a> |
| | </li> |
| | <li><a href="download.html">Download</a> |
| | </li> |
| | <li><a href="doc.html" class='active' >Documentation</a> |
| | <ul> |
| | <li><a href="mdoc/mdoc.html">Matlab API</a> |
| | </li> |
| | <li><a href="api/index.html">C API</a> |
| | </li> |
| | <li><a href="man/man.html">Man pages</a> |
| | </li> |
| | </ul></li> |
| | <li><a href="overview/tut.html">Tutorials</a> |
| | </li> |
| | </ul> |
| |
|
| | </div> |
| | <div id="content"> |
| | |
| |
|
| | |
| |
|
| | <p>The VLFeat documentation has three parts:</p> |
| |
|
| | <ul> |
| |
|
| | <li><p><a shape="rect" href="mdoc/mdoc.html">Matlab help.</a> VLFeat Matlab |
| | commands embed documentation that can be viewed with the |
| | Matlab <code>help</code> command (for instance, type <code>help |
| | vl_sift</code> to read the <code>vl_sift</code> command |
| | documentation). For convenience, the same documentation is also |
| | available in <a shape="rect" href="mdoc/mdoc.html">HTML format.</a></p></li> |
| |
|
| | <li><p><a shape="rect" href="api/index.html">C API.</a> VLFeat source |
| | code embeds extensive documentation. This includes <b>descriptions of |
| | all algorithms</b> which can be useful even if you do not plan to use |
| | the C library directly. </p> |
| | </li> |
| |
|
| | <li><p><a shape="rect" href="man/man.html">Man pages.</a> The command line utilities |
| | bundled with VLFeat are described by Unix man pages. These |
| | are found in the <code>src/</code> subdirectory, or can be viewed in |
| | <a shape="rect" href="man/man.html">HTML format.</a></p></li> |
| |
|
| | </ul> |
| |
|
| | <p>In addition to the documentation, there are also |
| | <a shape="rect" href="overview/tut.html">tutorials</a> which introduce many of the |
| | algorithms contained in the library.</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> |
| |
|
| | |