![]() |
Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
|
#include "FeaturePointsDetector.h"
Public Member Functions | |
virtual | ~FeaturePointsDetector () |
virtual std::vector< MyFP > | detect (Bitmap< Pixel > const &bmp) const =0 |
![]() | |
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 ObjBase * | create () const |
回傳一個new出來的物件, 預設implement為直接回傳 NULL More... | |
virtual ObjBase * | copyFrom (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 () | |
![]() | |
ObjBase () | |
Constructor with doing nothing. More... | |
Additional Inherited Members | |
![]() | |
static char const * | ctypeBase () |
用C-style string回傳base的type name More... | |
static std::string | typeBase () |
用std::string回傳base的type name More... | |
Definition at line 14 of file FeaturePointsDetector.h.
|
inlineprotected |
Definition at line 16 of file FeaturePointsDetector.h.
|
inlinevirtual |
Definition at line 18 of file FeaturePointsDetector.h.
|
pure virtual |
Implemented in meow::FeaturePointsDetector_Harris< Pixel, MyFP >.