Size of an image?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Adam
2017-7-18
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!