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/functions_d.html | |
parent | fa36aaf4f89f4deb5889bf76cfaf3debea5ed55c (diff) | |
download | meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.gz meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.bz2 meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.lz meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.xz meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.tar.zst meow-40acf9ddc8f700b45d05bb2098be23a93c3bfa6a.zip |
fix dimension size error
Diffstat (limited to 'doc/html/functions_d.html')
-rw-r--r-- | doc/html/functions_d.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/html/functions_d.html b/doc/html/functions_d.html index add4931..d7601ff 100644 --- a/doc/html/functions_d.html +++ b/doc/html/functions_d.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> @@ -62,10 +62,13 @@ $(document).ready(function(){initNavTree('functions_d.html','');}); , <a class="el" href="classmeow_1_1ObjSelector.html#a94ae819ddd031927466845c86ce35621">meow::ObjSelector< id ></a> </li> <li>description() -: <a class="el" href="classmeow_1_1FeaturePoint.html#a563bdbbea5b633b86666c7e340affbee">meow::FeaturePoint< Scalar, Description ></a> +: <a class="el" href="classmeow_1_1FeaturePoint.html#acf4bb86f8fb908e00582ec354da2894a">meow::FeaturePoint< Scalar, Description, Position, Feature ></a> +</li> +<li>descriptionDimension() +: <a class="el" href="classmeow_1_1FeaturePointsDetector__Harris.html#a48b36d138ea8b81dfc96cba3da90b929">meow::FeaturePointsDetector_Harris< Pixel ></a> </li> <li>descriptionGet() -: <a class="el" href="classmeow_1_1FeaturePoint.html#ab1137db2819c486688872d4af14c4ef6">meow::FeaturePoint< Scalar, Description ></a> +: <a class="el" href="classmeow_1_1FeaturePoint.html#a2258655f74b90bd421beef308f11e4f4">meow::FeaturePoint< Scalar, Description, Position, Feature ></a> </li> <li>detect() : <a class="el" href="classmeow_1_1FeaturePointsDetector.html#ab3b215f8cdd3b2132d98f189600535fc">meow::FeaturePointsDetector< Pixel ></a> @@ -79,8 +82,10 @@ $(document).ready(function(){initNavTree('functions_d.html','');}); </li> <li>dimension() : <a class="el" href="classmeow_1_1BallProjection.html#a3eff2f36a83ba683da6bc9bb82699b30">meow::BallProjection< Scalar ></a> -, <a class="el" href="classmeow_1_1IdentityPoints.html#a19da7e561a7216146da2d974434a0c68">meow::IdentityPoints< ID, Scalar ></a> +, <a class="el" href="classmeow_1_1IdentityPoints.html#a6893f2dbd7f5554812fa729e98ecb1b7">meow::IdentityPoints< Identity, Scalar, Point ></a> , <a class="el" href="classmeow_1_1PhotoProjection.html#a8bc014829f304ae83da2862fcf4f6dce">meow::PhotoProjection< Scalar ></a> +, <a class="el" href="classmeow_1_1Vector2D.html#a5707bd37c4d2baf88fca6c65d6144ee5">meow::Vector2D< Scalar ></a> +, <a class="el" href="classmeow_1_1Vector3D.html#a5f8fb3f3f92a2d6dca1217636e6e0ed3">meow::Vector3D< Scalar ></a> , <a class="el" href="classmeow_1_1Vector.html#a554bb098d8af7ef1458624e8b1f47e6a">meow::Vector< Scalar ></a> </li> <li>DisjointSet() @@ -114,7 +119,7 @@ $(document).ready(function(){initNavTree('functions_d.html','');}); <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> - <li class="footer">Generated on Tue Jun 24 2014 03:53:36 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> |