Grouping small pixels to make larger usable cells.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Obi Carwood
el 17 de Mayo de 2019
Comentada: Obi Carwood
el 19 de Mayo de 2019
I have a simple rgb array of no more than 5 distinct colours. I wish to apply cellular automata to this array, however I cannot as the pixels are way to small to act as my cells. Is there any way to group, lets say, 20 x 20 pixels to represent one cell for my cellular automata?
0 comentarios
Respuesta aceptada
Image Analyst
el 18 de Mayo de 2019
Try superpixels(). Or try my attached RGB classifier demo. Or try my blockproc() demo.
Más respuestas (0)
Ver también
Categorías
Más información sobre Biological and Health Sciences en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!