how to count number of Corner Detected in matlab
3 ビュー (過去 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.
0 件のコメント
回答 (1 件)
Wei Zhang
2020 年 10 月 19 日
Harrispoint = detectHarrisFeatures(im_gray);
[Numberofcorners, ~] = size(Harrispoint);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!