Segmentation of MR Images using berkeley wavelet transform

1 Ansicht (letzte 30 Tage)
Zee Idrees
Zee Idrees am 27 Nov. 2018
Bearbeitet: Zee Idrees am 28 Nov. 2018
I have to do the segmentation of MR images using berkeley wavelet transform to detect tumor but it is confusing since i am a newbie to MATLAB.The value of DC term of bwt should be zero, so is working fine but i have problems while implementing mother wavelet section. Can someone help me to write the code for:
here i,j are the multiple positions on x,y plane. s is scale and the other sign is transforming function...
% coefficient value
u= imresize(img,[512 512]);
[row, col]= size(u);
r=floor(row/3);
c=floor(col/3);
img1=u(1:r,1:c);
bcf=1/sqrt(9).*img1;
imshow (b);
% mother wavelet
%how to do code for this part...
% b= 1/s^2.b(3^s(r-i),3^s(c-j))

Antworten (0)

Kategorien

Mehr zu Wavelet Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by