i use function size(a), 1200*1920*3. what 3 means in this?
古いコメントを表示
where a is my image matrix, i got result as 1200*1920*3. what 3 means in this?
採用された回答
その他の回答 (1 件)
ES
2013 年 10 月 4 日
0 投票
three dimensional data. I think you read a 1200X1920 colour image. The 3 rd dimension is R, G, B values. What i mean is data[:,:,1] is R, data[:,:,2] is G, data[:,:,3] is B values.
3 件のコメント
chitresh
2013 年 10 月 4 日
Urmila
2013 年 10 月 4 日
hello, actually i have the same problem.If you understand the concept,tell me also.Thanks in advance.
Image Analyst
2013 年 10 月 4 日
Did you read Steve's blog that I posted in my answer? It discusses it at length.
カテゴリ
ヘルプ センター および File Exchange で Blocked Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!