OpenCV 4.5.3(日本語機械翻訳)
|
Elliptic region around an interest point. [詳解]
#include <xfeatures2d.hpp>
cv::KeyPointを継承しています。
公開メンバ関数 |
|
Elliptic_KeyPoint (Point2f pt, float angle, Size axes, float size, float si) | |
![]() |
|
CV_WRAP | KeyPoint () |
デフォルトコンストラクタ |
|
KeyPoint (Point2f pt, float size, float angle=-1, float response=0, int octave=0, int class_id=-1) | |
CV_WRAP | KeyPoint (float x, float y, float size, float angle=-1, float response=0, int octave=0, int class_id=-1) |
size_t | hash () const |
公開変数類 |
|
Size_< float > | axes |
楕円の長軸と短軸の長さ |
|
float | si |
パラメータが推定されたときの積分スケール |
|
Matx23f | transf |
画像空間とローカルパッチ空間の間の変換 |
|
![]() |
|
CV_PROP_RW Point2f | pt |
キーポイントの座標 |
|
CV_PROP_RW float | size |
意味のあるキーポイント近傍の直径 |
|
CV_PROP_RW float | angle |
CV_PROP_RW float | response |
最も強いキーポイントが選択された応答.さらなるソートやサブサンプリングに使用可能 |
|
CV_PROP_RW int | octave |
キーポイントが抽出されたオクターブ(ピラミッド層)。 |
|
CV_PROP_RW int | class_id |
オブジェクトクラス(キーポイントが属するオブジェクトによってクラスタリングされる必要がある場合)。 |
|
その他の継承メンバ |
|
![]() |
|
static CV_WRAP void | convert (const std::vector< KeyPoint > &keypoints, CV_OUT std::vector< Point2f > &points2f, const std::vector< int > &keypointIndexes=std::vector< int >()) |
static CV_WRAP void | convert (const std::vector< Point2f > &points2f, CV_OUT std::vector< KeyPoint > &keypoints, float size=1, float response=1, int octave=0, int class_id=-1) |
static CV_WRAP float | overlap (const KeyPoint &kp1, const KeyPoint &kp2) |
注目点の周りの楕円領域.