Size of an image?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
SNEHA P S
el 18 de Jul. de 2017
Comentada: SNEHA P S
el 18 de Jul. de 2017
I got the image size as below when i use size('image_name'). What does this 3 means?
>> size(image)
ans =
204 204 3
0 comentarios
Respuesta aceptada
Adam
el 18 de Jul. de 2017
It means it is a true RGB image with Red, Green and Blue data channels rather than an indexed image that requires a colourmap to visualise it.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!