I wana use key in this code butt how??

load sculpture
imagesc(X)
colormap gray
[LoD,HiD] = wfilters('haar','d');
[cA,cH,cV,cD] = dwt2(X,LoD,HiD,'mode','symh'); subplot(2,2,1)
imagesc(cA)
colormap gray
title('Approximation')
subplot(2,2,2)
imagesc(cH)
colormap gray
title('Horizontal')
subplot(2,2,3)
imagesc(cV)
colormap gray
title('Vertical')
subplot(2,2,4)
imagesc(cD)
colormap gray
title('Diagonal')

6 Kommentare

Jan
Jan am 22 Okt. 2018
Which "keys"?
Sultan Mehmood
Sultan Mehmood am 23 Okt. 2018
To make secure. How DWT works with keys.?
Walter Roberson
Walter Roberson am 23 Okt. 2018
To make what secure?
Note: depending upon your answer, there is a possibility that we may need to close the Question. The law of the United States do not permit Mathworks to host discussions of encryption techniques.
Sultan Mehmood
Sultan Mehmood am 23 Okt. 2018
I want to encrypt image by DWT and I want to use key in DWT. as above code if i want to use key then how am used in that code. Kindly help
Jan
Jan am 24 Okt. 2018
@Sultan Mehmood: The question is not specific enough to get answered. "Using key in DWT" could mean a variety of things and the readers cannot guess, what you need. I suggest to ask an internet search engine for "image encryption" at first.
Sultan Mehmood
Sultan Mehmood am 24 Okt. 2018
Apply DWT defined parameter k(t) to the image and obtain cV,cH,cV,cD.

Antworten (1)

Sultan Mehmood
Sultan Mehmood am 23 Okt. 2018

0 Stimmen

How key works

1 Kommentar

Rik
Rik am 23 Okt. 2018
please don't post comments in the answer field

Diese Frage ist geschlossen.

Gefragt:

am 22 Okt. 2018

Geschlossen:

am 25 Okt. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by