How to find the islands of a binary matrix
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MINA
il 27 Feb 2018
Risposto: Walter Roberson
il 27 Feb 2018
If you have a 2D binary matrix, how would you find the islands of ones?
Thanks
0 Commenti
Risposta accettata
Walter Roberson
il 27 Feb 2018
regionprops() and request whichever identification mode you prefer, such as BoundingBox or 'PixelIdxList' or 'PixelList' or 'SubarrayIdx'
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrix Computations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!