Research Article

3D Medical Volume Segmentation Using Hybrid Multiresolution Statistical Approaches

Algorithm 4

Pseudo code for 3D-DWT.
Load 3D data set into V
(2) [x y z] = size(V)
(3) for    to   do
(4)  apply 2D-DWT for each plane in Z-axis
(5) end for
(6) for    to do
(7)  for   to   do
(7)   apply 1D-DWT for all vectors corresponding to each
    pixel in XY plane
(10)    end for
(11) end for