![]() |
Templates -- Meow
1.2.9
A C++ template contains kinds of interesting classes and functions
|
Harris-Corner-Detect algorithm for finding feature points. More...
#include "FeaturePointsDetector_Harris.h"
Public Member Functions | |
FPD_Harris () | |
constructor 使用預設參數 More... | |
FPD_Harris (FPD_Harris const &fps) | |
constructor 參數複製自另一個 FeaturePointsDetector_Harris More... | |
~FPD_Harris () | |
解構子 More... | |
FPD_Harris & | copyFrom (FPD_Harris const &fps) |
複製 More... | |
FPD_Harris & | referenceFrom (FPD_Harris const &fps) |
參照 More... | |
double | paramK () const |
K. More... | |
double | paramR () const |
R. More... | |
double | paramW () const |
W. More... | |
double | paramN () const |
N. More... | |
double | paramG () const |
G. More... | |
double | paramL () const |
L. More... | |
size_t | paramB () const |
bound More... | |
double | paramK (double k) |
K. More... | |
double | paramR (double r) |
R. More... | |
double | paramW (double w) |
W. More... | |
double | paramN (double n) |
N. More... | |
double | paramL (double l) |
L. More... | |
double | paramG (double g) |
G. More... | |
size_t | paramB (size_t b) |
B. More... | |
size_t | descriptionDimension () const |
MyFeaturePoints | detect (Bitmap< Pixel > const &bmp) const |
找出特徵點 More... | |
FPD_Harris & | operator= (FPD_Harris const &fps) |
same as copyFrom(fps) More... | |
MyFeaturePoints | operator() (Bitmap< Pixel > const &bmp) const |
same as detect(bmp) More... | |
bool | write (FILE *f, bool bin, unsigned int fg) const |
寫到檔案裡 More... | |
bool | read (FILE *f, bool bin, unsigned int fg) |
將資料讀入 More... | |
ObjBase * | create () const |
new一個自己 More... | |
ObjBase * | copyFrom (ObjBase const *b) |
複製資料 More... | |
char const * | ctype () const |
回傳class的type More... | |
std::string | type () const |
回傳class的type More... | |
![]() | |
virtual | ~FeaturePointsDetector () |
![]() | |
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... | |
![]() | |
FeaturePointsDetector () | |
![]() | |
ObjBase () | |
Constructor with doing nothing. More... | |
Harris-Corner-Detect algorithm for finding feature points.
Definition at line 26 of file FeaturePointsDetector_Harris.h.
|
inline |
解構子
Definition at line 74 of file FeaturePointsDetector_Harris.h.
|
inline |
複製
Definition at line 78 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
複製資料
輸入型別是 ObjBase
const*
這裡假設實體其實是 FeaturePointsDetector_Harris
. 事實上這個method就只是幫忙轉型然後呼叫原本的copyFrom
[in] | b | 資料來源 |
Reimplemented from meow::ObjBase.
Definition at line 318 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
new一個自己
Reimplemented from meow::ObjBase.
Definition at line 305 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
回傳class的type
char
const*
形式的typename
Reimplemented from meow::ObjBase.
Definition at line 326 of file FeaturePointsDetector_Harris.h.
|
inline |
Definition at line 166 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
找出特徵點
[in] | bmp | 要抓特徵點的點陣圖 |
std::vector<FeaturePoint<double,double>>
型態的一堆特徵點 Implements meow::FeaturePointsDetector< Pixel >.
Definition at line 175 of file FeaturePointsDetector_Harris.h.
|
inline |
constructor 使用預設參數
Definition at line 66 of file FeaturePointsDetector_Harris.h.
|
inline |
constructor 參數複製自另一個 FeaturePointsDetector_Harris
Definition at line 70 of file FeaturePointsDetector_Harris.h.
|
inline |
same as detect(bmp)
Definition at line 279 of file FeaturePointsDetector_Harris.h.
|
inline |
same as copyFrom(fps)
Definition at line 274 of file FeaturePointsDetector_Harris.h.
|
inline |
bound
Definition at line 120 of file FeaturePointsDetector_Harris.h.
|
inline |
B.
Definition at line 161 of file FeaturePointsDetector_Harris.h.
|
inline |
G.
Definition at line 110 of file FeaturePointsDetector_Harris.h.
|
inline |
G.
Definition at line 155 of file FeaturePointsDetector_Harris.h.
|
inline |
K.
Definition at line 90 of file FeaturePointsDetector_Harris.h.
|
inline |
K.
Definition at line 125 of file FeaturePointsDetector_Harris.h.
|
inline |
L.
Definition at line 115 of file FeaturePointsDetector_Harris.h.
|
inline |
L.
Definition at line 149 of file FeaturePointsDetector_Harris.h.
|
inline |
N.
Definition at line 105 of file FeaturePointsDetector_Harris.h.
|
inline |
N.
Definition at line 143 of file FeaturePointsDetector_Harris.h.
|
inline |
R.
Definition at line 95 of file FeaturePointsDetector_Harris.h.
|
inline |
R.
Definition at line 131 of file FeaturePointsDetector_Harris.h.
|
inline |
W.
Definition at line 100 of file FeaturePointsDetector_Harris.h.
|
inline |
W.
Definition at line 137 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
將資料讀入
未完成
Reimplemented from meow::ObjBase.
Definition at line 296 of file FeaturePointsDetector_Harris.h.
|
inline |
參照
Definition at line 84 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
回傳class的type
std::string
形式的typename Reimplemented from meow::ObjBase.
Definition at line 334 of file FeaturePointsDetector_Harris.h.
|
inlinevirtual |
寫到檔案裡
未完成
Reimplemented from meow::ObjBase.
Definition at line 287 of file FeaturePointsDetector_Harris.h.