how to convert the rgb componet of image in 8bit - binary value for matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
i want to convert the r,g and b componet of image in 8bit-binary format ...
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 3 月 31 日
What format are they in now? Normally most RGB images are in 8 bits per channel (24 bits total) unsigned 8 bit ("uint8"). What are yours? I'm not sure what you want to convert into what. What are you starting with (a 3D RGB image, or 3 separate gray scale color channels), and what do you want to end up with (a 3D RGB image, or 3 separate gray scale color channels)?
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!