![]() |
Templates -- Meow
204.13.18
A C++ template contains kinds of interesting classes and functions
|
#include "BundleAdjustment_LM.h"
Public Member Functions | |
BundleAdjustment_LM () | |
BundleAdjustment_LM (BundleAdjustment_LM const &b) | |
~BundleAdjustment_LM () | |
BundleAdjustment_LM & | copyFrom (BundleAdjustment_LM const &b) |
BundleAdjustment_LM & | referenceFrom (BundleAdjustment_LM const &b) |
double | threshold () const |
double | threshold (double t) |
bool | adjustEye (std::vector< SceneInfo< Pixel > > *seq) const |
bool | adjustFixedPoint (std::vector< SceneInfo< Pixel > > *seq) const |
bool | write (FILE *f, bool bin, unsigned int fg) const |
將物件寫入檔案, 預設implement為直接回傳 false More... | |
bool | read (FILE *f, bool bin, unsigned int fg) const |
ObjBase * | create () const |
回傳一個new出來的物件, 預設implement為直接回傳 NULL More... | |
ObjBase * | copyFrom (ObjBase const *o) |
複製, 預設使用operator= More... | |
char const * | ctype () const |
用C-style string回傳這個class的type name More... | |
std::string | type () const |
用std::string回傳這個class的type name More... | |
![]() | |
virtual | ~BundleAdjustment () |
![]() | |
virtual | ~ObjBase () |
virtual bool | read (FILE *f, bool bin, unsigned int fg) |
將物件從檔案讀出, 預設implement為直接回傳 false 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... | |
![]() | |
BundleAdjustment () | |
![]() | |
ObjBase () | |
Constructor with doing nothing. More... | |
Definition at line 20 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 177 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 180 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 184 of file BundleAdjustment_LM.h.
|
inlinevirtual |
Reimplemented from meow::BundleAdjustment< Pixel >.
Definition at line 206 of file BundleAdjustment_LM.h.
|
inlinevirtual |
Reimplemented from meow::BundleAdjustment< Pixel >.
Definition at line 344 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 187 of file BundleAdjustment_LM.h.
|
inlinevirtual |
複製, 預設使用operator=
[in] | b | 資料來源 |
this
Reimplemented from meow::ObjBase.
Definition at line 360 of file BundleAdjustment_LM.h.
|
inlinevirtual |
回傳一個new出來的物件, 預設implement為直接回傳 NULL
Reimplemented from meow::ObjBase.
Definition at line 356 of file BundleAdjustment_LM.h.
|
inlinevirtual |
用C-style string回傳這個class的type name
Reimplemented from meow::ObjBase.
Definition at line 364 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 352 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 192 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 197 of file BundleAdjustment_LM.h.
|
inline |
Definition at line 201 of file BundleAdjustment_LM.h.
|
inlinevirtual |
用std::string回傳這個class的type name
Reimplemented from meow::ObjBase.
Definition at line 368 of file BundleAdjustment_LM.h.
|
inlinevirtual |
將物件寫入檔案, 預設implement為直接回傳 false
[in] | f | 檔案 |
[in] | bin | 是否為binary模式 |
[in] | fg | 使用者自訂的argument |
Reimplemented from meow::ObjBase.
Definition at line 348 of file BundleAdjustment_LM.h.