SlideShare a Scribd company logo
1 of 5
Download to read offline
Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56
www.ijera.com 52 | P a g e
DETECTION OF MASSES IN MAMMOGRAM IMAGES USING ANT
COLONY OPTIMIZATION
Varsha Patankar*, Prof. Devesh Nawgaje**, Dr. Rajendra Kanphade***
*(Student of EXTC, Amravati University, SSGMCE, Shegaon)
** (Department of EXTC, Amravati University, SSGMCE, Shegaon)
*** (Principal, NMIET Pune University)
ABSTRACT
This paper proposes the advances in edge detection techniques, which is used for the mammogram images for
cancer diagnosis. It compares the evaluation of edge detection with the proposed method ant colony
optimization. The study shows that the edge detection technique is applied on the mammogram images because
it will clearly identify the masses in mammogram images. This will help to identify the type of cancer at the
early stage. ACO edge detector is best in detecting the edges when compared to the other edge detectors. The
quality of various edge detectors is calculated based on the parameters such as Peak signal to noise ratio (PSNR)
and Mean square error (MSE).
Keywords – Ant colony optimization, cancer, diagnosis, edge detection, mammogram.
I. INTRODUCTION
Cancer is most dangerous disease which is
caused by some factors like hormones, immune
conditions etc [1]. According to the World Health
Organization, breast cancer is one of the most deadly
in women [2]. A group of rapidly dividing cells may
form a mass of extra tissue in breast which is called
tumors. Tumors can either be cancerous called as
malignant or non-cancerous called as benign.
Malignant tumors usually penetrate and destroy
healthy body tissues [14].
A major class of problem that always can be
seen in medical science is that the diagnosis of
disease, based upon various tests performed upon the
patient. Even after performing the several tests, the
ultimate diagnosis may be difficult to obtain, even for
a medical expert. This has given rise, over the past
few decades, to use the computerized diagnostic tools
for doctors [7]. Mammography screening associated
with clinical breast examination is the only viable
and effective method at present for mass screening to
detect breast cancer [15].
The edge detection can be used to detect the
masses in mammogram images because image edge
detection detects outlines of an object and boundaries
between objects and the background in the image
[10]. This will help the detection of breast cancer at
the early stage.
This paper shows three basic edge detection
operators such as Sobel, Prewitt, and Canny were
selected and a comparison is done to check the
quality of the edge detectors with the proposed
method Ant colony optimization (ACO). The study
shows that the ACO edge detector is best in detecting
the edges when compared to other edge detectors.
Two parameters are used for the comparison
evaluation of various edge detection techniques such
as peak signal to noise ratio and mean square error.
II. LITERATURE SURVEY
The literature survey shows that many of
researchers have found number of solution for
detection of breast cancer with better accuracy [4]. In
[6] author uses neural pattern recognition model
which is the combination of two methodologies fuzzy
systems and evolutionary algorithms, from which
they got the success of 97%. Another method by
using the hybrid system for diagnoses of the breast
cancer based on FCOSVM represented in [3]
improves the accuracy up to 97.34%. In [5] authors
suggested other technique using segmentation with
fuzzy models and classification by crisp k-nearest
neighbor (k-nn) for breast cancer. In [7] authors
shows the comparison of various methods using
neural network for diagnosis of breast cancer in
which the authors found that by using Jordan and
Elman Network has achieved more accuracy up to
98.03%. Amin Einipour in [8] combines two methods
fuzzy systems and ACO algorithm which
automatically produce systems for breast cancer
diagnosis which gives the results with accuracy
98.21%.
The Previous work on image edge detection
performed by various researchers has found the good
results for edge detection. In [16] authors show the
comparison of sobel and canny edge detection in
which they found that the canny proves to be better
and fulfills the noise rejection requirement by a user.
RESEARCH ARTICLE OPEN ACCESS
Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56
www.ijera.com 53 | P a g e
The paper [17] shows the evaluation of all edge
detection techniques out of which sobel edge
detection method is found as the best in detecting the
edges in a noisy IR images.
In [10] authors compare the all edge
detection methods with the new technique ACO
based on the parameters PSNR and MSE. ACO-
based image edge detection takes advantage of the
improvements in the edge detection. The results they
found that the possibility of the approach in
identifying edges in an image and mean square error
of proposed algorithm is 6% to 19% lower in
comparison to that of sobel and canny algorithm
which leads to 2 to 5% increase in Peak signal to
noise ratio of proposed algorithm in comparison to
that of sobel and canny algorithm.
III. IMAGE EDGE DETECTION
The image Edge detection is an important
element in image processing, since edges contain a
major function of image information [19]. The
function of edge detection is to identify the
boundaries of homogeneous regions in an image
based on properties such as intensity and texture
between the background and object present in that
image.
The techniques such as, canny, prewitt, and
sobel etc. are conventional methods, which are more
expensive because, each set of operations is
conducted for each pixel [10]. This technique doesn’t
give the direct detection of cancer tumor from
mammogram image. ACO based edge detection has
an improvement in detection of tumor.
IV. ANT COLONY OPTIMIZATION
ACO is nature inspired algorithm to find the
shortest path between nest and food source [12].
When all ants in their colony act as a community they
are able to solve complex problems [13]. The
communication between the members in that colony
is through pheromone substance. The ants deposit
pheromone in the journey between nest and food.
This will increase the probability of pheromone so
that the other members of the colony will follow the
same path [9]. This will become the guidance for
other ants to choose the shortest path [12]. In this
paper, ACO method is used for the edge detection to
extract the information from mammogram images.
Artificial ants are distributed over the image for
shortest route construction. Edge detection of an
image is the identifying the pixels that are correspond
to the edges. A 2-dimensional image is used with the
pixel value as its elements. The ACO algorithm for
edge detection is given below-
4.1 Initialization Process
K numbers of ants are placed in random for
each pixel value with an image of size M1 × M2. In
this M1 is the length of an image and M2 is the width
of an image. The parameters α and β are initialized
and heuristic information is set. The initial value of
each component of the pheromone matrix is set to be
a constant τ (init).
4.2 Construction Process
In Construction process K number of ant is
randomly moving for L construction steps on image
from node i to node j. The movement of ants is in
accordance with the 8 connectivity by using
transition probability rule according to equation (1)
𝑝𝑖,𝑗
(𝑛)
=
(Ʈ𝑖,𝑗
(𝑛−1)
) 𝛼 (𝜂 𝑖,𝑗)
𝛽
(𝑗ԑΩ𝑖 (Ʈ𝑖,𝑗
(𝑛−1)
) 𝛼 (𝜂 𝑖,𝑗)
𝛽
, if j ԑΩi
(1)
Where,
τ(i,j) is the pheromone information value on edge i,j,
α is a parameter to control the influence of τ(i,j),
η(i,j) represents the heuristic information of edge i,j,
β is a parameter to control the influence of η(i,j), Ωi
is the neighboring nodes of (i,j).
There are two fundamental concerns in the
construction process. The main concern is with the
determination of heuristic information η (i,j) which
can be determined by the pixel location (i,j) as,
(𝑖 ,𝑗) = 𝐼(𝑖, 𝑗) /Z (2)
Where, Z is the normalization factor and is defined
as,
∑i=1:M1 ∑j=1:M2 Vc I (i,j) (3)
Where, Ii,j represents the intensity value of the pixel
(i, j) of image I. The value of function Vc (𝐼𝑖, )
depends on changes in pixel intensity values which is
defined as,
𝑉𝑐 (𝑖, 𝑗) = 𝑓|( 𝐼(𝑖 − 1, 𝑗) – 𝐼(𝑖 + 1, 𝑗)|+
|(𝑖 − 1, 𝑗 – 1) – 𝐼(𝑖 − 1, 𝑗 + 1)| +
|(𝑖 − 1, 𝑗 – 1) − 𝐼(𝑖 + 1, 𝑗 + 1)| +
|(𝑖, 𝑗 – 1) − 𝐼(𝑖, 𝑗 + 1)| (4)
The shape function in equation (4) is modified
mathematically using four functions (Flat, Quadratic,
Sine and Wave) for computing the heuristic function.
Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56
www.ijera.com 54 | P a g e
(5)
The parameter λ in above functions adjusts
the respective shape.
4.3 Update Process
The update is performed after the movement
of each ant and second update is performed after the
movement of all ants.
The update process, which updates the
pheromone matrix after each ant is moved given by,
Ʈ𝑖,𝑗
𝑛−1
= 1 − 𝜌 . Ʈ𝑖,𝑗
𝑛−1
+ 𝜌. ∆𝑖,𝑗
𝑘
if (i,j) is visited by
the kth ant otherwise
= Ʈ𝑖,𝑗
𝑛−1
(6)
Where, ρ is evaporation constant, Δi,j(k) is
determined by the heuristic matrix,
Δi,j(k)= η(i,j) (7)
The pheromone matrix is again updated after all the
ants move in each construction step. This is done
according to equation (8)
τ (n) = (1 − ψ) · τ (n−1) + ψ · τ (0) (8)
ψ being a decay constant.
4.4 Decision Process
A binary decision is made in this process at
each pixel location to determine whether it is an edge
or not, by applying threshold T on final pheromone
matrix ԑ (N).
V. PEAK SIGNAL TO NOISE RATIO
The mostly common use of peak signal to
noise ratio is a measure of quality of reconstruction
of lossy compression codecs (e.g., for image
compression). It is an expression for the ratio
between the maximum possible power of a signal and
the power of corrupting noise that affects the fidelity
of its representation. When comparing compression
codecs it is used as an approximation to human
perception of reconstruction quality, therefore in
some cases one reconstruction may appear to be
closer to the original than another, even though it has
a lower PSNR.
It is most easily defined via the mean squared error
(MSE) for two m×n monochrome images I and K
where one of the images is considered a noisy
approximation of the other and is defined as:
MSE =
1
𝑚𝑛
𝐼 𝑖, 𝑗 − 𝐾 𝑖, 𝑗 2𝑛−1
𝑗=0
𝑚−1
𝑖=0 (9)
The PSNR is defined as:
PSNR = 10 𝑙𝑜𝑔10(
𝑀𝐴𝑋 𝐼2
𝑀𝑆𝐸
)
= 20 log10 (
𝑀𝐴𝑋 𝐼
𝑀𝑆𝐸
) (10)
Here, MAX I is the maximum possible pixel
value of the image. PSNR is always expressed in
terms of the logarithmic decibel scale.
VI. RESULT
The results of different mammogram images
using ACO and other edge detection techniques
shows that ACO gives better results than other
methods.
Table No. 1
Original
mammogra
m images
Fig.1 Fig.2 Fig.3
Sobel
Prewitt
Canny
ACO
From the results it shows that the method ant
colony optimization gives better results than other
edge detection techniques. It gives direct detection of
Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56
www.ijera.com 55 | P a g e
cancer tumor present in the mammogram image. The
performance evaluation is also calculated by
calculating the peak signal to noise ratio and mean
square error. The calculated values of PSNR and
MSE are shown in the table below.
Table No. 2
Edge Detection methods
Fig.
No.
Sobel Prewitt Canny ACO
MSE PSNR MSE PSNR MSE PSNR MSE PSNR
1 20186.7
0
5.11 20188.
00
5.11 20188.56 5.11 0.87 48.75
2 8479.14 8.88 8479.0
5
8.88 8479.25 8.88 0.79 49.21
3 4773.07 11.38 4772.6
6
11.38 4773.62 11.38 0.31 53.32
VII. CONCLUSION
ACO based edge detection has an advantage
over conventional edge detection techniques.
Experimental results show the possibility of the
approach in identifying edges in mammogram image
and mean square error of proposed algorithm is lower
in comparison to that of sobel, prewitt and canny
algorithm which leads to increase in Peak signal to
noise ratio of proposed algorithm in comparison to
that of other edge detection methods.
REFERENCES
[1] Malcolm R Alison, “Cancer”, Imperial
College School of Medicine, London, UK,
Encyclopedia of Life Sciences / & 2001
Nature Publishing Group.
[2] Lukasz Jelen, Thomas Fevens, Adam Krzy˙
Ak, “Classification of Breast Cancer
Malignancy Using Cytology Images of Fine
Needle Aspiration Biopsis”, Int. J. Appl.
Math. Comput. Sci., 2008, Vol. 18, No. 1,
75–83.
[3] Jalil Addeh and Ata Ebrahimzadeh, “Breast
Cancer Recognition Using a Novel Hybrid
Intelligent Method”.
[4] Indira Muhic, “Fuzzy Analysis of Breast
Cancer Disease using Fuzzy c-means and
Pattern Recognition”, Sotheast Europe
Journal of Soft Computing.
[5] Tobias Christian Cahoon, “Breast Cancer
Detection Using Image Processing
Techniques”, 2000 IEEE.
[6] Carlos Andres Pena-Reyes, Moshe Sipper,
“A fuzzy-genetic approach to breast cancer
diagnosis” Artificial Intelligence in
Medicine, vol.17, 1999. pp. 131-155.
[7] Devesh D. Nawgaje and Dr. Rajendra D.
Kanphade, “Comparision of Various Neural
Networks For Diagnosis of Breast Cancer”,
International Transactions on Electrical,
Electronics and Communication
Engineering, Vol. 2, No.3, 2012.
[8] Amin Einipour, “A Fuzzy-ACO Method for
Detect Breast Cancer”, Global Journal of
Health Science Vol. 3, No. 2; October 2011.
[9] Shweta Agarwal, “A Review Paper of Edge
Detection Using Ant Colony Optimization
Techniques”, International Journal of Latest
Research in Science and Technology ISSN
(Online):2278-5299 Vol.1,Issue 2 :Page
No.120-123 July . August (2012).
[10] Charu Gupta, Sunanda Gupta, “Edge
Detection of an Image based on Ant Colony
Optimization Technique”, International
Journal of Science and Research (IJSR),
India Online ISSN: 2319-7064, Volume 2
Issue 6, June 2013.
[11] Jing Tian, Weiyu Yu, and Shengli Xie “An
Ant Colony Optimization Algorithm For
Image Edge Detection”, 2008 IEEE.
[12] A. Amali Asha, S.P. Victor, A. Lourdusamy
, “Feature Extraction in Medical Image
using Ant Colony Optimization : A Study”,
International Journal on Computer Science
and Engineering (IJCSE), ISSN : 0975-3397
Vol. 3 No. 2 Feb 2011.
[13] R. Seidlová, J. Poživil, “Implementation of
Ant Colony Algorithms in Matlab”.
[14] Devesh D. Nawgaje,Dr. Rajendra D.
Kanphade, “Genetic Algorithm Based
Mammogram Image Segmentation and Its
Hardware Implementation using Digital
Signal Processor”.
Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56
www.ijera.com 56 | P a g e
[15] Devesh D. Nawgaje, Dr. Rajendra
D.Kanphade, Santosh B.Patil, “Fuzzy Logic
Based Detection of Suspicious Masses in
Mammograms”, International Conference
On “Computational Intelligence
Applications” -2010, 03-05 March 2010.
[16] Vineet Saini, Rajnish Garg, “A Comparative
Analysis on Edge Detection Techniques
Used in Image Processing”, IOSR Journal
of Electronics and Communication
Engineering (IOSRJECE) ISSN : 2278-2834
Volume 1, Issue 2 (May-June 2012), PP 56-
59.
[17] G.Padmavathi, P.Subashini, P.K.Lavanya,
“Performance evaluation of the various edge
detectors and filters for the noisy IR
images”.
[18] Raman Maini, Dr. Himanshu Aggarwal,
“Study and Comparison of Various Image
Edge Detection Techniques”, International
Journal of Image Processing (IJIP), Volume
(3) : Issue (1).
[19] Laurence Aroquiaraj, K. Thangavel,
“Mammogram Edge Detection Using
Hybrid Soft Computing Methods”.

More Related Content

What's hot

Image-guided liver cancer modeling for computer-aided diagnosis and treatment
Image-guided liver cancer modeling for computer-aided diagnosis and treatmentImage-guided liver cancer modeling for computer-aided diagnosis and treatment
Image-guided liver cancer modeling for computer-aided diagnosis and treatmentAntoine Vacavant
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodTELKOMNIKA JOURNAL
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...CSCJournals
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...CSCJournals
 
Mass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT ImagesMass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT Imagesrahulmonikasharma
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationShreshth Saxena
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022sugiuralab
 
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...TELKOMNIKA JOURNAL
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesIRJET Journal
 
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...AM Publications
 
Breast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveBreast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveIJCSES Journal
 
Tıp alanında kanserli hücrelerin tespiti @ hasan abdi
Tıp alanında kanserli hücrelerin tespiti  @ hasan abdiTıp alanında kanserli hücrelerin tespiti  @ hasan abdi
Tıp alanında kanserli hücrelerin tespiti @ hasan abdiHassan-k Abdi
 
By32908914
By32908914By32908914
By32908914IJMER
 
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...IJERA Editor
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Lung Nodule detection System
Lung Nodule detection SystemLung Nodule detection System
Lung Nodule detection SystemEditor IJMTER
 

What's hot (20)

Image-guided liver cancer modeling for computer-aided diagnosis and treatment
Image-guided liver cancer modeling for computer-aided diagnosis and treatmentImage-guided liver cancer modeling for computer-aided diagnosis and treatment
Image-guided liver cancer modeling for computer-aided diagnosis and treatment
 
Filter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient methodFilter technique of medical image on multiple morphological gradient method
Filter technique of medical image on multiple morphological gradient method
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...
A Novel and Efficient Lifting Scheme based Super Resolution Reconstruction fo...
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
Az03303230327
Az03303230327Az03303230327
Az03303230327
 
Breast boundary detection in mammogram using entropy
Breast boundary detection in mammogram using entropyBreast boundary detection in mammogram using entropy
Breast boundary detection in mammogram using entropy
 
Mass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT ImagesMass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT Images
 
Lung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image ClassificationLung Cancer Prediction using Image Classification
Lung Cancer Prediction using Image Classification
 
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
Cervical Spine Range of Motion Measurement Utilizing Image Analysis - VISAPP2022
 
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
 
Lung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing TechniquesLung Cancer Detection using Image Processing Techniques
Lung Cancer Detection using Image Processing Techniques
 
A360108
A360108A360108
A360108
 
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
DETERMINATION OF BREAST CANCER AREA FROM MAMMOGRAPHY IMAGES USING THRESHOLDIN...
 
Breast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveBreast cancer diagnosis using microwave
Breast cancer diagnosis using microwave
 
Tıp alanında kanserli hücrelerin tespiti @ hasan abdi
Tıp alanında kanserli hücrelerin tespiti  @ hasan abdiTıp alanında kanserli hücrelerin tespiti  @ hasan abdi
Tıp alanında kanserli hücrelerin tespiti @ hasan abdi
 
By32908914
By32908914By32908914
By32908914
 
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...
Comparison of Performances of Spectral Based Approaches on Fabric Defect Dete...
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Lung Nodule detection System
Lung Nodule detection SystemLung Nodule detection System
Lung Nodule detection System
 

Viewers also liked

The simultaneous loop flow correction analysis in the water feed network of M...
The simultaneous loop flow correction analysis in the water feed network of M...The simultaneous loop flow correction analysis in the water feed network of M...
The simultaneous loop flow correction analysis in the water feed network of M...IJERA Editor
 
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...IJERA Editor
 
Masdar City : A Model of Urban Environmental Sustainability
Masdar City : A Model of Urban Environmental SustainabilityMasdar City : A Model of Urban Environmental Sustainability
Masdar City : A Model of Urban Environmental SustainabilityIJERA Editor
 

Viewers also liked (20)

I044064447
I044064447I044064447
I044064447
 
H044035159
H044035159H044035159
H044035159
 
I44094245
I44094245I44094245
I44094245
 
J044037073
J044037073J044037073
J044037073
 
I044036069
I044036069I044036069
I044036069
 
I046044854
I046044854I046044854
I046044854
 
J046015861
J046015861J046015861
J046015861
 
The simultaneous loop flow correction analysis in the water feed network of M...
The simultaneous loop flow correction analysis in the water feed network of M...The simultaneous loop flow correction analysis in the water feed network of M...
The simultaneous loop flow correction analysis in the water feed network of M...
 
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...
A Proposed Equation for Elastic Modulus of High-Strength Concrete Using Local...
 
I046065153
I046065153I046065153
I046065153
 
L046016769
L046016769L046016769
L046016769
 
Masdar City : A Model of Urban Environmental Sustainability
Masdar City : A Model of Urban Environmental SustainabilityMasdar City : A Model of Urban Environmental Sustainability
Masdar City : A Model of Urban Environmental Sustainability
 
L046027479
L046027479L046027479
L046027479
 
J046035962
J046035962J046035962
J046035962
 
J046045558
J046045558J046045558
J046045558
 
D045042227
D045042227D045042227
D045042227
 
C45020914
C45020914C45020914
C45020914
 
C045051318
C045051318C045051318
C045051318
 
Ad4506159161
Ad4506159161Ad4506159161
Ad4506159161
 
Monopoli10000319
Monopoli10000319Monopoli10000319
Monopoli10000319
 

Similar to J044055256

Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...journalBEEI
 
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...IOSR Journals
 
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...idescitation
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...TELKOMNIKA JOURNAL
 
Artificial neural network for cervical abnormalities detection on computed to...
Artificial neural network for cervical abnormalities detection on computed to...Artificial neural network for cervical abnormalities detection on computed to...
Artificial neural network for cervical abnormalities detection on computed to...IAESIJAI
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...CSCJournals
 
Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...IAEME Publication
 
Prediction of Lung Cancer Using Image Processing Techniques: A Review
Prediction of Lung Cancer Using Image Processing Techniques: A ReviewPrediction of Lung Cancer Using Image Processing Techniques: A Review
Prediction of Lung Cancer Using Image Processing Techniques: A Reviewaciijournal
 
Prediction of lung cancer using image
Prediction of lung cancer using imagePrediction of lung cancer using image
Prediction of lung cancer using imageaciijournal
 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...journalBEEI
 
s41598-019-51620-z.pdf
s41598-019-51620-z.pdfs41598-019-51620-z.pdf
s41598-019-51620-z.pdfAsit Panda
 
A low cost and portable microwave imaging system for breast tumor detection u...
A low cost and portable microwave imaging system for breast tumor detection u...A low cost and portable microwave imaging system for breast tumor detection u...
A low cost and portable microwave imaging system for breast tumor detection u...rsfdtd
 
PSO-SVM hybrid system for melanoma detection from histo-pathological images
PSO-SVM hybrid system for melanoma detection from histo-pathological imagesPSO-SVM hybrid system for melanoma detection from histo-pathological images
PSO-SVM hybrid system for melanoma detection from histo-pathological imagesIJECEIAES
 
A novel approach to jointly address localization and classification of breast...
A novel approach to jointly address localization and classification of breast...A novel approach to jointly address localization and classification of breast...
A novel approach to jointly address localization and classification of breast...IJECEIAES
 
Paper id 25201472
Paper id 25201472Paper id 25201472
Paper id 25201472IJRAT
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfAvijitChaudhuri3
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...IJECEIAES
 

Similar to J044055256 (20)

Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...Twin support vector machine using kernel function for colorectal cancer detec...
Twin support vector machine using kernel function for colorectal cancer detec...
 
Bw4201485492
Bw4201485492Bw4201485492
Bw4201485492
 
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
Microscopic Image Analysis of Nanoparticles by Edge Detection Using Ant Colon...
 
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
Quantitative Comparison of Artificial Honey Bee Colony Clustering and Enhance...
 
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
Computer Aided Diagnosis using Margin and Posterior Acoustic Featuresfor Brea...
 
Artificial neural network for cervical abnormalities detection on computed to...
Artificial neural network for cervical abnormalities detection on computed to...Artificial neural network for cervical abnormalities detection on computed to...
Artificial neural network for cervical abnormalities detection on computed to...
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
 
Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...Detecting in situ melanoma using multi parameter extraction and neural classi...
Detecting in situ melanoma using multi parameter extraction and neural classi...
 
Prediction of Lung Cancer Using Image Processing Techniques: A Review
Prediction of Lung Cancer Using Image Processing Techniques: A ReviewPrediction of Lung Cancer Using Image Processing Techniques: A Review
Prediction of Lung Cancer Using Image Processing Techniques: A Review
 
Prediction of lung cancer using image
Prediction of lung cancer using imagePrediction of lung cancer using image
Prediction of lung cancer using image
 
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
Detection of Prostate Cancer Using Radial/Axial Scanning of 2D Trans-rectal U...
 
s41598-019-51620-z.pdf
s41598-019-51620-z.pdfs41598-019-51620-z.pdf
s41598-019-51620-z.pdf
 
Journal article
Journal articleJournal article
Journal article
 
research on journaling
research on journalingresearch on journaling
research on journaling
 
A low cost and portable microwave imaging system for breast tumor detection u...
A low cost and portable microwave imaging system for breast tumor detection u...A low cost and portable microwave imaging system for breast tumor detection u...
A low cost and portable microwave imaging system for breast tumor detection u...
 
PSO-SVM hybrid system for melanoma detection from histo-pathological images
PSO-SVM hybrid system for melanoma detection from histo-pathological imagesPSO-SVM hybrid system for melanoma detection from histo-pathological images
PSO-SVM hybrid system for melanoma detection from histo-pathological images
 
A novel approach to jointly address localization and classification of breast...
A novel approach to jointly address localization and classification of breast...A novel approach to jointly address localization and classification of breast...
A novel approach to jointly address localization and classification of breast...
 
Paper id 25201472
Paper id 25201472Paper id 25201472
Paper id 25201472
 
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdfresearchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
researchpaper_2023_Lungs_Cancer.pdfdfgdgfhdf
 
A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...A novel framework for efficient identification of brain cancer region from br...
A novel framework for efficient identification of brain cancer region from br...
 

Recently uploaded

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 

J044055256

  • 1. Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56 www.ijera.com 52 | P a g e DETECTION OF MASSES IN MAMMOGRAM IMAGES USING ANT COLONY OPTIMIZATION Varsha Patankar*, Prof. Devesh Nawgaje**, Dr. Rajendra Kanphade*** *(Student of EXTC, Amravati University, SSGMCE, Shegaon) ** (Department of EXTC, Amravati University, SSGMCE, Shegaon) *** (Principal, NMIET Pune University) ABSTRACT This paper proposes the advances in edge detection techniques, which is used for the mammogram images for cancer diagnosis. It compares the evaluation of edge detection with the proposed method ant colony optimization. The study shows that the edge detection technique is applied on the mammogram images because it will clearly identify the masses in mammogram images. This will help to identify the type of cancer at the early stage. ACO edge detector is best in detecting the edges when compared to the other edge detectors. The quality of various edge detectors is calculated based on the parameters such as Peak signal to noise ratio (PSNR) and Mean square error (MSE). Keywords – Ant colony optimization, cancer, diagnosis, edge detection, mammogram. I. INTRODUCTION Cancer is most dangerous disease which is caused by some factors like hormones, immune conditions etc [1]. According to the World Health Organization, breast cancer is one of the most deadly in women [2]. A group of rapidly dividing cells may form a mass of extra tissue in breast which is called tumors. Tumors can either be cancerous called as malignant or non-cancerous called as benign. Malignant tumors usually penetrate and destroy healthy body tissues [14]. A major class of problem that always can be seen in medical science is that the diagnosis of disease, based upon various tests performed upon the patient. Even after performing the several tests, the ultimate diagnosis may be difficult to obtain, even for a medical expert. This has given rise, over the past few decades, to use the computerized diagnostic tools for doctors [7]. Mammography screening associated with clinical breast examination is the only viable and effective method at present for mass screening to detect breast cancer [15]. The edge detection can be used to detect the masses in mammogram images because image edge detection detects outlines of an object and boundaries between objects and the background in the image [10]. This will help the detection of breast cancer at the early stage. This paper shows three basic edge detection operators such as Sobel, Prewitt, and Canny were selected and a comparison is done to check the quality of the edge detectors with the proposed method Ant colony optimization (ACO). The study shows that the ACO edge detector is best in detecting the edges when compared to other edge detectors. Two parameters are used for the comparison evaluation of various edge detection techniques such as peak signal to noise ratio and mean square error. II. LITERATURE SURVEY The literature survey shows that many of researchers have found number of solution for detection of breast cancer with better accuracy [4]. In [6] author uses neural pattern recognition model which is the combination of two methodologies fuzzy systems and evolutionary algorithms, from which they got the success of 97%. Another method by using the hybrid system for diagnoses of the breast cancer based on FCOSVM represented in [3] improves the accuracy up to 97.34%. In [5] authors suggested other technique using segmentation with fuzzy models and classification by crisp k-nearest neighbor (k-nn) for breast cancer. In [7] authors shows the comparison of various methods using neural network for diagnosis of breast cancer in which the authors found that by using Jordan and Elman Network has achieved more accuracy up to 98.03%. Amin Einipour in [8] combines two methods fuzzy systems and ACO algorithm which automatically produce systems for breast cancer diagnosis which gives the results with accuracy 98.21%. The Previous work on image edge detection performed by various researchers has found the good results for edge detection. In [16] authors show the comparison of sobel and canny edge detection in which they found that the canny proves to be better and fulfills the noise rejection requirement by a user. RESEARCH ARTICLE OPEN ACCESS
  • 2. Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56 www.ijera.com 53 | P a g e The paper [17] shows the evaluation of all edge detection techniques out of which sobel edge detection method is found as the best in detecting the edges in a noisy IR images. In [10] authors compare the all edge detection methods with the new technique ACO based on the parameters PSNR and MSE. ACO- based image edge detection takes advantage of the improvements in the edge detection. The results they found that the possibility of the approach in identifying edges in an image and mean square error of proposed algorithm is 6% to 19% lower in comparison to that of sobel and canny algorithm which leads to 2 to 5% increase in Peak signal to noise ratio of proposed algorithm in comparison to that of sobel and canny algorithm. III. IMAGE EDGE DETECTION The image Edge detection is an important element in image processing, since edges contain a major function of image information [19]. The function of edge detection is to identify the boundaries of homogeneous regions in an image based on properties such as intensity and texture between the background and object present in that image. The techniques such as, canny, prewitt, and sobel etc. are conventional methods, which are more expensive because, each set of operations is conducted for each pixel [10]. This technique doesn’t give the direct detection of cancer tumor from mammogram image. ACO based edge detection has an improvement in detection of tumor. IV. ANT COLONY OPTIMIZATION ACO is nature inspired algorithm to find the shortest path between nest and food source [12]. When all ants in their colony act as a community they are able to solve complex problems [13]. The communication between the members in that colony is through pheromone substance. The ants deposit pheromone in the journey between nest and food. This will increase the probability of pheromone so that the other members of the colony will follow the same path [9]. This will become the guidance for other ants to choose the shortest path [12]. In this paper, ACO method is used for the edge detection to extract the information from mammogram images. Artificial ants are distributed over the image for shortest route construction. Edge detection of an image is the identifying the pixels that are correspond to the edges. A 2-dimensional image is used with the pixel value as its elements. The ACO algorithm for edge detection is given below- 4.1 Initialization Process K numbers of ants are placed in random for each pixel value with an image of size M1 × M2. In this M1 is the length of an image and M2 is the width of an image. The parameters α and β are initialized and heuristic information is set. The initial value of each component of the pheromone matrix is set to be a constant τ (init). 4.2 Construction Process In Construction process K number of ant is randomly moving for L construction steps on image from node i to node j. The movement of ants is in accordance with the 8 connectivity by using transition probability rule according to equation (1) 𝑝𝑖,𝑗 (𝑛) = (Ʈ𝑖,𝑗 (𝑛−1) ) 𝛼 (𝜂 𝑖,𝑗) 𝛽 (𝑗ԑΩ𝑖 (Ʈ𝑖,𝑗 (𝑛−1) ) 𝛼 (𝜂 𝑖,𝑗) 𝛽 , if j ԑΩi (1) Where, τ(i,j) is the pheromone information value on edge i,j, α is a parameter to control the influence of τ(i,j), η(i,j) represents the heuristic information of edge i,j, β is a parameter to control the influence of η(i,j), Ωi is the neighboring nodes of (i,j). There are two fundamental concerns in the construction process. The main concern is with the determination of heuristic information η (i,j) which can be determined by the pixel location (i,j) as, (𝑖 ,𝑗) = 𝐼(𝑖, 𝑗) /Z (2) Where, Z is the normalization factor and is defined as, ∑i=1:M1 ∑j=1:M2 Vc I (i,j) (3) Where, Ii,j represents the intensity value of the pixel (i, j) of image I. The value of function Vc (𝐼𝑖, ) depends on changes in pixel intensity values which is defined as, 𝑉𝑐 (𝑖, 𝑗) = 𝑓|( 𝐼(𝑖 − 1, 𝑗) – 𝐼(𝑖 + 1, 𝑗)|+ |(𝑖 − 1, 𝑗 – 1) – 𝐼(𝑖 − 1, 𝑗 + 1)| + |(𝑖 − 1, 𝑗 – 1) − 𝐼(𝑖 + 1, 𝑗 + 1)| + |(𝑖, 𝑗 – 1) − 𝐼(𝑖, 𝑗 + 1)| (4) The shape function in equation (4) is modified mathematically using four functions (Flat, Quadratic, Sine and Wave) for computing the heuristic function.
  • 3. Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56 www.ijera.com 54 | P a g e (5) The parameter λ in above functions adjusts the respective shape. 4.3 Update Process The update is performed after the movement of each ant and second update is performed after the movement of all ants. The update process, which updates the pheromone matrix after each ant is moved given by, Ʈ𝑖,𝑗 𝑛−1 = 1 − 𝜌 . Ʈ𝑖,𝑗 𝑛−1 + 𝜌. ∆𝑖,𝑗 𝑘 if (i,j) is visited by the kth ant otherwise = Ʈ𝑖,𝑗 𝑛−1 (6) Where, ρ is evaporation constant, Δi,j(k) is determined by the heuristic matrix, Δi,j(k)= η(i,j) (7) The pheromone matrix is again updated after all the ants move in each construction step. This is done according to equation (8) τ (n) = (1 − ψ) · τ (n−1) + ψ · τ (0) (8) ψ being a decay constant. 4.4 Decision Process A binary decision is made in this process at each pixel location to determine whether it is an edge or not, by applying threshold T on final pheromone matrix ԑ (N). V. PEAK SIGNAL TO NOISE RATIO The mostly common use of peak signal to noise ratio is a measure of quality of reconstruction of lossy compression codecs (e.g., for image compression). It is an expression for the ratio between the maximum possible power of a signal and the power of corrupting noise that affects the fidelity of its representation. When comparing compression codecs it is used as an approximation to human perception of reconstruction quality, therefore in some cases one reconstruction may appear to be closer to the original than another, even though it has a lower PSNR. It is most easily defined via the mean squared error (MSE) for two m×n monochrome images I and K where one of the images is considered a noisy approximation of the other and is defined as: MSE = 1 𝑚𝑛 𝐼 𝑖, 𝑗 − 𝐾 𝑖, 𝑗 2𝑛−1 𝑗=0 𝑚−1 𝑖=0 (9) The PSNR is defined as: PSNR = 10 𝑙𝑜𝑔10( 𝑀𝐴𝑋 𝐼2 𝑀𝑆𝐸 ) = 20 log10 ( 𝑀𝐴𝑋 𝐼 𝑀𝑆𝐸 ) (10) Here, MAX I is the maximum possible pixel value of the image. PSNR is always expressed in terms of the logarithmic decibel scale. VI. RESULT The results of different mammogram images using ACO and other edge detection techniques shows that ACO gives better results than other methods. Table No. 1 Original mammogra m images Fig.1 Fig.2 Fig.3 Sobel Prewitt Canny ACO From the results it shows that the method ant colony optimization gives better results than other edge detection techniques. It gives direct detection of
  • 4. Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56 www.ijera.com 55 | P a g e cancer tumor present in the mammogram image. The performance evaluation is also calculated by calculating the peak signal to noise ratio and mean square error. The calculated values of PSNR and MSE are shown in the table below. Table No. 2 Edge Detection methods Fig. No. Sobel Prewitt Canny ACO MSE PSNR MSE PSNR MSE PSNR MSE PSNR 1 20186.7 0 5.11 20188. 00 5.11 20188.56 5.11 0.87 48.75 2 8479.14 8.88 8479.0 5 8.88 8479.25 8.88 0.79 49.21 3 4773.07 11.38 4772.6 6 11.38 4773.62 11.38 0.31 53.32 VII. CONCLUSION ACO based edge detection has an advantage over conventional edge detection techniques. Experimental results show the possibility of the approach in identifying edges in mammogram image and mean square error of proposed algorithm is lower in comparison to that of sobel, prewitt and canny algorithm which leads to increase in Peak signal to noise ratio of proposed algorithm in comparison to that of other edge detection methods. REFERENCES [1] Malcolm R Alison, “Cancer”, Imperial College School of Medicine, London, UK, Encyclopedia of Life Sciences / & 2001 Nature Publishing Group. [2] Lukasz Jelen, Thomas Fevens, Adam Krzy˙ Ak, “Classification of Breast Cancer Malignancy Using Cytology Images of Fine Needle Aspiration Biopsis”, Int. J. Appl. Math. Comput. Sci., 2008, Vol. 18, No. 1, 75–83. [3] Jalil Addeh and Ata Ebrahimzadeh, “Breast Cancer Recognition Using a Novel Hybrid Intelligent Method”. [4] Indira Muhic, “Fuzzy Analysis of Breast Cancer Disease using Fuzzy c-means and Pattern Recognition”, Sotheast Europe Journal of Soft Computing. [5] Tobias Christian Cahoon, “Breast Cancer Detection Using Image Processing Techniques”, 2000 IEEE. [6] Carlos Andres Pena-Reyes, Moshe Sipper, “A fuzzy-genetic approach to breast cancer diagnosis” Artificial Intelligence in Medicine, vol.17, 1999. pp. 131-155. [7] Devesh D. Nawgaje and Dr. Rajendra D. Kanphade, “Comparision of Various Neural Networks For Diagnosis of Breast Cancer”, International Transactions on Electrical, Electronics and Communication Engineering, Vol. 2, No.3, 2012. [8] Amin Einipour, “A Fuzzy-ACO Method for Detect Breast Cancer”, Global Journal of Health Science Vol. 3, No. 2; October 2011. [9] Shweta Agarwal, “A Review Paper of Edge Detection Using Ant Colony Optimization Techniques”, International Journal of Latest Research in Science and Technology ISSN (Online):2278-5299 Vol.1,Issue 2 :Page No.120-123 July . August (2012). [10] Charu Gupta, Sunanda Gupta, “Edge Detection of an Image based on Ant Colony Optimization Technique”, International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064, Volume 2 Issue 6, June 2013. [11] Jing Tian, Weiyu Yu, and Shengli Xie “An Ant Colony Optimization Algorithm For Image Edge Detection”, 2008 IEEE. [12] A. Amali Asha, S.P. Victor, A. Lourdusamy , “Feature Extraction in Medical Image using Ant Colony Optimization : A Study”, International Journal on Computer Science and Engineering (IJCSE), ISSN : 0975-3397 Vol. 3 No. 2 Feb 2011. [13] R. Seidlová, J. Poživil, “Implementation of Ant Colony Algorithms in Matlab”. [14] Devesh D. Nawgaje,Dr. Rajendra D. Kanphade, “Genetic Algorithm Based Mammogram Image Segmentation and Its Hardware Implementation using Digital Signal Processor”.
  • 5. Varsha Patankar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 5), April 2014, pp.52-56 www.ijera.com 56 | P a g e [15] Devesh D. Nawgaje, Dr. Rajendra D.Kanphade, Santosh B.Patil, “Fuzzy Logic Based Detection of Suspicious Masses in Mammograms”, International Conference On “Computational Intelligence Applications” -2010, 03-05 March 2010. [16] Vineet Saini, Rajnish Garg, “A Comparative Analysis on Edge Detection Techniques Used in Image Processing”, IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN : 2278-2834 Volume 1, Issue 2 (May-June 2012), PP 56- 59. [17] G.Padmavathi, P.Subashini, P.K.Lavanya, “Performance evaluation of the various edge detectors and filters for the noisy IR images”. [18] Raman Maini, Dr. Himanshu Aggarwal, “Study and Comparison of Various Image Edge Detection Techniques”, International Journal of Image Processing (IJIP), Volume (3) : Issue (1). [19] Laurence Aroquiaraj, K. Thangavel, “Mammogram Edge Detection Using Hybrid Soft Computing Methods”.