HOW TO PERFORM ENCRYPTION AND DECRYPTION ON R,G,B COMPONENTS OF COLOUR IMAGE
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!