SlideShare a Scribd company logo
1 of 8
Download to read offline
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 436
Anisotropic Diffusion for Medical Image Enhancement
Nezamoddin N. Kachouie nezam.nk@gmail.com
Department of Systems Design Engineering,
University of Waterloo, Waterloo, ON, Canada
Present Affiliation: Harvard-MIT Health
Sciences and Technology Harvard
Medical School, Cambridge, MA, USA
Abstract
Advances in digital imaging techniques have made possible the acquisition of
large volumes of Trans-rectal Ultrasound (TRUS) prostate images so that there is
considerable demand for automated segmentation of these images. Prostate
cancer diagnosis and treatment rely on segmentation of TRUS prostate images.
This is a challenging and difficult task due to weak prostate boundaries, speckle
noise, and narrow range of gray levels which leads most image segmentation
methods to perform poorly. Although the enhancement of ultrasound images is
difficult, prostate segmentation can be potentially improved by enhancement of
the contrast of TRUS images. Anisotropic diffusion has been used for image
analysis based on selective smoothness or enhancement of local features such
as region boundaries. In its conventional form, anisotropic diffusion tends to
encourage within-region smoothness and avoid diffusion across different regions.
In this paper we extend the anisotropic diffusion to multiple directions such that
segmentation methods can effectively be applied based on rich extracted
features. A preliminary segmentation method based on extended diffusion is
proposed. Finally an adaptive anisotropic diffusion is introduced based on image
statistics.
Keywords: TRUS Imaging, Deformable Models, Level Sets, Anisotropic Diffusion, Segmentation.
1. INTRODUCTION
As the most diagnosed cancer, prostate cancer is the second leading cause of the cancer death
in North America [1]. Hence diagnosis of this cancer in its early stages is crucial. Prostate TRUS
images, in comparison with the other modalities such as CT and MRI, are captured more easily,
in real-time, and with lower cost, so they are widely used for the diagnosis of prostate cancer,
cancer treatment planning, needle biopsy, and brachytherapy. The size and the shape of the
prostate must be determined by prostate segmentation to diagnose the cancer stage. Although in
the traditional approach, an expert infers this information manually from the TRUS images, such a
manual method is tedious, expensive, time consuming, and subjective. Given the increasing
amount of TRUS data being collected, automated methods of TRUS prostate segmentation are in
high demand and different segmentation methods have been proposed [2, 3, 4, 5, 6, 7, 8, 9].
These methods include boundary segmentation, deformable models, and region segmentation
approaches.
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 437
FIGURE 1: Two TRUS prostate images.
The prostate region in TRUS prostate images usually maintains a very weak contrast against the
background. Because of the speckle noise, short range of gray levels, very weak prostate region
texture, and shadow regions the conventional image processing and analysis techniques are not
capable to effectively capture, discriminate, and segment the prostate region based on its
intensity, texture, and gradient. There have been some attempts by employing the Gabor filter
bank for prostate texture segmentation [10, 5], however prostate has a very weak texture and has
not yet been investigated seriously.
Anisotropic diffusion [11] was introduced by Prona and Malik to perform edge preserving and
within-region smoothing based on the differential structure of the image [12, 13]. Anisotropic
diffusion considers no prior information about the regions and boundaries, and does selective
diffusion based on local computation of a conduction term. Moreover, anisotropic diffusion
computes group diffusion as a single diffusion value for each spatial location by summation of
diffusions in four directions in each time step. There are some weak radial and angular features in
ultrasound images which potentially can be used to reveal weak structures and textures. Our goal
in this paper is extending anisotropic diffusion to multiple directions which are computed
independently for contrast enhancement of TRUS images. Therefore, eight anisotropic diffusion
values will be computed independently for each spatial location. This can provide a rich feature
space with potential use in image analysis and segmentation.
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 438
FIGURE 2: Application of extended anisotropic diffusion in eight directions. (a) North-South.
(b) East-West. (c) NE-SW. (d) NW-SE.
Moreover, considering a semi-supervised segmentation such as deformable models to initialize a
seed, we introduce an adaptive anisotropic diffusion in which the estimated statistics extracted
from the region of interest can be used to adaptively switch between different conduction
functions leading to better within-region smoothness while preserving the region boundaries.
2. The Proposed Method
Strong region boundaries are desired for image segmentation, however image denoising tends to
smooth sharp boundaries of the image and reduces the image contrast. To overcome this
drawback of image denoising methods, anisotropic diffusion method, as an alternative to linear-
filtering was introduced by Perona and Malik [11]. Anisotropic diffusion considers a conduction
term that is locally computed and depends on the differential structure of the image. Anisotropic
diffusion filter was used by Gerig et al. [12] to enhance MR images. To perform edge preserving
and within region smoothing of MR images, Sapiro and Tannenbaum [13] used a similar
approach.
Anisotropic Diffusion
Perona and Malik [11] presented the anisotropic diffusion filter as a diffusion process that
encourages intra-region smoothness while inhibits inter-region smoothness. Mathematically, the
process is defined as follows:
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 439
where I(x,0) is the initial unprocessed image, x is the image coordinate and t is the iteration step.
c(x,t) is the diffusion function and is a monotonically decreasing function of the image gradient
magnitude. To encourage smoothing within a region and discourage it across different regions,
the conduction coefficient c must be set to one inside the region (smooth conduction) and set to
zero otherwise. For edge estimation to locate the region boundaries, the gradient of intensity
image is first obtained:
The conduction coefficient of diffusion is then computed locally as a gradient magnitude of local
image intensities:
By the proper selection of function f, not only region boundaries can be preserved but also edges
maybe sharpened. Any monotonically decreasing continuous function of could be selected as
a diffusion function. Two functions for local computation of the conduction to satisfy selective
edge smoothness and enhancement were suggested by Perona and Malik [11]. The first one
encourages high contrast edges over low contrast ones while the second function
encourages wide regions over smaller regions where k is the diffusion coefficient. The differential
relation in (1) can be discretized and be numerically implemented as
where Nc, Sc, Wc, and Ec are conduction in north, south, west, and east directions respectively
and is the step size.
Extended Diffusion
We extended anisotropic diffusion to multiple directions to be used to reveal weak radial and
angular features in ultrasound images. This rich feature set can be used for contrast
enhancement, image analysis, and segmentation. We apply anisotropic diffusion in eight
directions, generating four diffused images computed independently regarding four directional
pairs for each spatial location. Thus the anisotropic diffusion is computed for North-South and
East-West directions separately and is extended by introducing two new directions as North-East
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 440
Figure 3: (a) Unprocessed TRUS image. (b) Extracted maximum diffusion over all diffused images. (c)
Deformations of different contours over specific diffusion directions. (d) Application of adaptive anisotropic
diffusion and extraction of maximum diffusion over all diffused images.
to South-West, i.e., 45 degree, and North-West to South-East, i.e., 135 degree. Recalling (1),
considering the gradient in a specific single direction, diffusion can be simplified as
where R is any of four direction pairs, i.e., horizontal, vertical, 45 degree, and 135 degree. By
definition, c(x,t)IR is called flux in R direction, (IR). One dimensional diffusion can be
decomposed to the four independent fluxes as:
where c(x,t) is replaced with .
Adaptive Anisotropic Diffusion
Most often a semi-supervised method is used for region segmentation for example by initializing a
seed or initiate a contour. We propose an adaptive anisotropic diffusion such that the estimated
statistics which are extracted from the region of interest can be used to adaptively select the
conduction function which potentially may lead to a better within-region smoothness while could
preserve the region boundaries. Therefore, to encourage the smoothness and discourage the
diffusion based on image statistics and image features more effectively, an adaptive conduction is
introduced.
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 441
otherwise,
where C is a constant conduction factor and G is some definition of the region, for example
for some region mean and standard deviation. Diffusion is encouraged within the region based on
constant conduction factor. However, outside the region, diffusion will follow the formal
conduction function (4).
Level Sets
A level set contour will be initialized and deformed toward prostate boundary. External force that
controls the deformations of the zero level set toward the prostate boundary is extracted by
applying the anisotropic diffusion in four directional diffusion pairs. To generate the external force
for each spatial location of the TRUS image, the maximum diffusion among directional diffusions
is selected.
Starting contour which is the zero level set of a 3D volume will be initialized by user interactions.
It could also be initialized as an elliptical level set by selecting the ellipse centre. The statistics of
the region of the interest are estimated over the initialized contour to be used for adaptive
anisotropic diffusion. Having the zero level set initialized as an elliptical contour, velocity function
F is designed based on the extracted features from diffused images so that the interface evolves
toward the prostate boundary and converges in its vicinity.
where ‫א‬ and are curvature and curvature coefficient respectively, Dv is velocity derived by
external energy which is extracted from diffused images, α is a velocity constant coefficient and
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 442
FIGURE 4: The deformations of the level set where the contour converges and stops in the vicinity of the
prostate boundary.
3. Results
As depicted in Fig. 1, TRUS prostate images have very weak contrast, are corrupted with the
speckle noise, have short range of gray levels, maintain very weak prostate region texture, and
are defected by shadow regions. Although the segmentation of Fig. 1(Top) seems to be less
challenging, Fig. 1(Bottom) is very difficult to be segmented. The ordinary image analysis
methods perform very poorly for segmentation of prostate region in poor contrast TRUS images.
The proposed extended anisotropic diffusion and its adaptive version are applied for image
enhancement and feature extraction. Application of extended anisotropic diffusion in eight
directions is depicted in Fig. 2. Fig. 3(b) shows the maximum diffusion obtained over
independently computed directional diffusions. As we can observe, independent directional
diffused images provide rich features to be used for segmentation and analysis. Deformations of
different contours over specific diffusion directions are superimposed on the unprocessed image
in Fig. 3(c).
As it is depicted in Fig. 3, not only the contrast is improved, but also some features of prostate
region are recovered. Moreover, the directional diffusion features can be effectively used to
segment the prostate region. For example, these features can be used in conjunction with
structure tensor and vector flow to design the diffusion based velocity functions. The application
of adaptive conduction to TRUS image is depicted in Fig. 3(d). The adaptive conduction is
computed based on prostate region statistics where mean and standard deviation are computed
over the level set contour. A sample segmentation of the TRUS image superimposed on the
original image is depicted in Fig. 4.
4. Conclusions and Discussions
Prostate texture analysis is a very difficult and challenging task due to the poor contrast, weak
texture structure, the speckle noise, and shadow regions. Hence the standard and conventional
image processing methods are not capable of segmentation of the prostate region. In this paper
we introduced an adaptive anisotropic diffusion method to improve the selective within-region
image smoothness while preserving the region boundaries. Moreover, the anisotropic diffusion is
extended to eight directions, i.e., four directional pairs such that diffusion in each direction is
computed independently yielding a reach feature set for ultrasound image enhancement and
analysis. The preliminary results are quite promising, leading to our future work to extend the
method to be employed for multiple region segmentation.
Nezamoddin N. Kachouie
International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 443
5. REFERENCES
1. Cancer facts and figures, http://www.cancer.org, American Cancer society.
2. C.K. Kwoh, M. Teo, W. Ng, S. Tan, and M. Jones, “Outlining the prostate boundary using
the harmonics method", Med. Biol. Eng. Computing, 36:768-771, 1998.
3. R.G. Aarnink, R.J.B. Giesen, A. L. Huynen, J. J. de la Rosette, F.M. Debruyne, and H. Wijkstra
“A practical clinical method for contour determination in ultrasound prostate images", Ultrasound
Med. Biol., 20:705-717, 1994.
4. R.G. Aarnink, S.D. Pathak, J. J. de la Rosette, F.M. Debruyne, Y. Kim, and H. Wijkstra, “Edge
detection in ultrasound prostate images using integrated edge map”, Ultrasound Med. Biol.,
36:635-642, 1998.
5. Y. Zhan and D. Shen, “Deformable segmentation of 3-d ultrasound prostate images using
statistical texture matching method", IEEE Transactions on Medical Imaging, 25(3):256-272,
2006.
6. D. Freedman, R.J. Radke, T. Zhang, Y. Jeong, D.M. Lovelock, and G.T.Y. Chen, “Model-based
segmentation of medical imagery by matching distributions", IEEE Transactions on Medical
Imaging, 24:281-292, 2005.
7. A. Ghanei, H. Soltanian-Zadeh, A. Ratkewicz, and F. Yin, “A three dimentional deformable
Model for segmentation of human prostatefrom ultrasound images", Med. Phys, 28:2147-2153,
2001.
8. C. Knoll, M. Alcaniz, V. Grau, C. Monserrat, and M. Juan, “Outlining of the prostate using
snakes with shape restrictions based on the wavelet transform", Pattern Recognition, 32:1767-
1781, 1999.
9. S. D. Pathak, V. Chalana, D. haynor, and Y. kim, “Edge guided boundary delineation in
prostate ultrasound images", IEEE Transactions on Medical Imaging, 19:1211-1219, 2000.
10. S. S. Mohamed, T. K. Abdel-galil, M. M. Salma, A. Fenster, D. B. Downey, and K. Rizkalla,
“Prostate cancer diagnosis based on gabor filter texture segmentation of ultrasound image", IEEE
CCECE, 1485-1488, 2003.
11. P. Perona and J. Malik, “Scale-space and edge detection using anisotropic diffusion", IEEE
Trans. on Pattern Analysis and Machine Intelligence, 12(7):629-639, 1990.
12. G. Gerig, O. Kbler, R. Kikinis, , and F. Jolesz, “Nonlinear anisotropic filtering of MRI data",
IEEE Transactions on Medical Imaging, 11(2):221-232, 1992.
13. G. Sapiro and A. Tannenbaum, “Edge preserving geometric smoothing of MRI data",
Technical report, University of Minnesota, Dept. of Electrical Engineering, 1994.

More Related Content

What's hot

An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisAn Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisCSCJournals
 
Three dimensional conformal radiation therapy
Three  dimensional conformal radiation therapyThree  dimensional conformal radiation therapy
Three dimensional conformal radiation therapyDeepika Malik
 
Image registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveImage registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveM'dee Phechudi
 
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesWavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesDR.P.S.JAGADEESH KUMAR
 
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...Carestream
 
Intensity Modulated Radiation Therapy (IMRT)
Intensity Modulated Radiation Therapy (IMRT)Intensity Modulated Radiation Therapy (IMRT)
Intensity Modulated Radiation Therapy (IMRT)Dilshad Kottuparamban
 
Tube and Line and Pneumothorax Visualization Software
Tube and Line and Pneumothorax Visualization SoftwareTube and Line and Pneumothorax Visualization Software
Tube and Line and Pneumothorax Visualization SoftwareCarestream
 
Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Ulaş Bağcı
 
Clinical Radiotherapy Planning basics for beginners
Clinical Radiotherapy Planning basics for beginnersClinical Radiotherapy Planning basics for beginners
Clinical Radiotherapy Planning basics for beginnersDina Barakat
 
Ct image quality artifacts and it remedy
Ct image quality artifacts and it remedyCt image quality artifacts and it remedy
Ct image quality artifacts and it remedyYashawant Yadav
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSINGkajikho9
 
Imrt and inverse planning
Imrt and inverse planningImrt and inverse planning
Imrt and inverse planningAbhishek Soni
 
introduction to Intensity modulated radiation therapy
introduction to Intensity modulated radiation therapyintroduction to Intensity modulated radiation therapy
introduction to Intensity modulated radiation therapyRahim Gohar
 
Image Quality, Artifacts and it's Remedies in CT-Avinesh Shrestha
Image Quality, Artifacts and it's Remedies in CT-Avinesh ShresthaImage Quality, Artifacts and it's Remedies in CT-Avinesh Shrestha
Image Quality, Artifacts and it's Remedies in CT-Avinesh ShresthaAvinesh Shrestha
 
proton therapy
proton therapyproton therapy
proton therapydinadawi
 
Digital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationDigital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationCarestream
 

What's hot (20)

IMRT
IMRTIMRT
IMRT
 
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component AnalysisAn Ultrasound Image Despeckling Approach Based on Principle Component Analysis
An Ultrasound Image Despeckling Approach Based on Principle Component Analysis
 
Three dimensional conformal radiation therapy
Three  dimensional conformal radiation therapyThree  dimensional conformal radiation therapy
Three dimensional conformal radiation therapy
 
Image registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest saveImage registration and data fusion techniques.pptx latest save
Image registration and data fusion techniques.pptx latest save
 
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound ImagesWavelet Transform Based Reduction of Speckle in Ultrasound Images
Wavelet Transform Based Reduction of Speckle in Ultrasound Images
 
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...
EVP Plus Software delivers state-of-the-art image processing for CR and DR sy...
 
Intensity Modulated Radiation Therapy (IMRT)
Intensity Modulated Radiation Therapy (IMRT)Intensity Modulated Radiation Therapy (IMRT)
Intensity Modulated Radiation Therapy (IMRT)
 
Medphysics Planning
Medphysics PlanningMedphysics Planning
Medphysics Planning
 
Tube and Line and Pneumothorax Visualization Software
Tube and Line and Pneumothorax Visualization SoftwareTube and Line and Pneumothorax Visualization Software
Tube and Line and Pneumothorax Visualization Software
 
Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)Lec4: Pre-Processing Medical Images (II)
Lec4: Pre-Processing Medical Images (II)
 
Clinical Radiotherapy Planning basics for beginners
Clinical Radiotherapy Planning basics for beginnersClinical Radiotherapy Planning basics for beginners
Clinical Radiotherapy Planning basics for beginners
 
Ct image quality artifacts and it remedy
Ct image quality artifacts and it remedyCt image quality artifacts and it remedy
Ct image quality artifacts and it remedy
 
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
CANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSINGCANCER  CELL  DETECTION USING DIGITAL IMAGE PROCESSING
CANCER CELL DETECTION USING DIGITAL IMAGE PROCESSING
 
Imrt and inverse planning
Imrt and inverse planningImrt and inverse planning
Imrt and inverse planning
 
introduction to Intensity modulated radiation therapy
introduction to Intensity modulated radiation therapyintroduction to Intensity modulated radiation therapy
introduction to Intensity modulated radiation therapy
 
IMRT and 3DCRT
IMRT and 3DCRT IMRT and 3DCRT
IMRT and 3DCRT
 
Image Quality, Artifacts and it's Remedies in CT-Avinesh Shrestha
Image Quality, Artifacts and it's Remedies in CT-Avinesh ShresthaImage Quality, Artifacts and it's Remedies in CT-Avinesh Shrestha
Image Quality, Artifacts and it's Remedies in CT-Avinesh Shrestha
 
proton therapy
proton therapyproton therapy
proton therapy
 
Radiation Therapy
Radiation TherapyRadiation Therapy
Radiation Therapy
 
Digital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of OperationDigital Tomosynthesis: Theory of Operation
Digital Tomosynthesis: Theory of Operation
 

Viewers also liked

Perfusión en TC
Perfusión en TCPerfusión en TC
Perfusión en TCGaro TM
 
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?Diffusion MRI, Tractography,and Connectivity: what machine learning can do?
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?Ting-Shuo Yo
 
Brain Networks
Brain NetworksBrain Networks
Brain NetworksJimmy Lu
 
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoy
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoyPixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoy
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoyPixelSpoke
 
Post-Processing of Prostate Perfusion MRI
Post-Processing of Prostate Perfusion MRIPost-Processing of Prostate Perfusion MRI
Post-Processing of Prostate Perfusion MRIVanya Valindria
 
Perfusion cerebral EN TC
Perfusion cerebral EN TCPerfusion cerebral EN TC
Perfusion cerebral EN TCcristiancg2005
 
Week 5. Basics and clinical uses of MR spectroscopy.
Week 5. Basics and clinical uses of MR spectroscopy.Week 5. Basics and clinical uses of MR spectroscopy.
Week 5. Basics and clinical uses of MR spectroscopy.Dr. Jakab András
 
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Abdellah Nazeer
 
Perfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mriPerfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mrifahad shafi
 
Proton magnetic resonance spectroscopy
Proton magnetic resonance spectroscopyProton magnetic resonance spectroscopy
Proton magnetic resonance spectroscopyhazem youssef
 
Role of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inRole of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inshubhamoygantait
 
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...Arif S
 
MR spectroscopy
MR spectroscopyMR spectroscopy
MR spectroscopyairwave12
 
MRI imaging of brain tumors. A practical approach.
MRI imaging of brain tumors. A practical approach. MRI imaging of brain tumors. A practical approach.
MRI imaging of brain tumors. A practical approach. hazem youssef
 
Imaging in pediatric brain tumors
Imaging in pediatric brain tumorsImaging in pediatric brain tumors
Imaging in pediatric brain tumorsDr.Suhas Basavaiah
 
135 contrast enhanced mri of vulnerable plaque
135 contrast enhanced mri of vulnerable plaque135 contrast enhanced mri of vulnerable plaque
135 contrast enhanced mri of vulnerable plaqueSHAPE Society
 
Helpful radiological signs in cxr25 11-91
Helpful radiological signs in cxr25 11-91Helpful radiological signs in cxr25 11-91
Helpful radiological signs in cxr25 11-91aalmasi1970
 

Viewers also liked (20)

Perfusión en TC
Perfusión en TCPerfusión en TC
Perfusión en TC
 
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?Diffusion MRI, Tractography,and Connectivity: what machine learning can do?
Diffusion MRI, Tractography,and Connectivity: what machine learning can do?
 
Brain Networks
Brain NetworksBrain Networks
Brain Networks
 
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoy
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoyPixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoy
PixelSpoke Lunch and Learn: Direct Response Fundamentals with Joe McVoy
 
DTI lecture 100710
DTI lecture 100710DTI lecture 100710
DTI lecture 100710
 
Csf flowmetry
Csf flowmetryCsf flowmetry
Csf flowmetry
 
Post-Processing of Prostate Perfusion MRI
Post-Processing of Prostate Perfusion MRIPost-Processing of Prostate Perfusion MRI
Post-Processing of Prostate Perfusion MRI
 
Perfusion cerebral EN TC
Perfusion cerebral EN TCPerfusion cerebral EN TC
Perfusion cerebral EN TC
 
Week 5. Basics and clinical uses of MR spectroscopy.
Week 5. Basics and clinical uses of MR spectroscopy.Week 5. Basics and clinical uses of MR spectroscopy.
Week 5. Basics and clinical uses of MR spectroscopy.
 
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
Presentation1.pptx, perfusiona and specroscopy imaging in brain tumour.
 
Perfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mriPerfusion and dynamic contrast enhanced mri
Perfusion and dynamic contrast enhanced mri
 
Proton magnetic resonance spectroscopy
Proton magnetic resonance spectroscopyProton magnetic resonance spectroscopy
Proton magnetic resonance spectroscopy
 
Role of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging inRole of diffusion weighted magnetic resonance imaging in
Role of diffusion weighted magnetic resonance imaging in
 
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...
Diffusion-weighted and Perfusion MR Imaging for Brain Tumor Characterization ...
 
MR spectroscopy
MR spectroscopyMR spectroscopy
MR spectroscopy
 
Git signs
Git signsGit signs
Git signs
 
MRI imaging of brain tumors. A practical approach.
MRI imaging of brain tumors. A practical approach. MRI imaging of brain tumors. A practical approach.
MRI imaging of brain tumors. A practical approach.
 
Imaging in pediatric brain tumors
Imaging in pediatric brain tumorsImaging in pediatric brain tumors
Imaging in pediatric brain tumors
 
135 contrast enhanced mri of vulnerable plaque
135 contrast enhanced mri of vulnerable plaque135 contrast enhanced mri of vulnerable plaque
135 contrast enhanced mri of vulnerable plaque
 
Helpful radiological signs in cxr25 11-91
Helpful radiological signs in cxr25 11-91Helpful radiological signs in cxr25 11-91
Helpful radiological signs in cxr25 11-91
 

Similar to Anisotropic Diffusion for Medical Image Enhancement

Image Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsImage Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsCSCJournals
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...CSCJournals
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimationijma
 
Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526IJRAT
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...CSCJournals
 
Noise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage
Noise Reduction in Magnetic Resonance Images using Wave Atom ShrinkageNoise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage
Noise Reduction in Magnetic Resonance Images using Wave Atom ShrinkageCSCJournals
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimationijma
 
14 15031 image rec ijeecs 1570310214(edit)
14 15031 image rec ijeecs 1570310214(edit)14 15031 image rec ijeecs 1570310214(edit)
14 15031 image rec ijeecs 1570310214(edit)nooriasukmaningtyas
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...CSCJournals
 
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONsipij
 
Diagnostic imaging/ oral surgery courses  
Diagnostic imaging/ oral surgery courses  Diagnostic imaging/ oral surgery courses  
Diagnostic imaging/ oral surgery courses  Indian dental academy
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHMijbesjournal
 
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHMAUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHMijbesjournal
 
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent  High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent ijsc
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTijsc
 

Similar to Anisotropic Diffusion for Medical Image Enhancement (20)

Fusion of ulrasound modality
Fusion of ulrasound modalityFusion of ulrasound modality
Fusion of ulrasound modality
 
journalism research
journalism researchjournalism research
journalism research
 
Image Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local HistogramsImage Denoising Using Earth Mover's Distance and Local Histograms
Image Denoising Using Earth Mover's Distance and Local Histograms
 
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
New Noise Reduction Technique for Medical Ultrasound Imaging using Gabor Filt...
 
Confer
ConferConfer
Confer
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimation
 
Paper id 312201526
Paper id 312201526Paper id 312201526
Paper id 312201526
 
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
A Wavelet Based Automatic Segmentation of Brain Tumor in CT Images Using Opti...
 
Noise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage
Noise Reduction in Magnetic Resonance Images using Wave Atom ShrinkageNoise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage
Noise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimation
 
14 15031 image rec ijeecs 1570310214(edit)
14 15031 image rec ijeecs 1570310214(edit)14 15031 image rec ijeecs 1570310214(edit)
14 15031 image rec ijeecs 1570310214(edit)
 
Az03303230327
Az03303230327Az03303230327
Az03303230327
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
 
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTIONROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
ROLE OF HYBRID LEVEL SET IN FETAL CONTOUR EXTRACTION
 
Diagnostic imaging/ oral surgery courses  
Diagnostic imaging/ oral surgery courses  Diagnostic imaging/ oral surgery courses  
Diagnostic imaging/ oral surgery courses  
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
 
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHMAUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
AUTOMATIC SEGMENTATION IN BREAST CANCER USING WATERSHED ALGORITHM
 
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent  High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
High Resolution Mri Brain Image Segmentation Technique Using Holder Exponent
 
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENTHIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
HIGH RESOLUTION MRI BRAIN IMAGE SEGMENTATION TECHNIQUE USING HOLDER EXPONENT
 
T01725125128
T01725125128T01725125128
T01725125128
 

Recently uploaded

Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 

Recently uploaded (20)

Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 

Anisotropic Diffusion for Medical Image Enhancement

  • 1. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 436 Anisotropic Diffusion for Medical Image Enhancement Nezamoddin N. Kachouie nezam.nk@gmail.com Department of Systems Design Engineering, University of Waterloo, Waterloo, ON, Canada Present Affiliation: Harvard-MIT Health Sciences and Technology Harvard Medical School, Cambridge, MA, USA Abstract Advances in digital imaging techniques have made possible the acquisition of large volumes of Trans-rectal Ultrasound (TRUS) prostate images so that there is considerable demand for automated segmentation of these images. Prostate cancer diagnosis and treatment rely on segmentation of TRUS prostate images. This is a challenging and difficult task due to weak prostate boundaries, speckle noise, and narrow range of gray levels which leads most image segmentation methods to perform poorly. Although the enhancement of ultrasound images is difficult, prostate segmentation can be potentially improved by enhancement of the contrast of TRUS images. Anisotropic diffusion has been used for image analysis based on selective smoothness or enhancement of local features such as region boundaries. In its conventional form, anisotropic diffusion tends to encourage within-region smoothness and avoid diffusion across different regions. In this paper we extend the anisotropic diffusion to multiple directions such that segmentation methods can effectively be applied based on rich extracted features. A preliminary segmentation method based on extended diffusion is proposed. Finally an adaptive anisotropic diffusion is introduced based on image statistics. Keywords: TRUS Imaging, Deformable Models, Level Sets, Anisotropic Diffusion, Segmentation. 1. INTRODUCTION As the most diagnosed cancer, prostate cancer is the second leading cause of the cancer death in North America [1]. Hence diagnosis of this cancer in its early stages is crucial. Prostate TRUS images, in comparison with the other modalities such as CT and MRI, are captured more easily, in real-time, and with lower cost, so they are widely used for the diagnosis of prostate cancer, cancer treatment planning, needle biopsy, and brachytherapy. The size and the shape of the prostate must be determined by prostate segmentation to diagnose the cancer stage. Although in the traditional approach, an expert infers this information manually from the TRUS images, such a manual method is tedious, expensive, time consuming, and subjective. Given the increasing amount of TRUS data being collected, automated methods of TRUS prostate segmentation are in high demand and different segmentation methods have been proposed [2, 3, 4, 5, 6, 7, 8, 9]. These methods include boundary segmentation, deformable models, and region segmentation approaches.
  • 2. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 437 FIGURE 1: Two TRUS prostate images. The prostate region in TRUS prostate images usually maintains a very weak contrast against the background. Because of the speckle noise, short range of gray levels, very weak prostate region texture, and shadow regions the conventional image processing and analysis techniques are not capable to effectively capture, discriminate, and segment the prostate region based on its intensity, texture, and gradient. There have been some attempts by employing the Gabor filter bank for prostate texture segmentation [10, 5], however prostate has a very weak texture and has not yet been investigated seriously. Anisotropic diffusion [11] was introduced by Prona and Malik to perform edge preserving and within-region smoothing based on the differential structure of the image [12, 13]. Anisotropic diffusion considers no prior information about the regions and boundaries, and does selective diffusion based on local computation of a conduction term. Moreover, anisotropic diffusion computes group diffusion as a single diffusion value for each spatial location by summation of diffusions in four directions in each time step. There are some weak radial and angular features in ultrasound images which potentially can be used to reveal weak structures and textures. Our goal in this paper is extending anisotropic diffusion to multiple directions which are computed independently for contrast enhancement of TRUS images. Therefore, eight anisotropic diffusion values will be computed independently for each spatial location. This can provide a rich feature space with potential use in image analysis and segmentation.
  • 3. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 438 FIGURE 2: Application of extended anisotropic diffusion in eight directions. (a) North-South. (b) East-West. (c) NE-SW. (d) NW-SE. Moreover, considering a semi-supervised segmentation such as deformable models to initialize a seed, we introduce an adaptive anisotropic diffusion in which the estimated statistics extracted from the region of interest can be used to adaptively switch between different conduction functions leading to better within-region smoothness while preserving the region boundaries. 2. The Proposed Method Strong region boundaries are desired for image segmentation, however image denoising tends to smooth sharp boundaries of the image and reduces the image contrast. To overcome this drawback of image denoising methods, anisotropic diffusion method, as an alternative to linear- filtering was introduced by Perona and Malik [11]. Anisotropic diffusion considers a conduction term that is locally computed and depends on the differential structure of the image. Anisotropic diffusion filter was used by Gerig et al. [12] to enhance MR images. To perform edge preserving and within region smoothing of MR images, Sapiro and Tannenbaum [13] used a similar approach. Anisotropic Diffusion Perona and Malik [11] presented the anisotropic diffusion filter as a diffusion process that encourages intra-region smoothness while inhibits inter-region smoothness. Mathematically, the process is defined as follows:
  • 4. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 439 where I(x,0) is the initial unprocessed image, x is the image coordinate and t is the iteration step. c(x,t) is the diffusion function and is a monotonically decreasing function of the image gradient magnitude. To encourage smoothing within a region and discourage it across different regions, the conduction coefficient c must be set to one inside the region (smooth conduction) and set to zero otherwise. For edge estimation to locate the region boundaries, the gradient of intensity image is first obtained: The conduction coefficient of diffusion is then computed locally as a gradient magnitude of local image intensities: By the proper selection of function f, not only region boundaries can be preserved but also edges maybe sharpened. Any monotonically decreasing continuous function of could be selected as a diffusion function. Two functions for local computation of the conduction to satisfy selective edge smoothness and enhancement were suggested by Perona and Malik [11]. The first one encourages high contrast edges over low contrast ones while the second function encourages wide regions over smaller regions where k is the diffusion coefficient. The differential relation in (1) can be discretized and be numerically implemented as where Nc, Sc, Wc, and Ec are conduction in north, south, west, and east directions respectively and is the step size. Extended Diffusion We extended anisotropic diffusion to multiple directions to be used to reveal weak radial and angular features in ultrasound images. This rich feature set can be used for contrast enhancement, image analysis, and segmentation. We apply anisotropic diffusion in eight directions, generating four diffused images computed independently regarding four directional pairs for each spatial location. Thus the anisotropic diffusion is computed for North-South and East-West directions separately and is extended by introducing two new directions as North-East
  • 5. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 440 Figure 3: (a) Unprocessed TRUS image. (b) Extracted maximum diffusion over all diffused images. (c) Deformations of different contours over specific diffusion directions. (d) Application of adaptive anisotropic diffusion and extraction of maximum diffusion over all diffused images. to South-West, i.e., 45 degree, and North-West to South-East, i.e., 135 degree. Recalling (1), considering the gradient in a specific single direction, diffusion can be simplified as where R is any of four direction pairs, i.e., horizontal, vertical, 45 degree, and 135 degree. By definition, c(x,t)IR is called flux in R direction, (IR). One dimensional diffusion can be decomposed to the four independent fluxes as: where c(x,t) is replaced with . Adaptive Anisotropic Diffusion Most often a semi-supervised method is used for region segmentation for example by initializing a seed or initiate a contour. We propose an adaptive anisotropic diffusion such that the estimated statistics which are extracted from the region of interest can be used to adaptively select the conduction function which potentially may lead to a better within-region smoothness while could preserve the region boundaries. Therefore, to encourage the smoothness and discourage the diffusion based on image statistics and image features more effectively, an adaptive conduction is introduced.
  • 6. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 441 otherwise, where C is a constant conduction factor and G is some definition of the region, for example for some region mean and standard deviation. Diffusion is encouraged within the region based on constant conduction factor. However, outside the region, diffusion will follow the formal conduction function (4). Level Sets A level set contour will be initialized and deformed toward prostate boundary. External force that controls the deformations of the zero level set toward the prostate boundary is extracted by applying the anisotropic diffusion in four directional diffusion pairs. To generate the external force for each spatial location of the TRUS image, the maximum diffusion among directional diffusions is selected. Starting contour which is the zero level set of a 3D volume will be initialized by user interactions. It could also be initialized as an elliptical level set by selecting the ellipse centre. The statistics of the region of the interest are estimated over the initialized contour to be used for adaptive anisotropic diffusion. Having the zero level set initialized as an elliptical contour, velocity function F is designed based on the extracted features from diffused images so that the interface evolves toward the prostate boundary and converges in its vicinity. where ‫א‬ and are curvature and curvature coefficient respectively, Dv is velocity derived by external energy which is extracted from diffused images, α is a velocity constant coefficient and
  • 7. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 442 FIGURE 4: The deformations of the level set where the contour converges and stops in the vicinity of the prostate boundary. 3. Results As depicted in Fig. 1, TRUS prostate images have very weak contrast, are corrupted with the speckle noise, have short range of gray levels, maintain very weak prostate region texture, and are defected by shadow regions. Although the segmentation of Fig. 1(Top) seems to be less challenging, Fig. 1(Bottom) is very difficult to be segmented. The ordinary image analysis methods perform very poorly for segmentation of prostate region in poor contrast TRUS images. The proposed extended anisotropic diffusion and its adaptive version are applied for image enhancement and feature extraction. Application of extended anisotropic diffusion in eight directions is depicted in Fig. 2. Fig. 3(b) shows the maximum diffusion obtained over independently computed directional diffusions. As we can observe, independent directional diffused images provide rich features to be used for segmentation and analysis. Deformations of different contours over specific diffusion directions are superimposed on the unprocessed image in Fig. 3(c). As it is depicted in Fig. 3, not only the contrast is improved, but also some features of prostate region are recovered. Moreover, the directional diffusion features can be effectively used to segment the prostate region. For example, these features can be used in conjunction with structure tensor and vector flow to design the diffusion based velocity functions. The application of adaptive conduction to TRUS image is depicted in Fig. 3(d). The adaptive conduction is computed based on prostate region statistics where mean and standard deviation are computed over the level set contour. A sample segmentation of the TRUS image superimposed on the original image is depicted in Fig. 4. 4. Conclusions and Discussions Prostate texture analysis is a very difficult and challenging task due to the poor contrast, weak texture structure, the speckle noise, and shadow regions. Hence the standard and conventional image processing methods are not capable of segmentation of the prostate region. In this paper we introduced an adaptive anisotropic diffusion method to improve the selective within-region image smoothness while preserving the region boundaries. Moreover, the anisotropic diffusion is extended to eight directions, i.e., four directional pairs such that diffusion in each direction is computed independently yielding a reach feature set for ultrasound image enhancement and analysis. The preliminary results are quite promising, leading to our future work to extend the method to be employed for multiple region segmentation.
  • 8. Nezamoddin N. Kachouie International Journal Of Image Processing (IJIP), Volume (4): Issue (4) 443 5. REFERENCES 1. Cancer facts and figures, http://www.cancer.org, American Cancer society. 2. C.K. Kwoh, M. Teo, W. Ng, S. Tan, and M. Jones, “Outlining the prostate boundary using the harmonics method", Med. Biol. Eng. Computing, 36:768-771, 1998. 3. R.G. Aarnink, R.J.B. Giesen, A. L. Huynen, J. J. de la Rosette, F.M. Debruyne, and H. Wijkstra “A practical clinical method for contour determination in ultrasound prostate images", Ultrasound Med. Biol., 20:705-717, 1994. 4. R.G. Aarnink, S.D. Pathak, J. J. de la Rosette, F.M. Debruyne, Y. Kim, and H. Wijkstra, “Edge detection in ultrasound prostate images using integrated edge map”, Ultrasound Med. Biol., 36:635-642, 1998. 5. Y. Zhan and D. Shen, “Deformable segmentation of 3-d ultrasound prostate images using statistical texture matching method", IEEE Transactions on Medical Imaging, 25(3):256-272, 2006. 6. D. Freedman, R.J. Radke, T. Zhang, Y. Jeong, D.M. Lovelock, and G.T.Y. Chen, “Model-based segmentation of medical imagery by matching distributions", IEEE Transactions on Medical Imaging, 24:281-292, 2005. 7. A. Ghanei, H. Soltanian-Zadeh, A. Ratkewicz, and F. Yin, “A three dimentional deformable Model for segmentation of human prostatefrom ultrasound images", Med. Phys, 28:2147-2153, 2001. 8. C. Knoll, M. Alcaniz, V. Grau, C. Monserrat, and M. Juan, “Outlining of the prostate using snakes with shape restrictions based on the wavelet transform", Pattern Recognition, 32:1767- 1781, 1999. 9. S. D. Pathak, V. Chalana, D. haynor, and Y. kim, “Edge guided boundary delineation in prostate ultrasound images", IEEE Transactions on Medical Imaging, 19:1211-1219, 2000. 10. S. S. Mohamed, T. K. Abdel-galil, M. M. Salma, A. Fenster, D. B. Downey, and K. Rizkalla, “Prostate cancer diagnosis based on gabor filter texture segmentation of ultrasound image", IEEE CCECE, 1485-1488, 2003. 11. P. Perona and J. Malik, “Scale-space and edge detection using anisotropic diffusion", IEEE Trans. on Pattern Analysis and Machine Intelligence, 12(7):629-639, 1990. 12. G. Gerig, O. Kbler, R. Kikinis, , and F. Jolesz, “Nonlinear anisotropic filtering of MRI data", IEEE Transactions on Medical Imaging, 11(2):221-232, 1992. 13. G. Sapiro and A. Tannenbaum, “Edge preserving geometric smoothing of MRI data", Technical report, University of Minnesota, Dept. of Electrical Engineering, 1994.