detectFASTFeatures
FAST 알고리즘을 사용하여 코너 검출
설명
는 FAST(Features from Accelerated Segment Test) 알고리즘을 사용하여 2차원 회색조 또는 이진 입력에서 검출된 코너 특징에 대한 정보를 포함하는 points
= detectFASTFeatures(I
)cornerPoints
객체 points
를 반환합니다.
는 하나 이상의 이름-값 인수로 지정된 추가 옵션을 사용합니다.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.