From 1aa1011cd09e4f2c3d697b7ae89edae57b1dc884 Mon Sep 17 00:00:00 2001 From: cathook Date: Mon, 8 Sep 2014 21:25:12 +0800 Subject: tmp --- doc/html/FeaturePointsDetector_8h_source.html | 29 +++++++++++++-------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'doc/html/FeaturePointsDetector_8h_source.html') diff --git a/doc/html/FeaturePointsDetector_8h_source.html b/doc/html/FeaturePointsDetector_8h_source.html index d4adcf7..d109276 100644 --- a/doc/html/FeaturePointsDetector_8h_source.html +++ b/doc/html/FeaturePointsDetector_8h_source.html @@ -28,7 +28,7 @@ Logo
Templates -- Meow -  1.2.9 +  1.2.10
A C++ template contains kinds of interesting classes and functions
@@ -70,28 +70,27 @@ $(document).ready(function(){initNavTree('FeaturePointsDetector_8h_source.html',
10 
11 namespace meow {
12 
-
13 template<class Pixel>
+
13 template <class Pixel, class MyFP = FeaturePoint<double, double> >
14 class FeaturePointsDetector: public ObjBase {
15 protected:
-
16  FeaturePointsDetector() { }
+
16  FeaturePointsDetector() { }
17 public:
-
18  virtual ~FeaturePointsDetector() { }
+
18  virtual ~FeaturePointsDetector() { }
19 
-
20  virtual std::vector<FeaturePoint<double, double> >
-
21  detect(Bitmap<Pixel> const& bitmap) const = 0;
-
22 };
-
23 
-
24 } // meow
-
25 
-
26 #endif // gra_FeaturePointsDetector_H__
-
virtual ~FeaturePointsDetector()
+
20  virtual std::vector<MyFP> detect(Bitmap<Pixel> const& bmp) const = 0;
+
21 };
+
22 
+
23 } // meow
+
24 
+
25 #endif // gra_FeaturePointsDetector_H__
+
virtual ~FeaturePointsDetector()
二維點陣資料
Definition: Bitmap.h:25
一切物件的Base, 並要求每個物件都要有read, write, create, ... 等功能
Definition: ObjBase.h:15
-
virtual std::vector< FeaturePoint< double, double > > detect(Bitmap< Pixel > const &bitmap) const =0
-
FeaturePointsDetector()
+
FeaturePointsDetector()
+
virtual std::vector< MyFP > detect(Bitmap< Pixel > const &bmp) const =0
@@ -99,7 +98,7 @@ $(document).ready(function(){initNavTree('FeaturePointsDetector_8h_source.html',