Number of detected points
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How I can find the number of detected features points using FAST algorithm for image matching?
0 comentarios
Respuestas (1)
Ayush
el 25 de Sept. de 2024
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 comentarios
Ver también
Categorías
Más información sobre Feature Detection and Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!