photo

chaithra


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
279 697
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 11 ans il y a | 2 réponses | 0

2

réponses