Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I wana use key in this code butt how??

1 visualización (últimos 30 días)
Sultan Mehmood
Sultan Mehmood el 22 de Oct. de 2018
Cerrada: Walter Roberson el 25 de Oct. de 2018
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 comentarios
Jan
Jan el 24 de Oct. de 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 el 24 de Oct. de 2018
Apply DWT defined parameter k(t) to the image and obtain cV,cH,cV,cD.

Respuestas (1)

Sultan Mehmood
Sultan Mehmood el 23 de Oct. de 2018
How key works
  1 comentario
Rik
Rik el 23 de Oct. de 2018
please don't post comments in the answer field

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by