Why imread makes 3D array from simple png?
Mostrar comentarios más antiguos
I want to count squares and circles on the following png picture:

I begun my adventure with writing:
obrazek=imread('trial.png');
I can see it created an array, but I have no idea why does it have three dimensions. How to interpret this last dimension (155x298 x3)? I guess that first two (155x298) are the size of a picture (in pixels).

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Modify Image Colors en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!