Size of an image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Adam
il 18 Lug 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.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!