SlideShare a Scribd company logo
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 5, Issue 4 (May. - Jun. 2013), PP 09-12
www.iosrjournals.org
www.iosrjournals.org 9 | Page
Detection of Malignancy in Digital Mammograms from
Segmented Breast Region Using Morphological Techniques
Prakash Bethapudi Member IEEE ¹, Dr. E. Srinivasa Reddy , Dr.Madhuri.P ³
1
(Assistant Professor, Computer Science and Engineering, GIT, GITAM UNIVERSITY, INDIA)
2
(Professor, Computer Science and Engineering, ACHARYA NAGARJUNA UNIVERSITY, INDIA)
³ (Consultant Radiologist, Mahatma Gandhi Cancer Hospital, Visakhapatnam, A.P, INDIA)
Abstract : Mammography is an efficient and contemporary option in diagnosing breast cancer among all ages
of women. Nevertheless, the radiologist’s has remarkable influence on revelation of the mammogram. It is a
difficult and challenging task in identifying the masses in the breast region of a digital mammography. The
proposed research intends to develop an image processing algorithm in identifying malignancy by using an
automated segmentation technique for mammogram. The proposed work deals with an approach for extracting
the malignant masses in mammograms for detection of breast cancer. The work proposed is based on the
following procedure: (a)Removing the noise and the background information. (b)Applying thresholding and
retrieving the largest region of interest (ROI). (c)Performing the morphological operations and extracting the
ROI and identifying the malignant mass from the screened images of the breast. This method was tested over
several images of various patients taken from a cancer hospital and implemented using Matlab code. Thus,
capable in executing the pre-processed image effectively and detected the segmentation region and identified
the malignant data for assessment.
Keywords - Malignancy , Mammogram, Morphological, ROI, Segmentation, Thresholding.
I. INTRODUCTION
Breast cancer is the most common form of cancer identified often in most of the women and is the major
cause of women mortality [1]. The Mortality rate can be decreased by increasing the number of cancers being
diagnosed. The mortality rate has been reduced remarkably in the past decade due increase in screening
programs [2]. Detection of breast cancer increase the survival rate whereas delayed diagnosis frequently brazen
out the patient to an unrecoverable stage and hence results in death [3]. Mammography is most efficient, effective
and reliable technique currently being used by most of the radiologist’s to detect breast cancer at various stages.
Computer aided detection and diagnosis are being used by most of the radiologists in detection of breast cancer
[4]. Digital mammography uses the DICOM data which is an image where all details of the patient such as Name,
Age, Gender, Address, Patient-ID, Date, Size(WL,WW) and frame are present on the image and are included in
the object classes. The DICOM formatted images which contains the details of the patient are more important for
the radiologists in performing their diagnosis. The features of masses in mammograms greatly vary in their size
and shapes. Based on these sizes and shapes the type of cancer Benign or Malignant is identified. The present
study is focused on image processing for segmentation of breast and detecting the type of cancer i.e., malignant
based on image Enhancement techniques and few morphological operations performed on the screened images.
This paper is organized as follows. Section II provides some information about mammogram segmentation.
Section III involves the techniques being used in this paper to identify the malignancy in the breast. Section IV
contains the experimental results of the techniques that are described in this paper. And the final section V
consists of conclusion and the further work information.
II. IMAGE SEGMENTATION
Segmentation is an Image Processing technique that is used in classifying the image into various
distinct regions which includes breast border [5], the nipple [6] and the pectoral muscle. Mammographic
segmentation is the process of dividing an image into multiple parts. This is typically used to identify objects or
other relevant information in digital images. A great variety of segmentation methods has been proposed. There
have been various approaches proposed to the task of segmenting the breast profile region in mammograms.
Some of these have focused on using threshold [7], gradients [8], modeling of the non-breast region of a
mammogram using a polynomial or active contours [9]. The following are few categories from available
techniques.
Threshold based segmentation: Here Histogram thresholding and slicing techniques are used to segment
the image. They may be applied directly to an image, but can also be combined with pre- and post-processing
techniques.
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using
Morphological Techniques
www.iosrjournals.org 10 | Page
• Edge based segmentation: With this technique, detected edges in an image are assumed to represent object
boundaries, and are used to identify these objects.
• Region based segmentation: An edge based technique may attempt to find the object boundaries and then
locate the object itself by filling them in, But a region based technique takes the opposite approach, by (e.g.)
starting in the middle of an object and then “growing” outward until it meets the object boundaries.
• Clustering techniques: Although clustering is sometimes used as a synonym for (agglomerative)
segmentation techniques, we use it here to denote techniques that are primarily used in exploratory data analysis
of high-dimensional measurement patterns. In this context, clustering methods attempt to group together patterns
that are similar in some sense. This goal is very similar to what we are attempting to do when we segment an
image, and indeed some clustering techniques can readily be applied for image segmentation.
• Matching: When we know what an object we wish to identify in an image (approximately) looks like, we
can use this knowledge to locate the object in an image. This approach to segmentation is called matching.
The image segmentation technique that is used in this paper is Threshold based image segmentation.
Thresholding is probably the most frequently used technique to segment an image. The thresholding operation is
a grey value remapping operation g defined by:
0 if v < t
g(v) =
1 if v ≥ t
Where v represents a grey value and t is the threshold value. Thresholding maps a grey-valued image to a binary
image. After the thresholding operation, the image has been segmented into two segments, identified by the pixel
values 0 and 1 respectively. Before starting the actual process, first convert the DICOM imageFig.1 (a) to “.jpg”
image Fig.1 (b). Remove the details such as name, age, gender, address, size, frame etc,. Those are available on
the screened image Fig.1 (a) and then start implementation on the image Fig.1 (b).
(a) (b)
Fig1. Converting DICOM image (a) to .jpg image (b) by removing all the details that are available on the image
III. TECHNIQUES USED
Noise Removal
Majority of acquired mammogram images consisting of noise which are visible and invisible are
filtered by using Gaussian Filtering approach. Gaussian filters are a class of linear smoothing filters with the
weights chosen according to the shape of a Gaussian function. The Gaussian smoothing filter is a very good
filter for removing noise drawn from a normal distribution! Gaussian functions have five properties that make
them particularly useful in early vision processing. These properties indicate that the Gaussian smoothing filters
are effective low-pass filters from the perspective of both the spatial and frequency domains, are efficient to
implement, and can be used effectively in practical vision applications.
Image Enhancement
Image enhancement is the process of adjusting digital images so that the results are more suitable for display
or further analysis. We remove noise or brighten an image, making it easier to identify key features. During
image acquisition such as scanner-induced artifacts, excessive background noise, scratches and dust artifacts
could influence the reliability of this algorithm. The mammogram presented in Fig.2 (a) has a highly non-uniform
background and very little contrast in the area above the core breast tissue region. So image enhancement is
required before segmentation and brightness is added to the image Fig.2 (b).
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using
Morphological Techniques
www.iosrjournals.org 11 | Page
Remove Background information
In order to remove the background information such as wedges and labels in the mammogram images, first
convert the grayscale or colour image to binary image by using threshold technique and morphological
operations. Thresholding is the simplest method of image segmentation. From a grayscale image, thresholding
can be used to create binary images. Fig. 2(c) shows a mammogram image after apply simple thresholding at
level 0. After the gray scale mammogram images are converted into binary, remove the noise or background
information from the binary image by removing all the smaller objects except the largest mammography part
Fig.2 (d). The algorithm steps to find artefacts and labels and to separate breast profile are as follows:
 Convert the mammogram into binary using threshold technique.
 Binary image objects are labelled and number of pixels in all objects is counted.
 All binary objects are cleaned except the largest one: breast profile (Fig. 2(d)). After which the
morphological operation to remove isolated pixels is applied.
 The resulting binary image is multiplied with the original mammogram image to get the final image without
artefacts.
a b c d
Fig.2 Image after applying Gaussian filter (a) and after adding brightness (b) image after applying
thresholding(c) and image after eliminating noise and selecting the largest mammographic region (d)
Perform Subtraction
Image subtraction or pixel subtraction is a process whereby the digital numeric value of one pixel or
whole image is subtracted from another image which makes the background disappear leaving only the target. It
simply compares the previous frame image with the current one. Image subtraction [10], is a tool for transient
object discovery and characterization, Z = imsubtract(X,Y) subtracts each element in array Y from the
corresponding element in array X and returns the difference in the corresponding element of the output
array Z. X and Y are real, non sparse numeric arrays of the same size and class, or Y is a double scalar. The
array returned, Z, has the same size and class as X unless X is logical, in which case Z is double. If X is an
integer array, elements of the output that exceed the range of the integer type are truncated, and fractional values
are rounded. In this paper I implemented subtraction on two images, the segmented image Fig.2 (d) and the
converted RGB image Fig.3 (a) and finally obtained the tumor that is present in the screened mammographic
image.
Perform Erosion
Erosion is one of two fundamental operations in morphological image processing from which all other
morphological operations are based. It was originally defined for binary images, later being extended
to grayscale images, and subsequently to complete lattices. The erosion [11], of f by a flat structuring element b
at any location (x, y) is defined as the minimum value of the image in the region coincident with b when the
origin of b is at (x, y). Therefore, the erosion at (x, y) of an image f by a structuring element b is given by:
f b(x,y) = min{f|(x+s,y+t)}
where, similarly to the correlation, x and y are incremented through all values required so that the origin of b
visits every pixel in f. That is, to find the erosion of f by b, we place the origin of the structuring element at
every pixel location in the image. The erosion is the minimum value of f from all values of f in the region of f
coincident with b. Erosion of a binary image f by a structuring element s (denoted f s) produces a new binary
image g = f s with ones in all locations (x,y) of a structuring element's origin at which that structuring
element s fits the input image f, i.e. g(x,y) = 1 is s fits f and 0 otherwise, repeating for all pixel coordinates (x,y).
Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using
Morphological Techniques
www.iosrjournals.org 12 | Page
Erosion removes small-scale details from a binary image but simultaneously reduces the size of regions of
interest, too.
IV. EXPERIMENTAL RESULTS
Malignancy in image
(a) (b) (c) (d)
Fig.3 The Resultant mammogram without any artifacts (a) and the result after performing image subtraction (b)
Original Image(c) , The resultant image after applying Erosion (d)
V. CONCLUSION AND FUTURE WORKS
Identifying the breast cancer is a challenging problem in medical image processing and medical field.
Digital mammograms on a particular segmentation algorithm make it difficult to identify breast cancer
accurately. The acquisition parameters also influence the quality of the image. Mammography segmentation
using techniques presented in this paper is efficient in getting the malignant breast cancer region, which help the
doctors to concentrate more on that particular region for examination and treatment. For the future work it may
be planned to develop an algorithm to acquire a smoother breast region for image pre-processing, study the
behavior of the breast, improve the edge detection and region segmentation algorithms which detect the
abnormalities in segmented images and produce more accurate results than existing methods for the detection of
breast cancer.
REFERENCES
[1]. R.A. Smith, "Epidemiology of breast cancer in a categorical course in physics,” Technical Aspects of Breast Imaging, 2nd ed., RSNA
publication, Oak Book, II, pp.21, 1993..
[2]. R. Peto, J. Boreham, M. Clarke, C. Davies., V. Beral, “UK and USA Breast cancer deaths down 25% in year 2000 at ages 20-69
years”, THE LANCET, Volume 355, Issue 9217, Page 1822, 20 May 2000.
[3]. Ranadhir Ghosh, Moumita Ghosh, John Yearwood, "A Modular Framework for Multi category feature selection in Digital
mammography", In Proceedings of the 12th
European Symposium On Artificial Neural Networks ESANN’2004, Bruges (Belgium),
pp. 175-180, 28-30 April 2004.
[4]. Armen Sahakyan, Hakop Sarukhanyan,“Segmentation of the Breast Region in Digital Mammograms and Detection of
Masses”,IJACSA,Volume.3,No.2,2012.
[5]. R.Chandrasekhar, and Y. Attikiouzel, “Automatic Breast Border Segmentation by Background Modelling and Subtraction”, in 5th
International Workshop on Digital Mammography (IWDM), (Yaffe M. ed.), Medical Physics Publishing, Madison, USA, pp. 560–
565.
[6]. R.Chandrasekhar, and Y. Attikiouzel, “A Simple Method for Automatically Locating the Nipple on Mammograms”, IEEE
Transaction on Medical Imaging, Vol. 16, pp.483-494,Oct. 1997
[7]. U.Bick,M.L.Giger,R.A.Schmidt,R.M.Nishikawa,D.E,Wolverton and K.Doi, “Automated Segmentation of Digitized
Mammograms,Academic Radiology, Vol.2,no.2,pp.1-9,1995
[8]. A.J. Mendez, P.J. Tahoces, M.J. Lado, M. Souto, J.L. Correa, and J.J. Vidal, J.J, “Automatic Detection of Breast Border and Nipple
in Digital Mammograms”, Computer Methods and Programs in Biomedicine, vol. 49, pp. 253–262, 1996.
[9]. M. A. Wirth, A. Stapinski, “Segmentation of the breast region in mammograms using active contours”, in Visual Communications
and Image Processing, pp.1995–2006.
[10]. R.Chandrasekhar,Y.Attikiouzel,“Breast border Segmentation by Background Modeling and Subtraction”M.J.Yaffe(Ed), Proceedings
of 5th
(IWDM) International Workshop on Digital Mammography,Medical Physics Publishing, Toronto, Canada, 2000,pp.560-565.
[11]. Yao Yao, “ Segmentation of Breast Cancer in Mammograms and Detection using Magnetic Resonance Imaging”

More Related Content

What's hot

Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
IOSR Journals
 
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
 
Brain tumor detection
Brain tumor detectionBrain tumor detection
Brain tumor detection
veeravallisatyamanas
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
IJBNT Journal
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationiaemedu
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
Roshini Vijayakumar
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approach
Sahil Prajapati
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
Editor IJMTER
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
eSAT Publishing House
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET Journal
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23Punit Karnani
 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
IJERA Editor
 
Az4102375381
Az4102375381Az4102375381
Az4102375381
IJERA Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
Myat Myint Zu Thin
 
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
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
MohammadRakib8
 

What's hot (19)

34 107-1-pb
34 107-1-pb34 107-1-pb
34 107-1-pb
 
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
 
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
 
Brain tumor detection
Brain tumor detectionBrain tumor detection
Brain tumor detection
 
Skin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing TechniqueSkin Cancer Recognition Using SVM Image Processing Technique
Skin Cancer Recognition Using SVM Image Processing Technique
 
Mri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentationMri brain tumour detection by histogram and segmentation
Mri brain tumour detection by histogram and segmentation
 
Brain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation pptBrain tumor detection using image segmentation ppt
Brain tumor detection using image segmentation ppt
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approach
 
A Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor DetectionA Survey on Segmentation Techniques Used For Brain Tumor Detection
A Survey on Segmentation Techniques Used For Brain Tumor Detection
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
 
research paper Ijetae 0812 23
research paper Ijetae 0812 23research paper Ijetae 0812 23
research paper Ijetae 0812 23
 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
 
Az4102375381
Az4102375381Az4102375381
Az4102375381
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
50120140503014
5012014050301450120140503014
50120140503014
 
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
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 

Viewers also liked

130729【let53全国研究大会】003.key
130729【let53全国研究大会】003.key130729【let53全国研究大会】003.key
130729【let53全国研究大会】003.keySei Sumi
 
J0335961
J0335961J0335961
J0335961
IOSR Journals
 
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...IOSR Journals
 
テスト分析 個人
テスト分析 個人テスト分析 個人
テスト分析 個人
Tomoaki Fukura
 
Mobile Networking and Ad hoc routing protocols validation
Mobile Networking and Ad hoc routing protocols validationMobile Networking and Ad hoc routing protocols validation
Mobile Networking and Ad hoc routing protocols validation
IOSR Journals
 
Performance analysis of Data Mining algorithms in Weka
Performance analysis of Data Mining algorithms in WekaPerformance analysis of Data Mining algorithms in Weka
Performance analysis of Data Mining algorithms in Weka
IOSR Journals
 
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
IOSR Journals
 
Dentsply maillefer dm 026-12 (1)
Dentsply maillefer dm 026-12 (1)Dentsply maillefer dm 026-12 (1)
Dentsply maillefer dm 026-12 (1)Tania Rosero Gomez
 
I0346067
I0346067I0346067
I0346067
IOSR Journals
 
F0443847
F0443847F0443847
F0443847
IOSR Journals
 
F0562023
F0562023F0562023
F0562023
IOSR Journals
 
День енергозбереження Вінниця
День енергозбереження ВінницяДень енергозбереження Вінниця
День енергозбереження Вінниця
Anastasia Lanina
 
F0411925
F0411925F0411925
F0411925
IOSR Journals
 
Security in MANET based on PKI using fuzzy function
Security in MANET based on PKI using fuzzy functionSecurity in MANET based on PKI using fuzzy function
Security in MANET based on PKI using fuzzy function
IOSR Journals
 
A middleware approach for high level overlay network
A middleware approach for high level overlay networkA middleware approach for high level overlay network
A middleware approach for high level overlay network
IOSR Journals
 
How To Create Your Own Info Product
How To Create Your Own Info ProductHow To Create Your Own Info Product
How To Create Your Own Info Product
believe52
 

Viewers also liked (20)

130729【let53全国研究大会】003.key
130729【let53全国研究大会】003.key130729【let53全国研究大会】003.key
130729【let53全国研究大会】003.key
 
J0335961
J0335961J0335961
J0335961
 
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...
Evaluation of Biocontrol agents against Lasiodiplodia theobromae causing Infl...
 
A0510108
A0510108A0510108
A0510108
 
テスト分析 個人
テスト分析 個人テスト分析 個人
テスト分析 個人
 
Mobile Networking and Ad hoc routing protocols validation
Mobile Networking and Ad hoc routing protocols validationMobile Networking and Ad hoc routing protocols validation
Mobile Networking and Ad hoc routing protocols validation
 
Performance analysis of Data Mining algorithms in Weka
Performance analysis of Data Mining algorithms in WekaPerformance analysis of Data Mining algorithms in Weka
Performance analysis of Data Mining algorithms in Weka
 
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
Detection of Session Hijacking and IP Spoofing Using Sensor Nodes and Cryptog...
 
Media genre
Media genreMedia genre
Media genre
 
Dentsply maillefer dm 026-12 (1)
Dentsply maillefer dm 026-12 (1)Dentsply maillefer dm 026-12 (1)
Dentsply maillefer dm 026-12 (1)
 
I0346067
I0346067I0346067
I0346067
 
F0443847
F0443847F0443847
F0443847
 
F0562023
F0562023F0562023
F0562023
 
День енергозбереження Вінниця
День енергозбереження ВінницяДень енергозбереження Вінниця
День енергозбереження Вінниця
 
Transport1
Transport1Transport1
Transport1
 
F0411925
F0411925F0411925
F0411925
 
Security in MANET based on PKI using fuzzy function
Security in MANET based on PKI using fuzzy functionSecurity in MANET based on PKI using fuzzy function
Security in MANET based on PKI using fuzzy function
 
A middleware approach for high level overlay network
A middleware approach for high level overlay networkA middleware approach for high level overlay network
A middleware approach for high level overlay network
 
How To Create Your Own Info Product
How To Create Your Own Info ProductHow To Create Your Own Info Product
How To Create Your Own Info Product
 
G0424249
G0424249G0424249
G0424249
 

Similar to Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques

Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
IIRindia
 
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
IIRindia
 
11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammogramsAlexander Decker
 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammogramsAlexander Decker
 
Pre-treatment and Segmentation of Digital Mammogram
Pre-treatment and Segmentation of Digital MammogramPre-treatment and Segmentation of Digital Mammogram
Pre-treatment and Segmentation of Digital Mammogram
IRJET Journal
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET Journal
 
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET-  	  Detection and Classification of Breast Cancer from Mammogram ImageIRJET-  	  Detection and Classification of Breast Cancer from Mammogram Image
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET Journal
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
ijtsrd
 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
IJERA Editor
 
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET Journal
 
A360108
A360108A360108
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
IRJET Journal
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
IRJET Journal
 
Analysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In HealthcareAnalysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In Healthcare
Pedro Craggett
 
Lq3519891992
Lq3519891992Lq3519891992
Lq3519891992
IJERA Editor
 
journals public
journals publicjournals public
journals public
rikaseorika
 
Computer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast CancerComputer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast Cancer
IJITCA Journal
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET Journal
 

Similar to Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques (20)

Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
 
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
Breast Tissue Identification in Digital Mammogram Using Edge Detection Techni...
 
11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms11.segmentation and feature extraction of tumors from digital mammograms
11.segmentation and feature extraction of tumors from digital mammograms
 
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms11.[37 46]segmentation and feature extraction of tumors from digital mammograms
11.[37 46]segmentation and feature extraction of tumors from digital mammograms
 
Pre-treatment and Segmentation of Digital Mammogram
Pre-treatment and Segmentation of Digital MammogramPre-treatment and Segmentation of Digital Mammogram
Pre-treatment and Segmentation of Digital Mammogram
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
IRJET-  	  Detection and Classification of Breast Cancer from Mammogram ImageIRJET-  	  Detection and Classification of Breast Cancer from Mammogram Image
IRJET- Detection and Classification of Breast Cancer from Mammogram Image
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...Comparison of Feature selection methods for diagnosis of cervical cancer usin...
Comparison of Feature selection methods for diagnosis of cervical cancer usin...
 
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...IRJET-  	  Detection of Breast Asymmetry by Active Contour Segmentation Techn...
IRJET- Detection of Breast Asymmetry by Active Contour Segmentation Techn...
 
A360108
A360108A360108
A360108
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
 
Ge2511241129
Ge2511241129Ge2511241129
Ge2511241129
 
Ge2511241129
Ge2511241129Ge2511241129
Ge2511241129
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
 
Analysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In HealthcareAnalysis Of Medical Image Processing And Its Application In Healthcare
Analysis Of Medical Image Processing And Its Application In Healthcare
 
Lq3519891992
Lq3519891992Lq3519891992
Lq3519891992
 
journals public
journals publicjournals public
journals public
 
Computer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast CancerComputer Aided System for Detection and Classification of Breast Cancer
Computer Aided System for Detection and Classification of Breast Cancer
 
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
IRJET- A Survey on Soft Computing Techniques for Early Detection of Breast Ca...
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 

Recently uploaded (20)

NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 

Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 5, Issue 4 (May. - Jun. 2013), PP 09-12 www.iosrjournals.org www.iosrjournals.org 9 | Page Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques Prakash Bethapudi Member IEEE ¹, Dr. E. Srinivasa Reddy , Dr.Madhuri.P ³ 1 (Assistant Professor, Computer Science and Engineering, GIT, GITAM UNIVERSITY, INDIA) 2 (Professor, Computer Science and Engineering, ACHARYA NAGARJUNA UNIVERSITY, INDIA) ³ (Consultant Radiologist, Mahatma Gandhi Cancer Hospital, Visakhapatnam, A.P, INDIA) Abstract : Mammography is an efficient and contemporary option in diagnosing breast cancer among all ages of women. Nevertheless, the radiologist’s has remarkable influence on revelation of the mammogram. It is a difficult and challenging task in identifying the masses in the breast region of a digital mammography. The proposed research intends to develop an image processing algorithm in identifying malignancy by using an automated segmentation technique for mammogram. The proposed work deals with an approach for extracting the malignant masses in mammograms for detection of breast cancer. The work proposed is based on the following procedure: (a)Removing the noise and the background information. (b)Applying thresholding and retrieving the largest region of interest (ROI). (c)Performing the morphological operations and extracting the ROI and identifying the malignant mass from the screened images of the breast. This method was tested over several images of various patients taken from a cancer hospital and implemented using Matlab code. Thus, capable in executing the pre-processed image effectively and detected the segmentation region and identified the malignant data for assessment. Keywords - Malignancy , Mammogram, Morphological, ROI, Segmentation, Thresholding. I. INTRODUCTION Breast cancer is the most common form of cancer identified often in most of the women and is the major cause of women mortality [1]. The Mortality rate can be decreased by increasing the number of cancers being diagnosed. The mortality rate has been reduced remarkably in the past decade due increase in screening programs [2]. Detection of breast cancer increase the survival rate whereas delayed diagnosis frequently brazen out the patient to an unrecoverable stage and hence results in death [3]. Mammography is most efficient, effective and reliable technique currently being used by most of the radiologist’s to detect breast cancer at various stages. Computer aided detection and diagnosis are being used by most of the radiologists in detection of breast cancer [4]. Digital mammography uses the DICOM data which is an image where all details of the patient such as Name, Age, Gender, Address, Patient-ID, Date, Size(WL,WW) and frame are present on the image and are included in the object classes. The DICOM formatted images which contains the details of the patient are more important for the radiologists in performing their diagnosis. The features of masses in mammograms greatly vary in their size and shapes. Based on these sizes and shapes the type of cancer Benign or Malignant is identified. The present study is focused on image processing for segmentation of breast and detecting the type of cancer i.e., malignant based on image Enhancement techniques and few morphological operations performed on the screened images. This paper is organized as follows. Section II provides some information about mammogram segmentation. Section III involves the techniques being used in this paper to identify the malignancy in the breast. Section IV contains the experimental results of the techniques that are described in this paper. And the final section V consists of conclusion and the further work information. II. IMAGE SEGMENTATION Segmentation is an Image Processing technique that is used in classifying the image into various distinct regions which includes breast border [5], the nipple [6] and the pectoral muscle. Mammographic segmentation is the process of dividing an image into multiple parts. This is typically used to identify objects or other relevant information in digital images. A great variety of segmentation methods has been proposed. There have been various approaches proposed to the task of segmenting the breast profile region in mammograms. Some of these have focused on using threshold [7], gradients [8], modeling of the non-breast region of a mammogram using a polynomial or active contours [9]. The following are few categories from available techniques. Threshold based segmentation: Here Histogram thresholding and slicing techniques are used to segment the image. They may be applied directly to an image, but can also be combined with pre- and post-processing techniques.
  • 2. Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques www.iosrjournals.org 10 | Page • Edge based segmentation: With this technique, detected edges in an image are assumed to represent object boundaries, and are used to identify these objects. • Region based segmentation: An edge based technique may attempt to find the object boundaries and then locate the object itself by filling them in, But a region based technique takes the opposite approach, by (e.g.) starting in the middle of an object and then “growing” outward until it meets the object boundaries. • Clustering techniques: Although clustering is sometimes used as a synonym for (agglomerative) segmentation techniques, we use it here to denote techniques that are primarily used in exploratory data analysis of high-dimensional measurement patterns. In this context, clustering methods attempt to group together patterns that are similar in some sense. This goal is very similar to what we are attempting to do when we segment an image, and indeed some clustering techniques can readily be applied for image segmentation. • Matching: When we know what an object we wish to identify in an image (approximately) looks like, we can use this knowledge to locate the object in an image. This approach to segmentation is called matching. The image segmentation technique that is used in this paper is Threshold based image segmentation. Thresholding is probably the most frequently used technique to segment an image. The thresholding operation is a grey value remapping operation g defined by: 0 if v < t g(v) = 1 if v ≥ t Where v represents a grey value and t is the threshold value. Thresholding maps a grey-valued image to a binary image. After the thresholding operation, the image has been segmented into two segments, identified by the pixel values 0 and 1 respectively. Before starting the actual process, first convert the DICOM imageFig.1 (a) to “.jpg” image Fig.1 (b). Remove the details such as name, age, gender, address, size, frame etc,. Those are available on the screened image Fig.1 (a) and then start implementation on the image Fig.1 (b). (a) (b) Fig1. Converting DICOM image (a) to .jpg image (b) by removing all the details that are available on the image III. TECHNIQUES USED Noise Removal Majority of acquired mammogram images consisting of noise which are visible and invisible are filtered by using Gaussian Filtering approach. Gaussian filters are a class of linear smoothing filters with the weights chosen according to the shape of a Gaussian function. The Gaussian smoothing filter is a very good filter for removing noise drawn from a normal distribution! Gaussian functions have five properties that make them particularly useful in early vision processing. These properties indicate that the Gaussian smoothing filters are effective low-pass filters from the perspective of both the spatial and frequency domains, are efficient to implement, and can be used effectively in practical vision applications. Image Enhancement Image enhancement is the process of adjusting digital images so that the results are more suitable for display or further analysis. We remove noise or brighten an image, making it easier to identify key features. During image acquisition such as scanner-induced artifacts, excessive background noise, scratches and dust artifacts could influence the reliability of this algorithm. The mammogram presented in Fig.2 (a) has a highly non-uniform background and very little contrast in the area above the core breast tissue region. So image enhancement is required before segmentation and brightness is added to the image Fig.2 (b).
  • 3. Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques www.iosrjournals.org 11 | Page Remove Background information In order to remove the background information such as wedges and labels in the mammogram images, first convert the grayscale or colour image to binary image by using threshold technique and morphological operations. Thresholding is the simplest method of image segmentation. From a grayscale image, thresholding can be used to create binary images. Fig. 2(c) shows a mammogram image after apply simple thresholding at level 0. After the gray scale mammogram images are converted into binary, remove the noise or background information from the binary image by removing all the smaller objects except the largest mammography part Fig.2 (d). The algorithm steps to find artefacts and labels and to separate breast profile are as follows:  Convert the mammogram into binary using threshold technique.  Binary image objects are labelled and number of pixels in all objects is counted.  All binary objects are cleaned except the largest one: breast profile (Fig. 2(d)). After which the morphological operation to remove isolated pixels is applied.  The resulting binary image is multiplied with the original mammogram image to get the final image without artefacts. a b c d Fig.2 Image after applying Gaussian filter (a) and after adding brightness (b) image after applying thresholding(c) and image after eliminating noise and selecting the largest mammographic region (d) Perform Subtraction Image subtraction or pixel subtraction is a process whereby the digital numeric value of one pixel or whole image is subtracted from another image which makes the background disappear leaving only the target. It simply compares the previous frame image with the current one. Image subtraction [10], is a tool for transient object discovery and characterization, Z = imsubtract(X,Y) subtracts each element in array Y from the corresponding element in array X and returns the difference in the corresponding element of the output array Z. X and Y are real, non sparse numeric arrays of the same size and class, or Y is a double scalar. The array returned, Z, has the same size and class as X unless X is logical, in which case Z is double. If X is an integer array, elements of the output that exceed the range of the integer type are truncated, and fractional values are rounded. In this paper I implemented subtraction on two images, the segmented image Fig.2 (d) and the converted RGB image Fig.3 (a) and finally obtained the tumor that is present in the screened mammographic image. Perform Erosion Erosion is one of two fundamental operations in morphological image processing from which all other morphological operations are based. It was originally defined for binary images, later being extended to grayscale images, and subsequently to complete lattices. The erosion [11], of f by a flat structuring element b at any location (x, y) is defined as the minimum value of the image in the region coincident with b when the origin of b is at (x, y). Therefore, the erosion at (x, y) of an image f by a structuring element b is given by: f b(x,y) = min{f|(x+s,y+t)} where, similarly to the correlation, x and y are incremented through all values required so that the origin of b visits every pixel in f. That is, to find the erosion of f by b, we place the origin of the structuring element at every pixel location in the image. The erosion is the minimum value of f from all values of f in the region of f coincident with b. Erosion of a binary image f by a structuring element s (denoted f s) produces a new binary image g = f s with ones in all locations (x,y) of a structuring element's origin at which that structuring element s fits the input image f, i.e. g(x,y) = 1 is s fits f and 0 otherwise, repeating for all pixel coordinates (x,y).
  • 4. Detection of Malignancy in Digital Mammograms from Segmented Breast Region Using Morphological Techniques www.iosrjournals.org 12 | Page Erosion removes small-scale details from a binary image but simultaneously reduces the size of regions of interest, too. IV. EXPERIMENTAL RESULTS Malignancy in image (a) (b) (c) (d) Fig.3 The Resultant mammogram without any artifacts (a) and the result after performing image subtraction (b) Original Image(c) , The resultant image after applying Erosion (d) V. CONCLUSION AND FUTURE WORKS Identifying the breast cancer is a challenging problem in medical image processing and medical field. Digital mammograms on a particular segmentation algorithm make it difficult to identify breast cancer accurately. The acquisition parameters also influence the quality of the image. Mammography segmentation using techniques presented in this paper is efficient in getting the malignant breast cancer region, which help the doctors to concentrate more on that particular region for examination and treatment. For the future work it may be planned to develop an algorithm to acquire a smoother breast region for image pre-processing, study the behavior of the breast, improve the edge detection and region segmentation algorithms which detect the abnormalities in segmented images and produce more accurate results than existing methods for the detection of breast cancer. REFERENCES [1]. R.A. Smith, "Epidemiology of breast cancer in a categorical course in physics,” Technical Aspects of Breast Imaging, 2nd ed., RSNA publication, Oak Book, II, pp.21, 1993.. [2]. R. Peto, J. Boreham, M. Clarke, C. Davies., V. Beral, “UK and USA Breast cancer deaths down 25% in year 2000 at ages 20-69 years”, THE LANCET, Volume 355, Issue 9217, Page 1822, 20 May 2000. [3]. Ranadhir Ghosh, Moumita Ghosh, John Yearwood, "A Modular Framework for Multi category feature selection in Digital mammography", In Proceedings of the 12th European Symposium On Artificial Neural Networks ESANN’2004, Bruges (Belgium), pp. 175-180, 28-30 April 2004. [4]. Armen Sahakyan, Hakop Sarukhanyan,“Segmentation of the Breast Region in Digital Mammograms and Detection of Masses”,IJACSA,Volume.3,No.2,2012. [5]. R.Chandrasekhar, and Y. Attikiouzel, “Automatic Breast Border Segmentation by Background Modelling and Subtraction”, in 5th International Workshop on Digital Mammography (IWDM), (Yaffe M. ed.), Medical Physics Publishing, Madison, USA, pp. 560– 565. [6]. R.Chandrasekhar, and Y. Attikiouzel, “A Simple Method for Automatically Locating the Nipple on Mammograms”, IEEE Transaction on Medical Imaging, Vol. 16, pp.483-494,Oct. 1997 [7]. U.Bick,M.L.Giger,R.A.Schmidt,R.M.Nishikawa,D.E,Wolverton and K.Doi, “Automated Segmentation of Digitized Mammograms,Academic Radiology, Vol.2,no.2,pp.1-9,1995 [8]. A.J. Mendez, P.J. Tahoces, M.J. Lado, M. Souto, J.L. Correa, and J.J. Vidal, J.J, “Automatic Detection of Breast Border and Nipple in Digital Mammograms”, Computer Methods and Programs in Biomedicine, vol. 49, pp. 253–262, 1996. [9]. M. A. Wirth, A. Stapinski, “Segmentation of the breast region in mammograms using active contours”, in Visual Communications and Image Processing, pp.1995–2006. [10]. R.Chandrasekhar,Y.Attikiouzel,“Breast border Segmentation by Background Modeling and Subtraction”M.J.Yaffe(Ed), Proceedings of 5th (IWDM) International Workshop on Digital Mammography,Medical Physics Publishing, Toronto, Canada, 2000,pp.560-565. [11]. Yao Yao, “ Segmentation of Breast Cancer in Mammograms and Detection using Magnetic Resonance Imaging”