フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I wana use key in this code butt how??

2 ビュー (過去 30 日間)
Sultan Mehmood
Sultan Mehmood 2018 年 10 月 22 日
閉鎖済み: Walter Roberson 2018 年 10 月 25 日
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 件のコメント
Jan
Jan 2018 年 10 月 24 日
@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 2018 年 10 月 24 日
Apply DWT defined parameter k(t) to the image and obtain cV,cH,cV,cD.

回答 (1 件)

Sultan Mehmood
Sultan Mehmood 2018 年 10 月 23 日
How key works
  1 件のコメント
Rik
Rik 2018 年 10 月 23 日
please don't post comments in the answer field

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by