Azzera filtri
Azzera filtri

how to count number of Corner Detected in matlab

1 visualizzazione (ultimi 30 giorni)
B.k Sumedha
B.k Sumedha il 28 Apr 2015
Risposto: Wei Zhang il 19 Ott 2020
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.

Risposte (1)

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

Community Treasure Hunt

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

Start Hunting!

Translated by