このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
detectBRISKFeatures
BRISK 特徴の検出
説明
は points
= detectBRISKFeatures(I
)BRISKPoints
オブジェクト points
を返します。このオブジェクトには、2 次元グレースケールまたはバイナリの入力イメージ I
で検出された BRISK 特徴に関する情報が含まれます。関数 detectBRISKFeatures
は、Binary Robust Invariant Scalable Keypoints (BRISK) アルゴリズムを使用してマルチスケールのコーナー特徴を検出します。
は、名前と値の引数を 1 つ以上指定したオプションを追加で使用します。points
= detectBRISKFeatures(I
,Name,Value
)
例
入力引数
出力引数
参照
[1] Leutenegger, S., M. Chli and R. Siegwart. “BRISK: Binary Robust Invariant Scalable Keypoints”, Proceedings of the IEEE International Conference, ICCV, 2011.
拡張機能
バージョン履歴
R2014a で導入