BRISK 特徴を検出して BRISKPoints
オブジェクトを返す
は points
= detectBRISKFeatures(I
)BRISKPoints
オブジェクト points
を返します。このオブジェクトには、2 次元グレースケール入力イメージ I
で検出された BRISK 特徴に関する情報が含まれます。関数 detectBRISKFeatures
は、Binary Robust Invariant Scalable Keypoints (BRISK) アルゴリズムを使用してマルチスケールのコーナー特徴を検出します。
は、1 つ以上の points
= detectBRISKFeatures(I
,Name,Value
)Name,Value
引数ペアによって指定された追加オプションを使用します。
[1] Leutenegger, S., M. Chli and R. Siegwart. “BRISK: Binary Robust Invariant Scalable Keypoints”, Proceedings of the IEEE International Conference, ICCV, 2011.
detectFASTFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectKAZEFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectORBFeatures
| detectSURFFeatures
| extractFeatures
| extractHOGFeatures
| matchFeatures