how to convert images to byte arrays & byte arrays back in images ?

조회 수: 7 (최근 30일)
sheme k.m
sheme k.m 2013년 2월 19일
image encryption and decryption using Modified AES

답변 (1개)

Walter Roberson
Walter Roberson 2013년 2월 19일
YourByteArray = typecast(YourImageArray, 'uint8') %convert to byte array
typecast(YourByteArray, class(YourImageArray)) %convert to original class

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by