SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 9, Issue 9 (January 2014), PP. 30-34

Medical Image Retrieval – Performance Comparison using
Texture Features
Harishchandra Hebbar 1, Sumanth Mushigeri 2, Niranjan U C 3
1
2

School of Information Sciences, Manipal University, Manipal.
School of Information Sciences, Manipal University, Manipal
3
Manipal Dot Net, Manipal.

Abstract:- Image retrieval is a specialized search to find images of interest. User may give a keyword, sketch or
image itself to image search engine to retrieve back relatively similar images from the already stored image
database. The similarity used as the search criteria could be based on features such as text, tag, color distribution
of images (histogram), texture, shape, etc. The limitation of the text based retrieval is subjected to human
interpretation of the mages in the form of combination of few texts/ key words. This is a very cumbersome
process and could be highly error prone also. However, when it comes to medical images low level features of
the image are more important than the semantics of the images. The low level features generally include color,
texture and shape. The extraction of these features needs to be done for every image and to be pre-stored in the
database to retrieve the images quickly. The retrieval method based on the content is known as Content Based
Image Retrieval (CBIR).
Keywords: - CBIR, GLCM, Contrast, Dissimilarity, Homogeneity, Angular Second Moment, Entropy,
Precision, Recall, Retrieval time.

I.

INTRODUCTION

Diagnostics will be the hardest and most important application of image retrieval. To be used as
diagnostic aid, the algorithms need to prove their performance and they need to be accepted by clinicians as a
useful tool. This also implies that integration of the systems into the daily clinical practice which will not be an
easy task. It is often very hard to change the practices which people are accustomed with. Confidence need to be
built. For domains such as evidence based medicine or case based reasoning it is essential to supply relevant,
similar cases for comparison.Most of the image retrieval techniques omit the relevance feedback in the system
even though it definitely improves the performance of the system. The argument being, medical doctors do not
have enough time. But if the system is interactive and responsive (preferred time is less than 1 sec), then there
should not be much problems in an expert making use of the system and marking the few images positive or
negative.Also the prospect of long term learning from this marking of images motivates people to use it. As
there are several solutions in image retrieval it is also interesting to study the effect of interfaces, ergonomics
and usability issues on the acceptance and use of the technology in clinical practice.

II.

PERFORMANCE MEASURES OF A CBIR SYSTEM

Researchers have developed variety of CBIR systems. However comparison of these developed
systems is not being carried out. People have used various performance measures such as error rate, retrieval
efficiency, Precision (P) and Recall (R) graphs. However the most common evaluation measures used in
Content Based Image Retrieval (CBIR) are Retrieval Time (tr), Precision (P) and Recall (R). Retrieval time is
defined as the time taken by the CBIR system to retrieve the similar images from the database to that of the
query image.
number of relevant items retrieved
number of items retrieved
number of relevant items retrieved
Recall =
number of relevant items
Precision =

30
Medical Image Retrieval – Performance Comparison using Texture Features
2.1 Defining relevant image set
Consider Figure 1, if image number 14 is the query image, then we define “relevant image set” as the
collection of images from 5 to 23 (if these images are similar or nearly similar) excluding 14. This results in a
set of totally 18 images.
5

6

7

8

9

Relevant Image set for the query image brain0014.jpg
10
11
12
13
14
15
16
17
18
19
20
Fig. 1. A Relevant Image set for the query image brain0014.jpg

21

22

23

Feature extraction

QueryImage

Feature comparison
Featuredatabase

Imagedatabase

Displayed image

Indexing & retrieval

Fig. 2. A general block diagram of Image Retrieval System
The Figure 2. shows the block diagram of a typical Image retrieval system. The query image is
selectable by the user and the feature extraction is done based on the method or algorithm being implemented. It
is also possible to extract the features dynamically but it takes more time for the retrieval of the images. The
retrieval time is reduced significantly by pre-storing the extracted features of all the images in the data base. In
our system this is stored as the .mat file. The number of images to be displayed can be indexed depending on the
user’s interest and convenience.

III.

IMAGE TEXTURE

In this article we discuss mainly two performance parameters namely Precision (P) and Recall (R)
based on the Gray Level Co-occurrence Matrix (GLCM).
All present day medical images used for the diagnosis purpose are digital. Study of these digital images
leads to identification of lesions to differentiation of healthy and non-healthy organs. The texture analysis is in
principle is a technique for evaluating the position and intensity of pixels in an image and their gray level
intensities. Texture features are in fact mathematical parameters computed from the distribution of pixels, which
characterize the texture type and the structure of the medical image. It contains structural arrangement of
surfaces and their relationship to the surrounding environment.
It is almost impossible to describe textures in words, although each human definition involves various
informal qualitative structural features, such as fineness, coarseness, smoothness, granularity, lineation,
directionality, roughness, regularity, randomness, and so on. These features, which define a spatial arrangement
of texture constituents, help to single out the desired texture types. It is difficult to use human classifications as a
basis for formal definitions of image textures, because, there is no obvious ways of associating these features,
easily perceived by human vision. However, after several decades of research and development of texture
analysis and synthesis, a variety of computational characteristics and properties for indexing and retrieving
textures have been found. The textural features describe local arrangements of image signals in the spatial
domain or the domain of Fourier or other spectral transforms. In many cases, the textural features follow from a
particular random field model of textured images (Castelli and Bergman, 2002).
The common practice to obtain texture based descriptors is to implement standard transform domain
analysis tools such as Fourier transform, Gabor filter, wavelet transforms or Stockwell filters on local image
blocks [1, 2, 4-6]. In addition, one can also derive the Haralick’s texture features such as energy, entropy,
coarseness, homogeneity and contrast from the local image neighborhood [3, 4, 5, 7, 8] or utilize linear system
approaches such as simultaneous autoregressive models [9]. In the medical domain, texture-based descriptors
become particularly important as they can potentially reflect the fine details contained within an image structure.
For example, cysts and solid nodules generally have uniform internal density and signal intensity characteristics,
while more complex lesions and infiltrative disorders have heterogeneous characteristics. Some texture features
may be below the threshold for humans to identify, and computers may be able to extract important texture and
pattern information that is not readily visible.

31
Medical Image Retrieval – Performance Comparison using Texture Features
Texture analysis can be carried out by techniques such as structural model based, Statistical and
transform methods. Statistical based approach is based on the representation of the texture using properties
governing the distribution and relationships of gray level values in the image. These methods normally achieve
higher discrimination indexes than the structural or transform methods. We have implemented Co-occurrence
method and extracted features such as Contrast, Dissimilarity, Homogeneity, Angular Second moment and
Entropy.Contrast represents the amount of local gray level variations in an image. High values of this parameter
may indicate the presence of edges, noise or wrinkled textures in an image.Homogeneity measures the
smoothness of the gray level distribution of the image. It is inversely correlated with contrast. If contrast is
small, homogeneity is large.Angular Second Moment is a measure of the uniformity of the gray level
distribution of the image. Images with smaller number of gray levels have larger uniformity. Entropy is the
degree of disorder among pixels in the image. Images with larger number of gray levels have larger entropy.

IV.

FEATURE EXTRACTION USING GRAY LEVEL CO-OCCURRENCE
MATRIX (GLCM)

Texture features can be extracted in several methods, using statistical, structural, model based and
transformation based, in which the most common way is, using the Gray Level Co- occurrence Matrix (GLCM).
GLCM contains the second-order statistical information of spatial relationship of pixels of an image.
From GLCM, many useful textural properties can be calculated to expose details about the image
content. However, the calculation of GLCM is very computationally intensive and time consuming.
The calculation of GLCM features is done by the following equation:
Contrast [T1] =

(4.1)

Dissimilarity [T2] =

(4.2)

Homogeneity [T3] =

(4.3)

Angular Second Moment [T4] =

(4.4)

Entropy [T5] =

(4.5)

Figure 3 displays texture based retrieval results for T. Where T = T1+T2+T3+T4+T5. It is observed from this
result that, the combined value of the Precision is 1 (100%), which is more accurate than the individual feature
Precision. However the total retrieval time (0.171087 seconds) in this case is little more than the individual
feature comparison.

Fig.3. Screen shot of the retrieved images with T=T1+T2+T3+T4+T5

32
Medical Image Retrieval – Performance Comparison using Texture Features
V.

RESULTS

0.80
0.6666

0.40

0.75

0.6666

0.444

0.60

0.444

0.5

0.5

0.33
0.222

0.20

0.333

Precision
Recall

0.00
T1

T2

T3

T4

T5

Fig 4. GLCM features for the Brain images of CT modality
0.40
0.333

0.30

0.222

0.20
0.10

0.08
0.0555

0.0833
0.0555

0.166
0.111

0.0833
0.0555

Precision
Recall

0.00
T1

T2

T3

T4

T5

Fig. 5. GLCM features for the Brain images of MRI modality
1.00
0.8333

0.60

0.58

0.40

0.8333

0.5555

0.80

0.5555

0.3888

0.5
0.3333

Precision
0.25
0.1666

0.20

Recall

0.00
T1

T2

T3

T4

T5

Fig. 6. GLCM features for the Chest images of CT modality

0.70

0.6666

0.60

0.6666

0.58

0.5833

0.50
0.40

0.4444

0.3888

0.5

0.4444

0.3888

0.3333

0.30

Precision
Recall

0.20
0.10

0.00
T1

T2

T3

T4

T5

Fig. 7. GLCM features of Knee images of MRI modality

33
Medical Image Retrieval – Performance Comparison using Texture Features

Fig. 8. GLCM features of Ultrasound images
VI.

CONCLUSION

The results of the figure 4 to figure 8 are tabulated as shown below
Sl.No.
Modality
Dominant feature
Brain_CT
Angular Second Moment (T4)
1.
Brain_MRI
Entropy (T5)
2.
Chest_CT
Homogeneity / Dissimilarity
3.
(T2/T3)
Knee_MRI
Homogeneity / Dissimilarity
4.
(T2/T3)
Ultrasound
Contrast (T1)
5.

Precision (P)
0.75
0.3333
0.8333

Recall (R)
0.5
0.2222
0.5555

0.6666

0.4444

0.9166

0.6111

From the results in the table it is observed that, depending on the modality of the image only one or two
features are dominant. In case of Brain_CT images, Angular Second Moment (T4) is the dominant feature
compared to the other. Similarly Entropy is dominant in case of Brain_MRI images. Homogeneity /
Dissimilarity are the dominant features in case of Chest_CT and Knee_MRI images. Contrast is the dominant
feature in case of Ultrasound images. The experiments have been carried out with digital images acquired by the
Radio diagnosis department of Kasturba Medical College, Manipal. A total of 210 images of dimension 512 x
512 with modality CT, MRI and Ultrasound have been stored in the database.

REFERENCES
[1].
[2].
[3].
[4].

[5].
[6].
[7].
[8].

[9].

Kwak DM, et al: Content-based ultrasound image retrieval using a course to fine approach. Ann N Y
Acad Sci 980:212–224, 2002.
Lim J, Chevallet J-P: Vismed: A visual vocabulary approach for medical image indexing and retrieval.
in Second Asia Information Retrieval Symposium. 2005. Jeju Island, Korea.
Shyu CR, et al: ASSERT: a physician-in-the-loop content-based image retrieval system for HRCT
image databases. Comput Vis Image Underst 75(1/2):111–132, 1999.
Doyle S, et al: Using manifold learning for content-basedimage retrieval of prostate histopathology. in
MICCAI 2007Workshop on Content-Based Image Retrieval for BiomedicalImage Archives. Brisbane,
Australia, 2007.
Gletsos M, et al: A computer-aided diagnostic system to characterize CT focal liver lesions: design and
optimization of a neural network classifier. IEEE Trans Inf Technol Biomed 7(3):153–162, 2003.
Zhu H, et al: A new local multiscale Fourier analysis for medical imaging. Med Phys 30:1134–1141,
2003.
Oliveira MC, Cirne W, Marques PDA: Towards applying content-based image retrieval in the clinical
routine. Future Gener Comput Syst 23(3):466–474, 2007.
Rahman M, Bhattacharya P, Desai BC: A framework for medical image retrieval using machine
learning and statistical similarity matching techniques with relevance feedback. IEEE Trans Inf
Technol Biomed 11(1):58–69, 2007.
Mao J, Jain AK: Texture classification and segmentation using multiresolution simultaneous
autoregressive models, Pattern Recogn 25(2):173–188, 1992.

34

Más contenido relacionado

La actualidad más candente

IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET Journal
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageAlexander Decker
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImageIRJET Journal
 
Issues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationIssues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationDarshana Mistry
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...IJSRD
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...sipij
 
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
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...cseij
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsEditor IJMTER
 
Perceptual Weights Based On Local Energy For Image Quality Assessment
Perceptual Weights Based On Local Energy For Image Quality AssessmentPerceptual Weights Based On Local Energy For Image Quality Assessment
Perceptual Weights Based On Local Energy For Image Quality AssessmentCSCJournals
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMAM Publications
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesIRJET Journal
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesIJERA Editor
 
Image Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingImage Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingIJERA Editor
 
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTA GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTpharmaindexing
 
Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesCSCJournals
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 

La actualidad más candente (20)

IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image Segmentation
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical image
 
Ea4301770773
Ea4301770773Ea4301770773
Ea4301770773
 
Ijetr021113
Ijetr021113Ijetr021113
Ijetr021113
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI Image
 
Issues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationIssues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual information
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
 
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)
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
 
Medical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining conceptsMedical Image segmentation using Image Mining concepts
Medical Image segmentation using Image Mining concepts
 
Perceptual Weights Based On Local Energy For Image Quality Assessment
Perceptual Weights Based On Local Energy For Image Quality AssessmentPerceptual Weights Based On Local Energy For Image Quality Assessment
Perceptual Weights Based On Local Energy For Image Quality Assessment
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI Images
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray Images
 
Image Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingImage Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image Inpainting
 
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENTA GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
A GENERAL STUDY ON HISTOGRAM EQUALIZATION FOR IMAGE ENHANCEMENT
 
Image Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused ImagesImage Fusion and Image Quality Assessment of Fused Images
Image Fusion and Image Quality Assessment of Fused Images
 
K011138084
K011138084K011138084
K011138084
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 

Destacado

2013 CrossRef Workshops Support Update Patricia Feeney
2013 CrossRef Workshops Support Update Patricia Feeney2013 CrossRef Workshops Support Update Patricia Feeney
2013 CrossRef Workshops Support Update Patricia FeeneyCrossref
 
Pablo,miguel,gorka y sergio
Pablo,miguel,gorka y sergioPablo,miguel,gorka y sergio
Pablo,miguel,gorka y sergioA Solaina
 
Jalore mahotsav - human chain
Jalore mahotsav - human chainJalore mahotsav - human chain
Jalore mahotsav - human chainmadansuthar
 
Feedback sheets
Feedback sheetsFeedback sheets
Feedback sheetsEllieSwan
 
Digitale storbyrejsende del2
Digitale storbyrejsende del2Digitale storbyrejsende del2
Digitale storbyrejsende del2Socialsquare
 
Naomh Brid
Naomh BridNaomh Brid
Naomh Bridambaiste
 
Gemeenschappelijk Eco-wonen: Introductie Samenhuizen
Gemeenschappelijk Eco-wonen: Introductie SamenhuizenGemeenschappelijk Eco-wonen: Introductie Samenhuizen
Gemeenschappelijk Eco-wonen: Introductie Samenhuizensamenhuizen
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim Çalışmaları
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim ÇalışmalarıUrkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim Çalışmaları
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim ÇalışmalarıGülhizar Kaşıkçı
 
Hunt
HuntHunt
HuntEveGr
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Carrilet
Carrilet Carrilet
Carrilet Albert
 
Конституция кл. час.
Конституция кл. час.Конституция кл. час.
Конституция кл. час.9bklass
 
La Barcelona que ja no hi és...
La Barcelona que ja no hi és...La Barcelona que ja no hi és...
La Barcelona que ja no hi és...rdiezmer
 
Cara belajar siswa aktif
Cara belajar siswa aktifCara belajar siswa aktif
Cara belajar siswa aktif1234aq
 

Destacado (20)

2013 CrossRef Workshops Support Update Patricia Feeney
2013 CrossRef Workshops Support Update Patricia Feeney2013 CrossRef Workshops Support Update Patricia Feeney
2013 CrossRef Workshops Support Update Patricia Feeney
 
Pablo,miguel,gorka y sergio
Pablo,miguel,gorka y sergioPablo,miguel,gorka y sergio
Pablo,miguel,gorka y sergio
 
Jalore mahotsav - human chain
Jalore mahotsav - human chainJalore mahotsav - human chain
Jalore mahotsav - human chain
 
Feedback sheets
Feedback sheetsFeedback sheets
Feedback sheets
 
~~ Lunar mansion ~~
~~ Lunar mansion ~~~~ Lunar mansion ~~
~~ Lunar mansion ~~
 
Benchmarking final
Benchmarking finalBenchmarking final
Benchmarking final
 
Digitale storbyrejsende del2
Digitale storbyrejsende del2Digitale storbyrejsende del2
Digitale storbyrejsende del2
 
Naomh Brid
Naomh BridNaomh Brid
Naomh Brid
 
Gemeenschappelijk Eco-wonen: Introductie Samenhuizen
Gemeenschappelijk Eco-wonen: Introductie SamenhuizenGemeenschappelijk Eco-wonen: Introductie Samenhuizen
Gemeenschappelijk Eco-wonen: Introductie Samenhuizen
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim Çalışmaları
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim ÇalışmalarıUrkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim Çalışmaları
Urkiye Güner İnal: Menderes Belediye Başkan A. Adayı Seçim Çalışmaları
 
Hunt
HuntHunt
Hunt
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
RST2014_Saratov_Panacels
RST2014_Saratov_PanacelsRST2014_Saratov_Panacels
RST2014_Saratov_Panacels
 
Carrilet
Carrilet Carrilet
Carrilet
 
Конституция кл. час.
Конституция кл. час.Конституция кл. час.
Конституция кл. час.
 
La Barcelona que ja no hi és...
La Barcelona que ja no hi és...La Barcelona que ja no hi és...
La Barcelona que ja no hi és...
 
Javier Olaizola
Javier OlaizolaJavier Olaizola
Javier Olaizola
 
RST2014_Saratov_CarsLine
RST2014_Saratov_CarsLineRST2014_Saratov_CarsLine
RST2014_Saratov_CarsLine
 
Cara belajar siswa aktif
Cara belajar siswa aktifCara belajar siswa aktif
Cara belajar siswa aktif
 

Similar a International Journal of Engineering Research and Development

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 classifiersrilaxmi524
 
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...sipij
 
Content Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesContent Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesIJMTST Journal
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networksijma
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueIOSR Journals
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transformIAEME Publication
 
Visual Character N-Grams for Classification and Retrieval of Radiological Images
Visual Character N-Grams for Classification and Retrieval of Radiological ImagesVisual Character N-Grams for Classification and Retrieval of Radiological Images
Visual Character N-Grams for Classification and Retrieval of Radiological Imagesijma
 
Visual character n grams for classification and retrieval of radiological images
Visual character n grams for classification and retrieval of radiological imagesVisual character n grams for classification and retrieval of radiological images
Visual character n grams for classification and retrieval of radiological imagesijma
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansIOSRJM
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsIJLT EMAS
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...IOSR Journals
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...CSEIJJournal
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...iaemedu
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...IDES Editor
 

Similar a International Journal of Engineering Research and Development (20)

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
 
Sub1547
Sub1547Sub1547
Sub1547
 
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
 
Content Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesContent Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture Features
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networks
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch Technique
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transform
 
Visual Character N-Grams for Classification and Retrieval of Radiological Images
Visual Character N-Grams for Classification and Retrieval of Radiological ImagesVisual Character N-Grams for Classification and Retrieval of Radiological Images
Visual Character N-Grams for Classification and Retrieval of Radiological Images
 
Visual character n grams for classification and retrieval of radiological images
Visual character n grams for classification and retrieval of radiological imagesVisual character n grams for classification and retrieval of radiological images
Visual character n grams for classification and retrieval of radiological images
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeans
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
 
Ai4201231234
Ai4201231234Ai4201231234
Ai4201231234
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
 
D45012128
D45012128D45012128
D45012128
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
 
D43031521
D43031521D43031521
D43031521
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...
 
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
Image De-noising and Enhancement for Salt and Pepper Noise using Genetic Algo...
 

Más de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

Más de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Último

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Último (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

International Journal of Engineering Research and Development

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 9, Issue 9 (January 2014), PP. 30-34 Medical Image Retrieval – Performance Comparison using Texture Features Harishchandra Hebbar 1, Sumanth Mushigeri 2, Niranjan U C 3 1 2 School of Information Sciences, Manipal University, Manipal. School of Information Sciences, Manipal University, Manipal 3 Manipal Dot Net, Manipal. Abstract:- Image retrieval is a specialized search to find images of interest. User may give a keyword, sketch or image itself to image search engine to retrieve back relatively similar images from the already stored image database. The similarity used as the search criteria could be based on features such as text, tag, color distribution of images (histogram), texture, shape, etc. The limitation of the text based retrieval is subjected to human interpretation of the mages in the form of combination of few texts/ key words. This is a very cumbersome process and could be highly error prone also. However, when it comes to medical images low level features of the image are more important than the semantics of the images. The low level features generally include color, texture and shape. The extraction of these features needs to be done for every image and to be pre-stored in the database to retrieve the images quickly. The retrieval method based on the content is known as Content Based Image Retrieval (CBIR). Keywords: - CBIR, GLCM, Contrast, Dissimilarity, Homogeneity, Angular Second Moment, Entropy, Precision, Recall, Retrieval time. I. INTRODUCTION Diagnostics will be the hardest and most important application of image retrieval. To be used as diagnostic aid, the algorithms need to prove their performance and they need to be accepted by clinicians as a useful tool. This also implies that integration of the systems into the daily clinical practice which will not be an easy task. It is often very hard to change the practices which people are accustomed with. Confidence need to be built. For domains such as evidence based medicine or case based reasoning it is essential to supply relevant, similar cases for comparison.Most of the image retrieval techniques omit the relevance feedback in the system even though it definitely improves the performance of the system. The argument being, medical doctors do not have enough time. But if the system is interactive and responsive (preferred time is less than 1 sec), then there should not be much problems in an expert making use of the system and marking the few images positive or negative.Also the prospect of long term learning from this marking of images motivates people to use it. As there are several solutions in image retrieval it is also interesting to study the effect of interfaces, ergonomics and usability issues on the acceptance and use of the technology in clinical practice. II. PERFORMANCE MEASURES OF A CBIR SYSTEM Researchers have developed variety of CBIR systems. However comparison of these developed systems is not being carried out. People have used various performance measures such as error rate, retrieval efficiency, Precision (P) and Recall (R) graphs. However the most common evaluation measures used in Content Based Image Retrieval (CBIR) are Retrieval Time (tr), Precision (P) and Recall (R). Retrieval time is defined as the time taken by the CBIR system to retrieve the similar images from the database to that of the query image. number of relevant items retrieved number of items retrieved number of relevant items retrieved Recall = number of relevant items Precision = 30
  • 2. Medical Image Retrieval – Performance Comparison using Texture Features 2.1 Defining relevant image set Consider Figure 1, if image number 14 is the query image, then we define “relevant image set” as the collection of images from 5 to 23 (if these images are similar or nearly similar) excluding 14. This results in a set of totally 18 images. 5 6 7 8 9 Relevant Image set for the query image brain0014.jpg 10 11 12 13 14 15 16 17 18 19 20 Fig. 1. A Relevant Image set for the query image brain0014.jpg 21 22 23 Feature extraction QueryImage Feature comparison Featuredatabase Imagedatabase Displayed image Indexing & retrieval Fig. 2. A general block diagram of Image Retrieval System The Figure 2. shows the block diagram of a typical Image retrieval system. The query image is selectable by the user and the feature extraction is done based on the method or algorithm being implemented. It is also possible to extract the features dynamically but it takes more time for the retrieval of the images. The retrieval time is reduced significantly by pre-storing the extracted features of all the images in the data base. In our system this is stored as the .mat file. The number of images to be displayed can be indexed depending on the user’s interest and convenience. III. IMAGE TEXTURE In this article we discuss mainly two performance parameters namely Precision (P) and Recall (R) based on the Gray Level Co-occurrence Matrix (GLCM). All present day medical images used for the diagnosis purpose are digital. Study of these digital images leads to identification of lesions to differentiation of healthy and non-healthy organs. The texture analysis is in principle is a technique for evaluating the position and intensity of pixels in an image and their gray level intensities. Texture features are in fact mathematical parameters computed from the distribution of pixels, which characterize the texture type and the structure of the medical image. It contains structural arrangement of surfaces and their relationship to the surrounding environment. It is almost impossible to describe textures in words, although each human definition involves various informal qualitative structural features, such as fineness, coarseness, smoothness, granularity, lineation, directionality, roughness, regularity, randomness, and so on. These features, which define a spatial arrangement of texture constituents, help to single out the desired texture types. It is difficult to use human classifications as a basis for formal definitions of image textures, because, there is no obvious ways of associating these features, easily perceived by human vision. However, after several decades of research and development of texture analysis and synthesis, a variety of computational characteristics and properties for indexing and retrieving textures have been found. The textural features describe local arrangements of image signals in the spatial domain or the domain of Fourier or other spectral transforms. In many cases, the textural features follow from a particular random field model of textured images (Castelli and Bergman, 2002). The common practice to obtain texture based descriptors is to implement standard transform domain analysis tools such as Fourier transform, Gabor filter, wavelet transforms or Stockwell filters on local image blocks [1, 2, 4-6]. In addition, one can also derive the Haralick’s texture features such as energy, entropy, coarseness, homogeneity and contrast from the local image neighborhood [3, 4, 5, 7, 8] or utilize linear system approaches such as simultaneous autoregressive models [9]. In the medical domain, texture-based descriptors become particularly important as they can potentially reflect the fine details contained within an image structure. For example, cysts and solid nodules generally have uniform internal density and signal intensity characteristics, while more complex lesions and infiltrative disorders have heterogeneous characteristics. Some texture features may be below the threshold for humans to identify, and computers may be able to extract important texture and pattern information that is not readily visible. 31
  • 3. Medical Image Retrieval – Performance Comparison using Texture Features Texture analysis can be carried out by techniques such as structural model based, Statistical and transform methods. Statistical based approach is based on the representation of the texture using properties governing the distribution and relationships of gray level values in the image. These methods normally achieve higher discrimination indexes than the structural or transform methods. We have implemented Co-occurrence method and extracted features such as Contrast, Dissimilarity, Homogeneity, Angular Second moment and Entropy.Contrast represents the amount of local gray level variations in an image. High values of this parameter may indicate the presence of edges, noise or wrinkled textures in an image.Homogeneity measures the smoothness of the gray level distribution of the image. It is inversely correlated with contrast. If contrast is small, homogeneity is large.Angular Second Moment is a measure of the uniformity of the gray level distribution of the image. Images with smaller number of gray levels have larger uniformity. Entropy is the degree of disorder among pixels in the image. Images with larger number of gray levels have larger entropy. IV. FEATURE EXTRACTION USING GRAY LEVEL CO-OCCURRENCE MATRIX (GLCM) Texture features can be extracted in several methods, using statistical, structural, model based and transformation based, in which the most common way is, using the Gray Level Co- occurrence Matrix (GLCM). GLCM contains the second-order statistical information of spatial relationship of pixels of an image. From GLCM, many useful textural properties can be calculated to expose details about the image content. However, the calculation of GLCM is very computationally intensive and time consuming. The calculation of GLCM features is done by the following equation: Contrast [T1] = (4.1) Dissimilarity [T2] = (4.2) Homogeneity [T3] = (4.3) Angular Second Moment [T4] = (4.4) Entropy [T5] = (4.5) Figure 3 displays texture based retrieval results for T. Where T = T1+T2+T3+T4+T5. It is observed from this result that, the combined value of the Precision is 1 (100%), which is more accurate than the individual feature Precision. However the total retrieval time (0.171087 seconds) in this case is little more than the individual feature comparison. Fig.3. Screen shot of the retrieved images with T=T1+T2+T3+T4+T5 32
  • 4. Medical Image Retrieval – Performance Comparison using Texture Features V. RESULTS 0.80 0.6666 0.40 0.75 0.6666 0.444 0.60 0.444 0.5 0.5 0.33 0.222 0.20 0.333 Precision Recall 0.00 T1 T2 T3 T4 T5 Fig 4. GLCM features for the Brain images of CT modality 0.40 0.333 0.30 0.222 0.20 0.10 0.08 0.0555 0.0833 0.0555 0.166 0.111 0.0833 0.0555 Precision Recall 0.00 T1 T2 T3 T4 T5 Fig. 5. GLCM features for the Brain images of MRI modality 1.00 0.8333 0.60 0.58 0.40 0.8333 0.5555 0.80 0.5555 0.3888 0.5 0.3333 Precision 0.25 0.1666 0.20 Recall 0.00 T1 T2 T3 T4 T5 Fig. 6. GLCM features for the Chest images of CT modality 0.70 0.6666 0.60 0.6666 0.58 0.5833 0.50 0.40 0.4444 0.3888 0.5 0.4444 0.3888 0.3333 0.30 Precision Recall 0.20 0.10 0.00 T1 T2 T3 T4 T5 Fig. 7. GLCM features of Knee images of MRI modality 33
  • 5. Medical Image Retrieval – Performance Comparison using Texture Features Fig. 8. GLCM features of Ultrasound images VI. CONCLUSION The results of the figure 4 to figure 8 are tabulated as shown below Sl.No. Modality Dominant feature Brain_CT Angular Second Moment (T4) 1. Brain_MRI Entropy (T5) 2. Chest_CT Homogeneity / Dissimilarity 3. (T2/T3) Knee_MRI Homogeneity / Dissimilarity 4. (T2/T3) Ultrasound Contrast (T1) 5. Precision (P) 0.75 0.3333 0.8333 Recall (R) 0.5 0.2222 0.5555 0.6666 0.4444 0.9166 0.6111 From the results in the table it is observed that, depending on the modality of the image only one or two features are dominant. In case of Brain_CT images, Angular Second Moment (T4) is the dominant feature compared to the other. Similarly Entropy is dominant in case of Brain_MRI images. Homogeneity / Dissimilarity are the dominant features in case of Chest_CT and Knee_MRI images. Contrast is the dominant feature in case of Ultrasound images. The experiments have been carried out with digital images acquired by the Radio diagnosis department of Kasturba Medical College, Manipal. A total of 210 images of dimension 512 x 512 with modality CT, MRI and Ultrasound have been stored in the database. REFERENCES [1]. [2]. [3]. [4]. [5]. [6]. [7]. [8]. [9]. Kwak DM, et al: Content-based ultrasound image retrieval using a course to fine approach. Ann N Y Acad Sci 980:212–224, 2002. Lim J, Chevallet J-P: Vismed: A visual vocabulary approach for medical image indexing and retrieval. in Second Asia Information Retrieval Symposium. 2005. Jeju Island, Korea. Shyu CR, et al: ASSERT: a physician-in-the-loop content-based image retrieval system for HRCT image databases. Comput Vis Image Underst 75(1/2):111–132, 1999. Doyle S, et al: Using manifold learning for content-basedimage retrieval of prostate histopathology. in MICCAI 2007Workshop on Content-Based Image Retrieval for BiomedicalImage Archives. Brisbane, Australia, 2007. Gletsos M, et al: A computer-aided diagnostic system to characterize CT focal liver lesions: design and optimization of a neural network classifier. IEEE Trans Inf Technol Biomed 7(3):153–162, 2003. Zhu H, et al: A new local multiscale Fourier analysis for medical imaging. Med Phys 30:1134–1141, 2003. Oliveira MC, Cirne W, Marques PDA: Towards applying content-based image retrieval in the clinical routine. Future Gener Comput Syst 23(3):466–474, 2007. Rahman M, Bhattacharya P, Desai BC: A framework for medical image retrieval using machine learning and statistical similarity matching techniques with relevance feedback. IEEE Trans Inf Technol Biomed 11(1):58–69, 2007. Mao J, Jain AK: Texture classification and segmentation using multiresolution simultaneous autoregressive models, Pattern Recogn 25(2):173–188, 1992. 34