Displaying iamge

조회 수: 17 (최근 30일)
kash
kash 2012년 6월 6일
I have a code
x=rand(64,64,16)
J=1;T=50;
[Faf, Fsf] = FSfarras;
[af, sf] = dualfilt1;
w = dualtree3D(x, J, Faf, af);
in w i have 8 subbands,please tell how to display these 8 subbands of images
for example in dwt2d
x1=imread('Tulip.jpg');
X=rgb2gray(x1);
imshow(X);
[af, sf] = farras;
x=double(x);
J = 1;
w = dwt2D(x,J,af); %Performing DWT of level 1 decomposition
i display 4 subband as
imshow(uint8(w{1,2}));
imshow(uint8(w{1,1}{1,2}))
imshow(uint8(w{1,1}{1,1}))
imshow(uint8(w{1,1}{1,3}))
please tell how to display for dualtree3d

답변 (0개)

카테고리

Help CenterFile Exchange에서 Networks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by