![]() |
Templates -- Meow
1.2.9
A C++ template contains kinds of interesting classes and functions
|
#include "FeaturePointsMatch_K_Match.h"
Public Types | |
typedef std::vector < FeaturePoint< Scalar, Description > > | FeaturePoints |
typedef std::vector < FeaturePoints > | FeaturePointss |
![]() | |
typedef std::vector < FeaturePoint< Scalar, Description > > | FeaturePoints |
typedef std::vector < FeaturePoints > | FeaturePointss |
Public Member Functions | |
FPMKM () | |
FPMKM (FPMKM const &m) | |
FPMKM (size_t k) | |
~FPMKM () | |
FPMKM & | copyFrom (FPMKM const &m) |
FPMKM & | referenceFrom (FPMKM const &m) |
size_t | paramK () const |
size_t | paramK (size_t k) |
FeaturePointIndexPairs | match (size_t dimension, FeaturePoints const &from, FeaturePoints const &to) const |
FeaturePointIndexPairs | match (size_t dimension, FeaturePoints const &from, FeaturePointss const &to) const |
FeaturePointIndexPairs | match (size_t dimension, FeaturePointss const &from, FeaturePointss const &to) const |
FeaturePointIndexPairs | match (size_t dimension, FeaturePointss const &fpss) const |
FPMKM & | operator= (FPMKM const &b) |
bool | write (FILE *f, bool bin, unsigned int fg) const |
將物件寫入檔案, 預設implement為直接回傳 false More... | |
bool | read (FILE *f, bool bin, unsigned int fg) |
將物件從檔案讀出, 預設implement為直接回傳 false More... | |
ObjBase * | create () const |
回傳一個new出來的物件, 預設implement為直接回傳 NULL More... | |
ObjBase * | copyFrom (ObjBase const *ptr) |
複製, 預設使用operator= More... | |
char const * | ctype () const |
用C-style string回傳這個class的type name More... | |
std::string | type () const |
用std::string回傳這個class的type name More... | |
![]() | |
virtual | ~FeaturePointsMatch () |
![]() | |
virtual | ~ObjBase () |
Additional Inherited Members | |
![]() | |
static char const * | ctypeBase () |
用C-style string回傳base的type name More... | |
static std::string | typeBase () |
用std::string回傳base的type name More... | |
![]() | |
FeaturePointsMatch () | |
![]() | |
ObjBase () | |
Constructor with doing nothing. More... | |
Definition at line 15 of file FeaturePointsMatch_K_Match.h.
typedef std::vector<FeaturePoint<Scalar, Description> > meow::FeaturePointsMatch_K_Match< Scalar, Description >::FeaturePoints |
Definition at line 19 of file FeaturePointsMatch_K_Match.h.
typedef std::vector<FeaturePoints > meow::FeaturePointsMatch_K_Match< Scalar, Description >::FeaturePointss |
Definition at line 20 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 74 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 77 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
複製, 預設使用operator=
[in] | b | 資料來源 |
this
Reimplemented from meow::ObjBase.
Definition at line 170 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
回傳一個new出來的物件, 預設implement為直接回傳 NULL
Reimplemented from meow::ObjBase.
Definition at line 166 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
用C-style string回傳這個class的type name
Reimplemented from meow::ObjBase.
Definition at line 174 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 64 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 67 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 71 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
Implements meow::FeaturePointsMatch< Scalar, Description >.
Definition at line 97 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
Implements meow::FeaturePointsMatch< Scalar, Description >.
Definition at line 104 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
Implements meow::FeaturePointsMatch< Scalar, Description >.
Definition at line 110 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
Implements meow::FeaturePointsMatch< Scalar, Description >.
Definition at line 134 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 151 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 87 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 91 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
將物件從檔案讀出, 預設implement為直接回傳 false
[in] | f | 檔案 |
[in] | bin | 是否為binary模式 |
[in] | fg | 使用者自訂的argument |
Reimplemented from meow::ObjBase.
Definition at line 161 of file FeaturePointsMatch_K_Match.h.
|
inline |
Definition at line 82 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
用std::string回傳這個class的type name
Reimplemented from meow::ObjBase.
Definition at line 178 of file FeaturePointsMatch_K_Match.h.
|
inlinevirtual |
將物件寫入檔案, 預設implement為直接回傳 false
[in] | f | 檔案 |
[in] | bin | 是否為binary模式 |
[in] | fg | 使用者自訂的argument |
Reimplemented from meow::ObjBase.
Definition at line 156 of file FeaturePointsMatch_K_Match.h.