このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
detectSURFFeatures
SURF 特徴を検出して SURFPoints
オブジェクトを返す
説明
は、2 次元グレースケール入力イメージ points
= detectSURFFeatures(I
)I
で検出された SURF 特徴に関する情報が含まれる SURFPoints
オブジェクト points
を返します。関数 detectSURFFeatures
は、Speeded-Up Robust Features (SURF) アルゴリズムを実装してブロブ特徴を検出します。
では、前の構文の入力引数に加えて、名前と値のペアの引数を 1 つ以上使用してオプションを指定します。points
= detectSURFFeatures(I
,Name,Value
)
例
入力引数
出力引数
参照
[1] Bay, H., A. Ess, T. Tuytelaars, and L. Van Gool. “SURF:Speeded Up Robust Features.” Computer Vision and Image Understanding (CVIU).Vol. 110, No. 3, pp. 346–359, 2008.
拡張機能
バージョン履歴
R2011b で導入