File size: 5,727 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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 |
<!DOCTYPE site PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<site id='root'>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Site template -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<template id="template.default">
<html>
<meta>
<!-- Stylesheets -->
<link href="%pathto:root;web.css" rel="stylesheet" type="text/css"/>
<title>VLFeat - %path;</title>
%pagestyle;
<!-- Scripts-->
%pagescript;
</meta>
<!-- Body Start -->
<body>
<div id="header">
<!-- Google CSE Search Box Begins -->
<form action="http://www.vlfeat.org/search.html" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="003215582122030917471:oq23albfeam" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
<!-- Google CSE Search Box Ends -->
<h1>VLFeat.org</h1>
</div>
<div id="headbanner">
%path;
</div>
<div id="pagebody">
<div id="sidebar"> <!-- Navigation Start -->
%navigation;
</div> <!-- sidebar -->
<div id="content">
%content;
</div>
<div class="clear"> </div>
</div> <!-- pagebody -->
<div id="footer">
© 2005-09 Andrea Vedaldi and Brian Fulkerson
</div> <!-- footer -->
<!-- Google Analytics Begins -->
<script type="text/javascript">
//<![CDATA[
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 type="text/javascript">
//<![CDATA[
var localre = /vlfeat.org/;
if(document.location.host.search(localre) != -1)
{
try {
var pageTracker = _gat._getTracker("UA-4936091-2");
pageTracker._trackPageview();
} catch(err) {}
}
//]]>
</script>
<!-- Google Analytics Ends -->
</body>
</html>
</template>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Site contents -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<page id="home" name="index" title="Home"> <include src="index.html"/>
<pagestyle>
#content p.widePar {
padding-right: 1em ;
}
</pagestyle>
<page id="about" name="about" title="About"><include src="about.html"/></page>
</page>
<page id="download" name="download" title="Download"><include src="download.html"/>
<page id="install.matlab" name="install-matlab" title="Matlab install">
<include src="install-matlab.html"/>
</page>
<page id="install.shell" name="install-shell" title="Shell install">
<include src="install-shell.html"/>
</page>
<page id="install.c" name="install-c" title="C library install">
<include src="install-c.html"/>
<page id="xcode" name="xcode" title="Using Xcode"><include src="using-xcode.html"/></page>
<page id="vsexpress" name="vsexpress" title="Using VC++"><include src="using-vsexpress.html"/></page>
</page>
<page id="compiling" name="compiling" title="Compiling">
<include src="compiling.html"/>
</page>
</page>
<page id="doc" name="doc" title="Documentation">
<include src="doc.html"/>
<dir name="mdoc">
<page id="mdoc" name="mdoc" title="Matlab API">
<include src="doc/toolbox-src/mdoc.html"/>
<include src="doc/toolbox-src/mdoc.xml"/>
</page>
</dir>
<dir name="api">
<page id="api" name="index" title="C API">
<div class="doxygen">
<!-- Doc Here -->
</div>
</page>
</dir>
<dir name="man">
<page id="man" name="man" title="Man pages">
<p>These man pages describe VLFeat command line utilities.</p>
<include src="doc/man-src/man.html"/>
<include src="doc/man-src/man.xml"/>
</page>
</dir>
</page>
<dir name="overview">
<page id="tut" name="tut" title="Tutorials">
<include src="tutorials.html"/>
<page id="tut.sift" name="sift" title="SIFT"> <include src="sift.html"/></page>
<page id="tut.mser" name="mser" title="MSER"> <include src="mser.html"/></page>
<page id="tut.ikm" name="ikm" title="IKM"> <include src="ikm.html"/></page>
<page id="tut.hikm" name="hikm" title="HIKM"> <include src="hikm.html"/></page>
<page id="tut.aib" name="aib" title="AIB"> <include src="aib.html"/></page>
<page id="tut.qs" name="quickshift" title="Quick shift"> <include src="quickshift.html"/></page>
<page id="tut.utils" name="utils" title="Utils"> <include src="utils.html"/></page>
</page>
</dir>
<!-- Generate an additional page to hold search results -->
<page name="search" id="search" title="Search" hide="yes">
<!-- Google CSE Search Results Begins -->
<div id="cse-search-results"></div>
<script type="text/javascript">
//<![CDATA[
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 600;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
//]]>
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
<!-- Google CSE Search Results Ends -->
</page>
</site>
|