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!