Number of detected points
조회 수: 1 (최근 30일)
이전 댓글 표시
How I can find the number of detected features points using FAST algorithm for image matching?
댓글 수: 0
답변 (1개)
Ayush
2024년 9월 25일
Hi,
To determine the number of detected feature points using the FAST algorithm, you can utilize the "detectFASTFeatures" function. This function provides information about corner features detected in a 2-D grayscale or binary input.
For more information about the "detectFASTFeatures" function, please refer to the documentation below:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!