How to find the islands of a binary matrix
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MINA
el 27 de Feb. de 2018
Respondida: Walter Roberson
el 27 de Feb. de 2018
If you have a 2D binary matrix, how would you find the islands of ones?
Thanks
0 comentarios
Respuesta aceptada
Walter Roberson
el 27 de Feb. de 2018
regionprops() and request whichever identification mode you prefer, such as BoundingBox or 'PixelIdxList' or 'PixelList' or 'SubarrayIdx'
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Computations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!