Converting image to bits and vice versa
이전 댓글 표시
Hi all. I am designing convolutional encoder by using Matlab. To see the result clearly, I will use some pictures. I need to convert the picture pixels into binary code and after I encode it, I need to convert these binary codes into pixels and plot it. Can you help me for convertion part?
댓글 수: 1
Rik
2020년 5월 20일
If you are planning to store them in 8 bit bytes you can use the uint8 data type and use the normal image displaying tools.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

