diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-06-27 18:24:38 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-06-27 18:24:38 +0800 |
commit | 40acf9ddc8f700b45d05bb2098be23a93c3bfa6a (patch) | |
tree | 8ef3481d1f08c91eb6d7bb302dbcd3a3c0f18411 /doc/html/FeaturePointsDetector__Harris_8h.html | |
parent | fa36aaf4f89f4deb5889bf76cfaf3debea5ed55c (diff) | |
download | meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.gz meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.zst meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.zip |
fix dimension size error
Diffstat (limited to 'doc/html/FeaturePointsDetector__Harris_8h.html')
-rw-r--r-- | doc/html/FeaturePointsDetector__Harris_8h.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/html/FeaturePointsDetector__Harris_8h.html b/doc/html/FeaturePointsDetector__Harris_8h.html index 6aa970c..5505b89 100644 --- a/doc/html/FeaturePointsDetector__Harris_8h.html +++ b/doc/html/FeaturePointsDetector__Harris_8h.html @@ -28,7 +28,7 @@ <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Templates -- Meow -  <span id="projectnumber">204.13.18</span> +  <span id="projectnumber">1.2.9</span> </div> <div id="projectbrief">A C++ template contains kinds of interesting classes and functions</div> </td> @@ -66,15 +66,17 @@ $(document).ready(function(){initNavTree('FeaturePointsDetector__Harris_8h.html' <code>#include "<a class="el" href="Bitmap_8h_source.html">Bitmap.h</a>"</code><br/> <code>#include "<a class="el" href="FeaturePoint_8h_source.html">FeaturePoint.h</a>"</code><br/> <code>#include "<a class="el" href="DisjointSet_8h_source.html">../dsa/DisjointSet.h</a>"</code><br/> +<code>#include "<a class="el" href="math_2utility_8h_source.html">../math/utility.h</a>"</code><br/> <code>#include "<a class="el" href="Self_8h_source.html">../Self.h</a>"</code><br/> <code>#include <vector></code><br/> +<code>#include <algorithm></code><br/> </div> <p><a href="FeaturePointsDetector__Harris_8h_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classmeow_1_1FeaturePointsDetector__Harris.html">meow::FeaturePointsDetector_Harris< Pixel ></a></td></tr> -<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Harris corner detect. <a href="classmeow_1_1FeaturePointsDetector__Harris.html#details">More...</a><br/></td></tr> +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Harris-Corner-Detect algorithm for finding feature points. <a href="classmeow_1_1FeaturePointsDetector__Harris.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> @@ -98,7 +100,7 @@ Macros</h2></td></tr> </table> </div><div class="memdoc"> -<p>Definition at line <a class="el" href="FeaturePointsDetector__Harris_8h_source.html#l00025">25</a> of file <a class="el" href="FeaturePointsDetector__Harris_8h_source.html">FeaturePointsDetector_Harris.h</a>.</p> +<p>Definition at line <a class="el" href="FeaturePointsDetector__Harris_8h_source.html#l00027">27</a> of file <a class="el" href="FeaturePointsDetector__Harris_8h_source.html">FeaturePointsDetector_Harris.h</a>.</p> </div> </div> @@ -109,7 +111,7 @@ Macros</h2></td></tr> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_92fecd8d02dd5e7a67429447fdf0f60f.html">meowpp</a></li><li class="navelem"><a class="el" href="dir_115d3279a93b9c99d8f569a34543848f.html">gra</a></li><li class="navelem"><a class="el" href="FeaturePointsDetector__Harris_8h.html">FeaturePointsDetector_Harris.h</a></li> - <li class="footer">Generated on Tue Jun 24 2014 03:53:31 for Templates -- Meow by + <li class="footer">Generated on Fri Jun 27 2014 18:24:41 for Templates -- Meow by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li> </ul> |