how to count number of Corner Detected in matlab

3 vues (au cours des 30 derniers jours)
B.k Sumedha
B.k Sumedha le 28 Avr 2015
I have implemented certain number of algorithms to detect corners in matlab like harris corner ,moravec corner ect.. Now my question is how to detect the number of corners detected. In other words i want the count of number of corners detected.

Réponses (1)

Wei Zhang
Wei Zhang le 19 Oct 2020
Harrispoint = detectHarrisFeatures(im_gray);
[Numberofcorners, ~] = size(Harrispoint);

Catégories

En savoir plus sur Feature Detection and Extraction dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by