cipher in iamge using matlab code
이전 댓글 표시
hi for everyone in this site. pleas i need help in matlab ... i am work to cipher text in matlab using cipher algorithms. but i need to read image and convert it to binary number such as (255 ---- will be 11111111) and so on and when i convert it to binary will be used xor operation with key >>>
답변 (1개)
Geoff Hayes
2015년 4월 4일
0 개 추천
mays - you don't need to convert the image into binary. Just use the MATLAB bit wise operations to manipulate the pixels of the image.
댓글 수: 2
mays afif
2015년 4월 4일
Image Analyst
2015년 4월 4일
binaryString = dec2bin(yourImage(row, column))
카테고리
도움말 센터 및 File Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!