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

7 visualizaciones (últimos 30 días)
sheme k.m
sheme k.m el 19 de Feb. de 2013
image encryption and decryption using Modified AES

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Feb. de 2013
YourByteArray = typecast(YourImageArray, 'uint8') %convert to byte array
typecast(YourByteArray, class(YourImageArray)) %convert to original class

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by