Templates -- Meow  1.2.11
A C++ template contains kinds of interesting classes and functions
meow::FeaturePointsDetector< Pixel, MyFP > Class Template Referenceabstract

#include "FeaturePointsDetector.h"

Inheritance diagram for meow::FeaturePointsDetector< Pixel, MyFP >:
meow::ObjBase meow::FeaturePointsDetector_Harris< Pixel, MyFP >

Public Member Functions

virtual ~FeaturePointsDetector ()
 
virtual std::vector< MyFP > detect (Bitmap< Pixel > const &bmp) const =0
 
- Public Member Functions inherited from meow::ObjBase
virtual ~ObjBase ()
 
virtual bool write (FILE *f, bool bin, unsigned int fg) const
 將物件寫入檔案, 預設implement為直接回傳 false More...
 
virtual bool read (FILE *f, bool bin, unsigned int fg)
 將物件從檔案讀出, 預設implement為直接回傳 false More...
 
virtual ObjBasecreate () const
 回傳一個new出來的物件, 預設implement為直接回傳 NULL More...
 
virtual ObjBasecopyFrom (ObjBase const *b)
 複製, 預設使用operator= More...
 
virtual char const * ctype () const
 用C-style string回傳這個class的type name More...
 
virtual std::string type () const
 用std::string回傳這個class的type name More...
 

Protected Member Functions

 FeaturePointsDetector ()
 
- Protected Member Functions inherited from meow::ObjBase
 ObjBase ()
 Constructor with doing nothing. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from meow::ObjBase
static char const * ctypeBase ()
 用C-style string回傳base的type name More...
 
static std::string typeBase ()
 用std::string回傳base的type name More...
 

Detailed Description

template<class Pixel, class MyFP = FeaturePoint<double, double>>
class meow::FeaturePointsDetector< Pixel, MyFP >

Definition at line 14 of file FeaturePointsDetector.h.

Constructor & Destructor Documentation

template<class Pixel , class MyFP = FeaturePoint<double, double>>
meow::FeaturePointsDetector< Pixel, MyFP >::FeaturePointsDetector ( )
inlineprotected

Definition at line 16 of file FeaturePointsDetector.h.

template<class Pixel , class MyFP = FeaturePoint<double, double>>
virtual meow::FeaturePointsDetector< Pixel, MyFP >::~FeaturePointsDetector ( )
inlinevirtual

Definition at line 18 of file FeaturePointsDetector.h.

Member Function Documentation

template<class Pixel , class MyFP = FeaturePoint<double, double>>
virtual std::vector<MyFP> meow::FeaturePointsDetector< Pixel, MyFP >::detect ( Bitmap< Pixel > const &  bmp) const
pure virtual

The documentation for this class was generated from the following file: