Borrar filtros
Borrar filtros

HOW TO PERFORM ENCRYPTION AND DECRYPTION ON R,G,B COMPONENTS OF COLOUR IMAGE

1 visualización (últimos 30 días)
a=uigetfile('*.*');
im=imread(a);
r=im(:,:,1);
g=im(:,:,2);
b=im(:,:,3);
now the carrier image which is generated by some algorithm .the carrier image is made equal to the image size.the carrier image is added to the r ,g,b compomnents and decrypt them.please help

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by