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!