how to count number of Corner Detected in matlab

1 visualización (últimos 30 días)
B.k Sumedha
B.k Sumedha el 28 de Abr. de 2015
Respondida: Wei Zhang el 19 de Oct. de 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.

Respuestas (1)

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

Categorías

Más información sobre Feature Detection and Extraction en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by