photo

chaithra


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Code for hiding a Larger black and white image in a smaller colour image
i have written a matlab code for hiding a larger black and white image in a smaller colour image by setting the the first bit of...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to hide a binary image within an rgb image?
i dont know matlab very well.i have written a code to hide binary image in an rgb image.but it does not work very well.the trace...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


i have written a code to hide a grayscale image within a rgb image.but while decrypting.the rgb image is retrieved.but the grayscale image is not.a black image is displayed instead.
%/encryption p=imread('flower.jpg'); q=imread('msgimage.jpg'); p1=rgb2gray(p) s=size(q); [r c]=size(p1); figure(1),im...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


iam new to matlab..i was trying to understand this code..there is something wrong with this code..after the 3rd figure is displayed...nothing happens...what is the correction to be made?
%This was used at the 2004 Cyber Summer Camp %This program hides a message image in the lower %bit planes of a cov...

10년 초과 전 | 답변 수: 2 | 0

2

답변