SlideShare a Scribd company logo
Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11
www.ijera.com 7 | P a g e
Preprocessing Techniques for Image Mining on Biopsy Images
Ms. Nikita Ramrakhiani1
, Mrs. Shoba Krishnan2
1
Department of Electronics & Telecommunication, Mumbai University, Chembur
2
Department of Electronics & Telecommunication, Mumbai University, Chembur
ABSTRACT
Biomedical imaging has been undergoing rapid technological advancements over the last several decades and
has seen the development of many new applications. A single Image can give all the details about an organ from
the cellular level to the whole-organ level. Biomedical imaging is becoming increasingly important as an
approach to synthesize, extract and translate useful information from large multidimensional databases
accumulated in research frontiers such as functional genomics, proteomics, and functional imaging. To fulfill
this approach Image Mining can be used. Image Mining will bridge this gap to extract and translate semantically
meaningful information from biomedical images and apply it for testing and detecting any anomaly in the target
organ. The essential component in image mining is identifying similar objects in different images and finding
correlations in them. Integration of Image Mining and Biomedical field can result in many real world
applications
Keywords - Biomedical Imaging, Data Mining, Image Mining, Image Mining Application, Image Retrieva,
Preprocessing
I. INTRODUCTION
Biomedical Imaging is the science and the
branch of medicine concerned with the development
and use of imaging devices and techniques to obtain
internal anatomic images and to provide biochemical
and physiological analysis of tissues and organs.
Biomedical Imaging concentrates on the capture of
images for both, diagnostic and therapeutic purposes.
Recent progress in developing refining the techniques
and tools for medical imaging, coupled with ever
increasing power and cost effectiveness of
computational platforms and mass storage, has led to
tremendous progress research and clinical biomedical
imaging applications.
A single Image can give all the details about an
organ from the cellular level to the whole-organ
level. Biomedical imaging is becoming increasingly
important as an approach to synthesize, extract and
translate useful information from large
multidimensional databases accumulated in research
frontiers such as functional genomics, proteomics,
and functional imaging [2]. To fulfill this approach
Image Mining can be used.
Image mining is rapidly gaining attention in the
field of data mining, information retrieval and
multimedia databases because of its potential in
discovering useful image patterns based on color,
texture, shape and basic descriptors of any image [3].
Image Mining will bridge this gap to extract and
translate semantically meaningful information from
biomedical images and apply it for testing and
detecting any anomaly in the target organ. [4] The
essential component in image mining is identifying
similar objects in different images and finding
correlations in them. Integration of Image Mining
and Biomedical field can result in many real world
applications.
II. MERGER OF IMAGE MINING AND
BIOPSY IMAGES
There is an increase in incidence of health issues
which are very difficult to diagnose, especially in
developed countries. Though much less common,
these diseases prove fatal if not treated in time. There
are few diseases whose etiologies are not clear and
neither are the reasons for the increased number of
cases. For effective treatment of these diseases early
detection represents a very important. Existing
techniques of Biomedical Imaging do not provide
with immediate results. The current practice in
biomedical imaging involves presenting a 2D/3D
image data after suitable processing to a human who
carries out a qualitative assessment based on expert
judgment. Thus, these results are solely dependent on
human interpretations of the biomedical images.
After this, these images are archived for maintaining
records. The basic functioning of this system can be
seen in Fig.1
RESEARCH ARTICLE OPEN ACCESS
Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11
www.ijera.com 8 | P a g e
Fig.1 Basic Methodology for Mining Biopsy Images
Image mining system can help in reducing the
time lag with the results as well as dependency on
observations by naked human eye. Image Mining can
be applied for two applications on the created
database:
a. To query the database to extract images from
past cases which are related to the present case
b. To compare the features, patterns and properties
of the present case image, processed according to
the requirement, with the created database from
test images
Thus, integration of biomedical imaging and
image mining makes diagnostic process efficient and
swift. Detecting malignant tissue or cells at earliest
stage can go a long way for successful treatment.
Thus, collaboration between these two fields can
nullify various procedural and clinical variations that
affect the final diagnose.
III. PROCESS FOR IMAGE MINING
Image mining deals with the extraction of
implicit knowledge, image data relationship, or other
patterns not explicitly stored in the images and
between image and other alphanumeric data [3]. For
example, in the field of archaeology, many
photographs of various archeological sites have been
captured and stored as digital images [5].These
images, once mined, may reveal interesting patterns
that could shed some lights on the behavior of the
people living at that period of time.
Image mining of biopsy images deals with the
extraction of implicit knowledge, image data
relationship, or other patterns not explicitly stored in
the biopsy images and between input image of the
patient and other alphanumeric data. A minute
change in a pattern in the input image is of
significance in biopsy images. Low level computer
vision and image processing techniques cannot be
relied upon for images of such importance [3]. The
rudimentary steps in the process remain same which
are:
1. Image Retrieval
2. Preprocessing
3. Transformation and Feature Extraction
4. Data Mining
5. Interpretation and Evaluation
In this paper, we will study effects of various
preprocessing techniques on biopsy images.
IV. PREPROCESSING TECHNIQUES
FOR IMAGE MINING ON BIOPSY
IMAGES
The aim of preprocessing is an improvement of
image data that suppresses unwanted distortions or
enhances some image features important for further
processing and improve the manipulation of datasets
[6]. Image pre-processing can significantly increase
the reliability of an optical inspection. Several filter
operations which intensify or reduce certain image
details enable an easier or faster evaluation [7]
Some of the preprocessing techniques performed
were Segmentation, Gray Scale Modification,
Thresholding and Interpolation. [5] Gray scale
modification did not enhance biopsy images
satisfactorily whereas thresholding, segmentation and
interpolation enhanced required features in the same.
A. Image Retrieval
Image mining presents special characteristics due
to the richness of the data that an image can show.
Effective evaluation of the results of image mining
by content requires that the user point of view is used
on the performance parameters. Experiments with
color similarity mining by quantization on color
space and measures of likeness between a sample and
the image results have been carried out to illustrate
the proposed scheme. For identifying minutest of
defect or anomaly on a cellular level, we need to
divide the digitalized biopsy image in three color
planes; RGB; i.e. we retrieve color based content
from each image. Images are divided into red, blue
and green planes and thresholding is performed on
each plane. Also, results were observed using bit
plane slicing technique but RGB planes were more
effective in highlighting details in a cell [11].
B. Interpolation
Changing the pixel dimensions of an image is
called resampling, which affects the display size of
an image. When an image is downsampled, there is a
decrease in the number of pixels in the image, i.e.
information is deleted from the image. When an
image is upsampled, there is an increase in the
number of pixels in the image, i.e. new pixels are
added based on color values of existing pixels. There
are three different techniques used for resampling [8]:
a. Nearest neighbor - This interpolation
determines the grey level from the closest pixel
Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11
www.ijera.com 9 | P a g e
to the specified input coordinates, and assigns
that value to the output coordinates. Or simply
said, NN uses the digital value from the pixel in
the original image which is nearest to the new
pixel location in the corrected image. This
method is considered the most efficient in terms
of computation time.
b. Bilinear Interpolation - This determines the
grey level from the weighted average of the four
closest pixels to the specified input coordinates,
and assigns that value to the output coordinates,
or BI takes a weighted average of 4 pixels in the
original image nearest to the new pixel location.
This method generates an image of smoother
appearance than nearest neighbor, but the grey
level values are altered in the process, resulting
in blurring or loss of image resolution
(equivalent to a low pass filtering). The image is
less ―blocky‖ but linear features still remain
sharp [10].
c. Cubic Interpolation - Cubic convolution
determines the grey level from the weighted
average of the 16 closest pixels to the specified
input coordinates, and assigns that value to the
output coordinates or CC calculates a distance
weighted average of a block of 16 pixels from
the original image which surround the new
output pixel location. As with bilinear
interpolation this method results in completely
new pixel values. The image is theoretically
slightly sharper than that produced by bilinear
interpolation, and it does not have the disjointed
appearance produced by nearest neighbor
interpolation. Cubic convolution requires about
10 times the computation time required by the
nearest neighbor method.
C. Thresholding and Segmentation
Feature selection and extraction is next step after
pre-processing in the process of Image Mining. The
approach here is to mine from Images – to extract
patterns and derive knowledge from large collections
of images, deals mainly with identification and
extraction of unique features for a particular domain.
Even if there are various features available, the aim is
to identify the best features and thereby extract
relevant information from the images. For this
purpose, it is necessary to segment the biopsy image.
For our application, we segment images into regions
identifiable by region descriptors (blobs).
The basic idea of image segmentation is to group
individual pixels (dots in the image) together into
regions if they are similar. Similar can mean they are
the same intensity, form a texture, line up in a row,
create a shape, etc. There are many techniques
available for 147 image segmentation, and they vary
in complexity, power, and area of application.
Image thresholding sets the pixels in the image
to one or zero; it works as a binarization technique. In
biomedical application, thresholding is performed to
group similar cells, which increases the probability of
detecting any anomaly between them [12]. Generally,
histogram shape based thresholding methods are
applied for biomedical purposes. But, for our
application, differentiating between background and
foreground matter of a cell is of significance than the
curvature or peaks of the biopsy image. This was
achieved with clustering based thresholding
techniques. Otsu’s method is applied on these biopsy
images and background and foreground are
differentiated with minimum variance between the
pixels. The results for the same are given in section
V.
V. RESULTS
To study the effects of preprocessing techniques
effectively, we performed all the above mentioned
techniques on renal as well as lung biopsy samples.
The biopsy images are first stained with Sirius Red
technique, the best possible stain for collagen
histochemistry, before converting them to digital
format. In bright-field microscopy of renal biopsy,
collagens are red on a pale yellow, while nuclei are
ideally black but may often be gray or brown. A
conclusion might elaborate on the importance of the
work or suggest applications and extensions.
A. Results for Interpolation on Renal Biopsy
Initially, before proceeding for preprocessing on
the renal biopsy images, we retrieve on the basis of
their content; i.e. red, blue and green planes. These
three planes were further processed individually for
precise results these three planes can be seen in Fig.2
(a), (b), (c).
Fig.2 (a) Red Plane Image of Renal biopsy sample
Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11
www.ijera.com 10 | P a g e
Fig.2 (b) Green Plane Image of Renal biopsy sample
Fig.2 (c) Blue Plane Image of Renal biopsy sample
A. Results for Interpolation on Renal Biopsy
Bicubic Interpolation was performed on the
input image of both the tissues. Bicubic convolution
determines the grey level from the weighted average
of the 16 closest pixels to the specified input
coordinates, and assigns that value to the output
coordinates or BC calculates a distance weighted
average of a block of 16 pixels from the original
image which surround the new output pixel location.
The image is theoretically slightly sharper than
that produced by bilinear interpolation (although this
statement is not confirmed by our experiments), and
it does not have the disjointed appearance produced
by nearest neighbor interpolation. Cubic convolution
requires about 10 times the computation time
required by the nearest neighbor method It was
observed that renal image gave better results with this
interpolation while lung tissue was more accurate
with Cubic interpolation. The results of the same can
be seen in Fig.3.
Fig.3 Result for Interpolation on Renal biopsy
sample
A. Results for Thresholding on Renal Biopsy
On the renal biopsy tissue, we performed Otsu
thresholding, i.e. after converting it to a Gray image.
Conversion to Gray Image is necessary to enhance
the contrast in these images. As required, we divided
the image on the basis of plasma and sub-cellular
components of the renal tissue. [9] Background was
assigned higher value pixels and foreground was
assigned lower value pixels. These results are as
shown:
Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com
ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11
www.ijera.com 11 | P a g e
Fig.4. Result for Thresholding on Renal biopsy
sample
VI. CONCLUSIONS
In the initial stage of the project, we
implemented Preprocessing techniques like Bicubic
Interpolation, Cubic Interpolation on various tissues
images and analyzed the results for the same. For our
future work, we will perform Segmentation Square
Characterization to divide the images into 37X37
pixel size and perform data mining and feature
extraction on each part. With this analysis, further in
the second stage of the project a database has to be
created for these features of the processed images. It
was concluded from the initial stage that efficiency of
preprocessing techniques vary for biopsy samples.
Plane Slicing technique was eliminated due to its less
accuracy and Bicubic Interpolation was selected for
future work.
For further research, a total of 30 images will be
collected for training phase and features like Entropy,
Mean, Edge, Correlation and Second Angular
Moment are to be extracted. These extracted features
will be compared through Decision Tree Algorithm
for detection of fatal diseases as well as minor issues
or defects.
REFERENCES
Journal Papers:
[1] Ordonez, E. Omiecinski,‖Image mining: A
new approach for data mining,‖ Technical
Report GITCC-98-12,Georgia Institute of
Technology, College of Computing, 1998
[2] Henning Müller, Nicolas Michoux, David
Bandon, Antoine Geissbuhler, ―A review of
content-based image retrieval systems in
medical applications—clinical benefits and
future directions―, Service of Medical
Informatics, University Hospital of Geneva,
Rue Micheli-du-Crest 24, 1211 Geneva 14,
Switzerland, Jul-03
[3] H. Wynne, L.L Mong, and J. Zhang, ―Image
mining: trends and developments‖, Journal
of Intelligent Information Systems‖, 2002
[4] Mohamed. M.M.A. Salama, K.Rizkalla
―Application of Data Mining Techniques for
Medical Image Classification‖, Conference:
Proceedings of the Second International
Workshop on Multimedia Data Mining,
MDM/KDD'2001, August 26th, 2001
[5] Prabhjeet Kaur, Kamaljit Kaur, ―Review of
Different Existing Image Mining
Techniques‖, International Journal of
Advanced Research in Computer Science
and Software Engineering Research Paper,
Volume 4, Issue 6, June 2014
[6] A.Kannan, Dr.V.Mohan, Dr.N.Anbazhagan
―An Effective Method of Image Retrieval
using Image Mining Techniques‖, The
International journal of Multimedia & Its
Applications (IJMA) Vol.2, No.4, November
2010
[7] Er.Jyori Rani, Er.Sarabjeet Kaur, ‖Image
Restoration Using Various Methods and
Performance Using Various Parameters‖,
International Journal of Advanced Research
in Computer Science and Software
Engineering, Volume 4, Issue 1, January
2014
[8] Anthony Parker, Robert V Kenyon, Donald
E. Troxel. ―Comparison of Interpolating
Methods for Image Resampling‖, IEEE
Translations on Medical Imaging
[9] Mehmet Sezgin, Bulent Sankur, ―Survey
over image thresholding techniquesand
quantitative performance Evaluation‖,
Journal of Electronic Imaging, 13(1), 146–
165 (January2004).
Books:
[10] Sumeet Dua, Rajendra Acharya U, Data
Mining in Biomedical Imaging, Signaling,
and Systems
[11] William R. Hendee, E. Russell Ritenour,
Medical Imaging Physics
[12] Michael Brenner, John Tony, Peter
Weinberger, The Computational Challenges
of Medical Imagin.

More Related Content

What's hot

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 Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
IJMER
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET Journal
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifier
srilaxmi524
 
P045058186
P045058186P045058186
P045058186
IJERA Editor
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
eSAT Publishing House
 
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Dr. Amarjeet Singh
 
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
IJECEIAES
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
ijtsrd
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
eSAT Journals
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET Journal
 
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
csandit
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
IRJET Journal
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET Journal
 
93202101
9320210193202101
93202101
IJRAT
 
IRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
IRJET- An Improvised Multi Focus Image Fusion Algorithm through QuadtreeIRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
IRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
IRJET Journal
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clustering
eSAT Journals
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET Journal
 

What's hot (20)

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 Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR ImagesA Review on Brain Disorder Segmentation in MR Images
A Review on Brain Disorder Segmentation in MR Images
 
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET-  	  Retinal Fundus Image Segmentation using Watershed AlgorithmIRJET-  	  Retinal Fundus Image Segmentation using Watershed Algorithm
IRJET- Retinal Fundus Image Segmentation using Watershed Algorithm
 
Sub1528
Sub1528Sub1528
Sub1528
 
Mri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifierMri brain image retrieval using multi support vector machine classifier
Mri brain image retrieval using multi support vector machine classifier
 
P045058186
P045058186P045058186
P045058186
 
Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
 
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
Development and Implementation of VLSI Reconfigurable Architecture for Gabor ...
 
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
Feature Extraction of Chest X-ray Images and Analysis Using PCA and kPCA
 
Lung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image ProcessingLung Cancer Detection on CT Images by using Image Processing
Lung Cancer Detection on CT Images by using Image Processing
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
IRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review PaperIRJET- Lung Diseases using Deep Learning: A Review Paper
IRJET- Lung Diseases using Deep Learning: A Review Paper
 
15ICRASE130513 (1)
15ICRASE130513 (1)15ICRASE130513 (1)
15ICRASE130513 (1)
 
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
INVESTIGATION THE EFFECT OF USING GRAY LEVEL AND RGB CHANNELS ON BRAIN TUMOR ...
 
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
Analysis of Digital Image Forgery Detection using Adaptive Over-Segmentation ...
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
 
93202101
9320210193202101
93202101
 
IRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
IRJET- An Improvised Multi Focus Image Fusion Algorithm through QuadtreeIRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
IRJET- An Improvised Multi Focus Image Fusion Algorithm through Quadtree
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clustering
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT Images
 

Viewers also liked

Image pre processing - local processing
Image pre processing - local processingImage pre processing - local processing
Image pre processing - local processingAshish Kumar
 
Image pre processing
Image pre processingImage pre processing
Image pre processingAshish Kumar
 
IMAGE SEGMENTATION.
IMAGE SEGMENTATION.IMAGE SEGMENTATION.
IMAGE SEGMENTATION.
Tawose Olamide Timothy
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating Technique
IJERA Editor
 
Primary Screeningof Substanceswith Potential Antitumor Activity
Primary Screeningof Substanceswith Potential Antitumor ActivityPrimary Screeningof Substanceswith Potential Antitumor Activity
Primary Screeningof Substanceswith Potential Antitumor Activity
IJERA Editor
 
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
IJERA Editor
 
Comparative study on two kinds of finite element analysis of PBL shear connec...
Comparative study on two kinds of finite element analysis of PBL shear connec...Comparative study on two kinds of finite element analysis of PBL shear connec...
Comparative study on two kinds of finite element analysis of PBL shear connec...
IJERA Editor
 
To Reduce the Pollution from the Earth which is exhausted By Vehicles?
To Reduce the Pollution from the Earth which is exhausted By Vehicles?To Reduce the Pollution from the Earth which is exhausted By Vehicles?
To Reduce the Pollution from the Earth which is exhausted By Vehicles?
IJERA Editor
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERF
IJERA Editor
 
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
IJERA Editor
 
Physicochemical Evaluation of Flaxseed-Date Bar
Physicochemical Evaluation of Flaxseed-Date BarPhysicochemical Evaluation of Flaxseed-Date Bar
Physicochemical Evaluation of Flaxseed-Date Bar
IJERA Editor
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERF
IJERA Editor
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
IJERA Editor
 
A Synchronizing Devicefor Power Electronic Converters
A Synchronizing Devicefor Power Electronic ConvertersA Synchronizing Devicefor Power Electronic Converters
A Synchronizing Devicefor Power Electronic Converters
IJERA Editor
 
A Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
A Simple Uhf Rfid Circularly-Polarized Reader Antenna DesignA Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
A Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
IJERA Editor
 
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
IJERA Editor
 
Cyclic Heating Effect on Hardness of Aluminum
Cyclic Heating Effect on Hardness of AluminumCyclic Heating Effect on Hardness of Aluminum
Cyclic Heating Effect on Hardness of Aluminum
IJERA Editor
 
Control of Suddenly Expanded Flow at Low Supersonic Mach Numbers
Control of Suddenly Expanded Flow at Low Supersonic Mach NumbersControl of Suddenly Expanded Flow at Low Supersonic Mach Numbers
Control of Suddenly Expanded Flow at Low Supersonic Mach Numbers
IJERA Editor
 
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
IJERA Editor
 

Viewers also liked (20)

Image pre processing - local processing
Image pre processing - local processingImage pre processing - local processing
Image pre processing - local processing
 
Image pre processing
Image pre processingImage pre processing
Image pre processing
 
IMAGE SEGMENTATION.
IMAGE SEGMENTATION.IMAGE SEGMENTATION.
IMAGE SEGMENTATION.
 
Optimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating TechniqueOptimized Design of an Alu Block Using Power Gating Technique
Optimized Design of an Alu Block Using Power Gating Technique
 
Primary Screeningof Substanceswith Potential Antitumor Activity
Primary Screeningof Substanceswith Potential Antitumor ActivityPrimary Screeningof Substanceswith Potential Antitumor Activity
Primary Screeningof Substanceswith Potential Antitumor Activity
 
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
The Comparative Study of Gray Model and Markov Model in Pavement Performance ...
 
Comparative study on two kinds of finite element analysis of PBL shear connec...
Comparative study on two kinds of finite element analysis of PBL shear connec...Comparative study on two kinds of finite element analysis of PBL shear connec...
Comparative study on two kinds of finite element analysis of PBL shear connec...
 
To Reduce the Pollution from the Earth which is exhausted By Vehicles?
To Reduce the Pollution from the Earth which is exhausted By Vehicles?To Reduce the Pollution from the Earth which is exhausted By Vehicles?
To Reduce the Pollution from the Earth which is exhausted By Vehicles?
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERF
 
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
Windows used in FIR Filters optimized for Far-side Stop band Attenuation (FSA...
 
Physicochemical Evaluation of Flaxseed-Date Bar
Physicochemical Evaluation of Flaxseed-Date BarPhysicochemical Evaluation of Flaxseed-Date Bar
Physicochemical Evaluation of Flaxseed-Date Bar
 
Modified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERFModified design for Full Swing SERF and High Speed SERF
Modified design for Full Swing SERF and High Speed SERF
 
E502032432
E502032432E502032432
E502032432
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
 
A Synchronizing Devicefor Power Electronic Converters
A Synchronizing Devicefor Power Electronic ConvertersA Synchronizing Devicefor Power Electronic Converters
A Synchronizing Devicefor Power Electronic Converters
 
A Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
A Simple Uhf Rfid Circularly-Polarized Reader Antenna DesignA Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
A Simple Uhf Rfid Circularly-Polarized Reader Antenna Design
 
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
Investigation &Comparative Study of Effectiveness of Adsorbent Synthesized fr...
 
Cyclic Heating Effect on Hardness of Aluminum
Cyclic Heating Effect on Hardness of AluminumCyclic Heating Effect on Hardness of Aluminum
Cyclic Heating Effect on Hardness of Aluminum
 
Control of Suddenly Expanded Flow at Low Supersonic Mach Numbers
Control of Suddenly Expanded Flow at Low Supersonic Mach NumbersControl of Suddenly Expanded Flow at Low Supersonic Mach Numbers
Control of Suddenly Expanded Flow at Low Supersonic Mach Numbers
 
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
Radix-2 Algorithms for realization of Type-II Discrete Sine Transform and Typ...
 

Similar to Preprocessing Techniques for Image Mining on Biopsy Images

A new approach for content-based image retrieval for medical applications usi...
A new approach for content-based image retrieval for medical applications usi...A new approach for content-based image retrieval for medical applications usi...
A new approach for content-based image retrieval for medical applications usi...
IJECEIAES
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET Journal
 
Lung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine LearningLung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine Learning
ijtsrd
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
IIRindia
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...
eSAT Journals
 
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
IOSR Journals
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET Journal
 
A survey on content based medical image retrieval for
A survey on content based medical image retrieval forA survey on content based medical image retrieval for
A survey on content based medical image retrieval for
eSAT Publishing House
 
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
 
Search System for Medical Images
Search System for Medical ImagesSearch System for Medical Images
Search System for Medical Images
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI Images
IJERA Editor
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
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 - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET Journal
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
eSAT Journals
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
Editor IJMTER
 

Similar to Preprocessing Techniques for Image Mining on Biopsy Images (20)

A new approach for content-based image retrieval for medical applications usi...
A new approach for content-based image retrieval for medical applications usi...A new approach for content-based image retrieval for medical applications usi...
A new approach for content-based image retrieval for medical applications usi...
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
Lung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine LearningLung Cancer Detection using Machine Learning
Lung Cancer Detection using Machine Learning
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...
 
A01110107
A01110107A01110107
A01110107
 
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
Detection of Cancer in Pap smear Cytological Images Using Bag of Texture Feat...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
 
A survey on content based medical image retrieval for
A survey on content based medical image retrieval forA survey on content based medical image retrieval for
A survey on content based medical image retrieval for
 
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
 
Search System for Medical Images
Search System for Medical ImagesSearch System for Medical Images
Search System for Medical Images
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Development and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI ImagesDevelopment and Comparison of Image Fusion Techniques for CT&MRI Images
Development and Comparison of Image Fusion Techniques for CT&MRI Images
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
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 - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 

Recently uploaded

Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
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
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
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
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
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
 
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
 
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
 

Recently uploaded (20)

Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
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
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
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
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
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...
 
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
 
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
 

Preprocessing Techniques for Image Mining on Biopsy Images

  • 1. Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11 www.ijera.com 7 | P a g e Preprocessing Techniques for Image Mining on Biopsy Images Ms. Nikita Ramrakhiani1 , Mrs. Shoba Krishnan2 1 Department of Electronics & Telecommunication, Mumbai University, Chembur 2 Department of Electronics & Telecommunication, Mumbai University, Chembur ABSTRACT Biomedical imaging has been undergoing rapid technological advancements over the last several decades and has seen the development of many new applications. A single Image can give all the details about an organ from the cellular level to the whole-organ level. Biomedical imaging is becoming increasingly important as an approach to synthesize, extract and translate useful information from large multidimensional databases accumulated in research frontiers such as functional genomics, proteomics, and functional imaging. To fulfill this approach Image Mining can be used. Image Mining will bridge this gap to extract and translate semantically meaningful information from biomedical images and apply it for testing and detecting any anomaly in the target organ. The essential component in image mining is identifying similar objects in different images and finding correlations in them. Integration of Image Mining and Biomedical field can result in many real world applications Keywords - Biomedical Imaging, Data Mining, Image Mining, Image Mining Application, Image Retrieva, Preprocessing I. INTRODUCTION Biomedical Imaging is the science and the branch of medicine concerned with the development and use of imaging devices and techniques to obtain internal anatomic images and to provide biochemical and physiological analysis of tissues and organs. Biomedical Imaging concentrates on the capture of images for both, diagnostic and therapeutic purposes. Recent progress in developing refining the techniques and tools for medical imaging, coupled with ever increasing power and cost effectiveness of computational platforms and mass storage, has led to tremendous progress research and clinical biomedical imaging applications. A single Image can give all the details about an organ from the cellular level to the whole-organ level. Biomedical imaging is becoming increasingly important as an approach to synthesize, extract and translate useful information from large multidimensional databases accumulated in research frontiers such as functional genomics, proteomics, and functional imaging [2]. To fulfill this approach Image Mining can be used. Image mining is rapidly gaining attention in the field of data mining, information retrieval and multimedia databases because of its potential in discovering useful image patterns based on color, texture, shape and basic descriptors of any image [3]. Image Mining will bridge this gap to extract and translate semantically meaningful information from biomedical images and apply it for testing and detecting any anomaly in the target organ. [4] The essential component in image mining is identifying similar objects in different images and finding correlations in them. Integration of Image Mining and Biomedical field can result in many real world applications. II. MERGER OF IMAGE MINING AND BIOPSY IMAGES There is an increase in incidence of health issues which are very difficult to diagnose, especially in developed countries. Though much less common, these diseases prove fatal if not treated in time. There are few diseases whose etiologies are not clear and neither are the reasons for the increased number of cases. For effective treatment of these diseases early detection represents a very important. Existing techniques of Biomedical Imaging do not provide with immediate results. The current practice in biomedical imaging involves presenting a 2D/3D image data after suitable processing to a human who carries out a qualitative assessment based on expert judgment. Thus, these results are solely dependent on human interpretations of the biomedical images. After this, these images are archived for maintaining records. The basic functioning of this system can be seen in Fig.1 RESEARCH ARTICLE OPEN ACCESS
  • 2. Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11 www.ijera.com 8 | P a g e Fig.1 Basic Methodology for Mining Biopsy Images Image mining system can help in reducing the time lag with the results as well as dependency on observations by naked human eye. Image Mining can be applied for two applications on the created database: a. To query the database to extract images from past cases which are related to the present case b. To compare the features, patterns and properties of the present case image, processed according to the requirement, with the created database from test images Thus, integration of biomedical imaging and image mining makes diagnostic process efficient and swift. Detecting malignant tissue or cells at earliest stage can go a long way for successful treatment. Thus, collaboration between these two fields can nullify various procedural and clinical variations that affect the final diagnose. III. PROCESS FOR IMAGE MINING Image mining deals with the extraction of implicit knowledge, image data relationship, or other patterns not explicitly stored in the images and between image and other alphanumeric data [3]. For example, in the field of archaeology, many photographs of various archeological sites have been captured and stored as digital images [5].These images, once mined, may reveal interesting patterns that could shed some lights on the behavior of the people living at that period of time. Image mining of biopsy images deals with the extraction of implicit knowledge, image data relationship, or other patterns not explicitly stored in the biopsy images and between input image of the patient and other alphanumeric data. A minute change in a pattern in the input image is of significance in biopsy images. Low level computer vision and image processing techniques cannot be relied upon for images of such importance [3]. The rudimentary steps in the process remain same which are: 1. Image Retrieval 2. Preprocessing 3. Transformation and Feature Extraction 4. Data Mining 5. Interpretation and Evaluation In this paper, we will study effects of various preprocessing techniques on biopsy images. IV. PREPROCESSING TECHNIQUES FOR IMAGE MINING ON BIOPSY IMAGES The aim of preprocessing is an improvement of image data that suppresses unwanted distortions or enhances some image features important for further processing and improve the manipulation of datasets [6]. Image pre-processing can significantly increase the reliability of an optical inspection. Several filter operations which intensify or reduce certain image details enable an easier or faster evaluation [7] Some of the preprocessing techniques performed were Segmentation, Gray Scale Modification, Thresholding and Interpolation. [5] Gray scale modification did not enhance biopsy images satisfactorily whereas thresholding, segmentation and interpolation enhanced required features in the same. A. Image Retrieval Image mining presents special characteristics due to the richness of the data that an image can show. Effective evaluation of the results of image mining by content requires that the user point of view is used on the performance parameters. Experiments with color similarity mining by quantization on color space and measures of likeness between a sample and the image results have been carried out to illustrate the proposed scheme. For identifying minutest of defect or anomaly on a cellular level, we need to divide the digitalized biopsy image in three color planes; RGB; i.e. we retrieve color based content from each image. Images are divided into red, blue and green planes and thresholding is performed on each plane. Also, results were observed using bit plane slicing technique but RGB planes were more effective in highlighting details in a cell [11]. B. Interpolation Changing the pixel dimensions of an image is called resampling, which affects the display size of an image. When an image is downsampled, there is a decrease in the number of pixels in the image, i.e. information is deleted from the image. When an image is upsampled, there is an increase in the number of pixels in the image, i.e. new pixels are added based on color values of existing pixels. There are three different techniques used for resampling [8]: a. Nearest neighbor - This interpolation determines the grey level from the closest pixel
  • 3. Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11 www.ijera.com 9 | P a g e to the specified input coordinates, and assigns that value to the output coordinates. Or simply said, NN uses the digital value from the pixel in the original image which is nearest to the new pixel location in the corrected image. This method is considered the most efficient in terms of computation time. b. Bilinear Interpolation - This determines the grey level from the weighted average of the four closest pixels to the specified input coordinates, and assigns that value to the output coordinates, or BI takes a weighted average of 4 pixels in the original image nearest to the new pixel location. This method generates an image of smoother appearance than nearest neighbor, but the grey level values are altered in the process, resulting in blurring or loss of image resolution (equivalent to a low pass filtering). The image is less ―blocky‖ but linear features still remain sharp [10]. c. Cubic Interpolation - Cubic convolution determines the grey level from the weighted average of the 16 closest pixels to the specified input coordinates, and assigns that value to the output coordinates or CC calculates a distance weighted average of a block of 16 pixels from the original image which surround the new output pixel location. As with bilinear interpolation this method results in completely new pixel values. The image is theoretically slightly sharper than that produced by bilinear interpolation, and it does not have the disjointed appearance produced by nearest neighbor interpolation. Cubic convolution requires about 10 times the computation time required by the nearest neighbor method. C. Thresholding and Segmentation Feature selection and extraction is next step after pre-processing in the process of Image Mining. The approach here is to mine from Images – to extract patterns and derive knowledge from large collections of images, deals mainly with identification and extraction of unique features for a particular domain. Even if there are various features available, the aim is to identify the best features and thereby extract relevant information from the images. For this purpose, it is necessary to segment the biopsy image. For our application, we segment images into regions identifiable by region descriptors (blobs). The basic idea of image segmentation is to group individual pixels (dots in the image) together into regions if they are similar. Similar can mean they are the same intensity, form a texture, line up in a row, create a shape, etc. There are many techniques available for 147 image segmentation, and they vary in complexity, power, and area of application. Image thresholding sets the pixels in the image to one or zero; it works as a binarization technique. In biomedical application, thresholding is performed to group similar cells, which increases the probability of detecting any anomaly between them [12]. Generally, histogram shape based thresholding methods are applied for biomedical purposes. But, for our application, differentiating between background and foreground matter of a cell is of significance than the curvature or peaks of the biopsy image. This was achieved with clustering based thresholding techniques. Otsu’s method is applied on these biopsy images and background and foreground are differentiated with minimum variance between the pixels. The results for the same are given in section V. V. RESULTS To study the effects of preprocessing techniques effectively, we performed all the above mentioned techniques on renal as well as lung biopsy samples. The biopsy images are first stained with Sirius Red technique, the best possible stain for collagen histochemistry, before converting them to digital format. In bright-field microscopy of renal biopsy, collagens are red on a pale yellow, while nuclei are ideally black but may often be gray or brown. A conclusion might elaborate on the importance of the work or suggest applications and extensions. A. Results for Interpolation on Renal Biopsy Initially, before proceeding for preprocessing on the renal biopsy images, we retrieve on the basis of their content; i.e. red, blue and green planes. These three planes were further processed individually for precise results these three planes can be seen in Fig.2 (a), (b), (c). Fig.2 (a) Red Plane Image of Renal biopsy sample
  • 4. Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11 www.ijera.com 10 | P a g e Fig.2 (b) Green Plane Image of Renal biopsy sample Fig.2 (c) Blue Plane Image of Renal biopsy sample A. Results for Interpolation on Renal Biopsy Bicubic Interpolation was performed on the input image of both the tissues. Bicubic convolution determines the grey level from the weighted average of the 16 closest pixels to the specified input coordinates, and assigns that value to the output coordinates or BC calculates a distance weighted average of a block of 16 pixels from the original image which surround the new output pixel location. The image is theoretically slightly sharper than that produced by bilinear interpolation (although this statement is not confirmed by our experiments), and it does not have the disjointed appearance produced by nearest neighbor interpolation. Cubic convolution requires about 10 times the computation time required by the nearest neighbor method It was observed that renal image gave better results with this interpolation while lung tissue was more accurate with Cubic interpolation. The results of the same can be seen in Fig.3. Fig.3 Result for Interpolation on Renal biopsy sample A. Results for Thresholding on Renal Biopsy On the renal biopsy tissue, we performed Otsu thresholding, i.e. after converting it to a Gray image. Conversion to Gray Image is necessary to enhance the contrast in these images. As required, we divided the image on the basis of plasma and sub-cellular components of the renal tissue. [9] Background was assigned higher value pixels and foreground was assigned lower value pixels. These results are as shown:
  • 5. Ms. Nikita Ramrakhiani Int. Journal of Engineering Research and Applications www.ijera.com ISSN: 2248-9622, Vol. 5, Issue 8, (Part - 3) August 2015, pp.07-11 www.ijera.com 11 | P a g e Fig.4. Result for Thresholding on Renal biopsy sample VI. CONCLUSIONS In the initial stage of the project, we implemented Preprocessing techniques like Bicubic Interpolation, Cubic Interpolation on various tissues images and analyzed the results for the same. For our future work, we will perform Segmentation Square Characterization to divide the images into 37X37 pixel size and perform data mining and feature extraction on each part. With this analysis, further in the second stage of the project a database has to be created for these features of the processed images. It was concluded from the initial stage that efficiency of preprocessing techniques vary for biopsy samples. Plane Slicing technique was eliminated due to its less accuracy and Bicubic Interpolation was selected for future work. For further research, a total of 30 images will be collected for training phase and features like Entropy, Mean, Edge, Correlation and Second Angular Moment are to be extracted. These extracted features will be compared through Decision Tree Algorithm for detection of fatal diseases as well as minor issues or defects. REFERENCES Journal Papers: [1] Ordonez, E. Omiecinski,‖Image mining: A new approach for data mining,‖ Technical Report GITCC-98-12,Georgia Institute of Technology, College of Computing, 1998 [2] Henning Müller, Nicolas Michoux, David Bandon, Antoine Geissbuhler, ―A review of content-based image retrieval systems in medical applications—clinical benefits and future directions―, Service of Medical Informatics, University Hospital of Geneva, Rue Micheli-du-Crest 24, 1211 Geneva 14, Switzerland, Jul-03 [3] H. Wynne, L.L Mong, and J. Zhang, ―Image mining: trends and developments‖, Journal of Intelligent Information Systems‖, 2002 [4] Mohamed. M.M.A. Salama, K.Rizkalla ―Application of Data Mining Techniques for Medical Image Classification‖, Conference: Proceedings of the Second International Workshop on Multimedia Data Mining, MDM/KDD'2001, August 26th, 2001 [5] Prabhjeet Kaur, Kamaljit Kaur, ―Review of Different Existing Image Mining Techniques‖, International Journal of Advanced Research in Computer Science and Software Engineering Research Paper, Volume 4, Issue 6, June 2014 [6] A.Kannan, Dr.V.Mohan, Dr.N.Anbazhagan ―An Effective Method of Image Retrieval using Image Mining Techniques‖, The International journal of Multimedia & Its Applications (IJMA) Vol.2, No.4, November 2010 [7] Er.Jyori Rani, Er.Sarabjeet Kaur, ‖Image Restoration Using Various Methods and Performance Using Various Parameters‖, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 4, Issue 1, January 2014 [8] Anthony Parker, Robert V Kenyon, Donald E. Troxel. ―Comparison of Interpolating Methods for Image Resampling‖, IEEE Translations on Medical Imaging [9] Mehmet Sezgin, Bulent Sankur, ―Survey over image thresholding techniquesand quantitative performance Evaluation‖, Journal of Electronic Imaging, 13(1), 146– 165 (January2004). Books: [10] Sumeet Dua, Rajendra Acharya U, Data Mining in Biomedical Imaging, Signaling, and Systems [11] William R. Hendee, E. Russell Ritenour, Medical Imaging Physics [12] Michael Brenner, John Tony, Peter Weinberger, The Computational Challenges of Medical Imagin.