How to find the islands of a binary matrix
9 ビュー (過去 30 日間)
古いコメントを表示
If you have a 2D binary matrix, how would you find the islands of ones?
Thanks
0 件のコメント
採用された回答
Walter Roberson
2018 年 2 月 27 日
regionprops() and request whichever identification mode you prefer, such as BoundingBox or 'PixelIdxList' or 'PixelList' or 'SubarrayIdx'
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Matrix Computations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!