필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I wana use key in this code butt how??

조회 수: 1 (최근 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