detectFASTFeatures
FAST アルゴリズムを使用したコーナーの検出
説明
は、Features from Accelerated Segment Test (FAST) アルゴリズムによる特徴を使用して 2 次元のグレースケールまたはバイナリの入力で検出されたコーナー特徴に関する情報が含まれる points = detectFASTFeatures(I)cornerPoints オブジェクト points を返します。
は、1 つ以上の名前と値の引数で指定された追加オプションを使用します。points = detectFASTFeatures(I,Name,Value)
例
入力引数
名前と値の引数
出力引数
参照
[1] Rosten, E., and T. Drummond. "Fusing Points and Lines for High Performance Tracking," Proceedings of the IEEE International Conference on Computer Vision, Vol. 2 (October 2005): pp. 1508–1511.
