필터 지우기
필터 지우기

How to display c matrix shown below?

조회 수: 2 (최근 30일)
juveria fatima
juveria fatima 2018년 9월 18일
답변: KSSV 2018년 9월 18일
>> I = imread('baboon.tiff'); %input image of size 512*512*3
E1 = encode(I);% this function will return 262144*8
t = wpdec2(E1,2,'db4');% apply wpdec2
cfs = wpcoef(t);% extract coefficients
c = reshape(cfs, 512, 512, 8);% reshaping it back to get E1
% now we wish to display c

답변 (1개)

KSSV
KSSV 2018년 9월 18일
Simply typing c will display on the workspace.....but what's the use? Read about imagesc, imshow, pcolor.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by