how to count number of Corner Detected in matlab

2 次查看(过去 30 天)
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by