Research Article

3D Medical Volume Segmentation Using Hybrid Multiresolution Statistical Approaches

Algorithm 3

pseudo code for 3D-thresholding.
Load 3D data set into V
(2) [x y z] = size(V)
     % apply thresholding process for each pixel in the volume
(3) for   to   do
(4)  for   to   do
(5)   for   to   do
(6)    if     then
(7)        
(7)    end if
(9)   end for
(10)    end for
(11) end for