SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 410
Search System for Medical Images
Nitin
College of Engineering
Bharati Vidyapeeth University, Pune, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Medical-images offer a new source of data for
understanding medical conditions and biological processes.
Specifically, sub-region matches(patterns)intheseimagescan
reveal vital information about the processes and accelerate
innovation. In this paper, we propose a system to rapidly
search for similar sub-regions inadatabaseofmedical-images
for a given query. We describe different components of the
system: image collection, transformation, storage, search, and
result delivery. We also present overview of the algorithms
that can be used to specifically solve very tough problem of
pattern search. Our proposed design allows for seamless
integration between various components of the system.
Key Words: Medical-images, Search, Sub-region search,
Pattern
1. INTRODUCTION
Medical-images, e.g., retinal images, CT scan images, cancer
cell images, etc., have gained a lot of traction in the last
decade as an important source of data for understanding
medical conditions and biological processes. Availability of
new tools has made it possible to collect and aggregate large
volumes of these images. These images are being
increasingly used by medical practitioners, e.g.,
ophthalmologists and oncologists, to diagnose and treat
medical condition like retinal tearing and cancer
respectively. Researchers are using these images to study
and understand biological processes.Fig-1[24]showsa high
power microscopic image of a surgical pathology bone
marrow biopsy used by medical pathologistsfordiagnosis of
cancer.
Various techniques are used by researchers to extract
information from these images. Discovering similar sub-
regions (patterns) in the medical-images is a verypromising
technique to reveal hidden information and better
understand the underlying biological processes. Patterns in
the images can provide informationaboutthecell structures,
their layout, or inter-cell and intra-cell spatial relationships.
In this paper we propose a system for searching similar
sub-regions in a large-repository of medical-images. These
systems are important to provide best diagnosis and
treatment to patients. These systems would also help
scientists in accelerating their research and bring quick
innovation to the field of medicine. Developmentofa system
for an efficient search of medical-images is a very
challenging and multi-step process. The steps involved are:
 collection of images from various sources
 image format and size transformation
 developmentofdata structuresforstoringimages
 development of algorithms for quick search
 mechanism for delivering results to the users
Fig-1: High power microscopicimageofa surgical pathology
bone marrow biopsy. The cancercellsaresignificantlylarger
than the surrounding normal red blood cells. Thecancercell
nuclei (staining blue with hematoxylin stain) are irregularly
shaped and variably sized. Readily visible nucleoliarenoted
in many of the nuclei
Each of the above mentioned steps have varying level of
complexity. Collection of images and delivery of results can
be achieved using already established processes in web
application development. The biggest challenge lie in the
image transformation, storage, and search techniques. A
quick search of similar sub-regions require development of
index data structures and algorithms for matching. In this
paper, we discuss methods for image transformation and
sub-region searches.
In this paper, next we describe thedesignoftheproposed
system.
2. System Design
In this section, we describe all thecomponentsofthesystem.
Fig-2 presents a pictorial representation of the system. The
proposed system has two main flows: 1) image collection
and storage in a database and 2) search of patterns in the
database. Next, we describe each of these components.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 411
Fig-2 Design of a system for searching similarsub-regions in
medical images. Figure shows the image collection,
preprocessing and storage components. It also shows the
flow of a user query for finding sub-region matches and the
returned results.
2.1 Image Collection
Medical images can be collected using a variety of tools, e.g.,
x-rays, CT scans, microscopes, or cameras. We provide a
rest-api [1] web services interface that a user can use to
directly upload the images on the web-server. REST-
compliant web services are the most commonmechanismof
communication and message transfer between devices over
HTTP. Web server receives the images from a user and
transfers it to a staging server. Staging server stores each
image into a temporary directory per user on the disk.
2.1 Image Preprocessing
All the image preprocessing takesplaceinthestagingserver.
Image collected from the users from various devices are in
different format and sizes. In this step, images areconverted
to greyscale and scaled to a standard size. We proposetouse
tools [2], [3], [4] to perform color transformation and re-
scaling. Preprocessed images are then transferred to a
production server.
2.1 Image Storage and Pattern Search
Searching of similar sub-regions for a given query in a set of
medical images is a very hard problem. Here, we explore
sub-region based image search (RBIR) as a techniques for
finding patterns in medical images. There are many
algorithms proposed in the literature for sub-image based
image search [5], [6], [7], [8], [9], [11], [12], [13], [14], [15],
[16], [17], [18], [19]. A survey of some of the methods of
CBIR and RBIR is given in [20]. Most of the RBIR systems
automatically or manuallyextractregionofinterests(ROI)in
each of the images in the database. For a given query, eachof
the ROI is matched to find the top-k similarones.Someof the
techniques split the images into tiles and match the tiles to
find the most similar sub-region as shown in Fig-3. These
tiles are transformed into feature vectors [21] and indexed
for quick search. The method proposed by Singh et al. [18]
has minimal human intervention and yet yields very high
quality results. Their method also scales to a large volume of
images. Therefore, we propose to use a similar method for
querying similar region in our system.
.
Fig-3 Overlapping regions found by translation of a query
image on a database image.
3. CONCLUSIONS
In this paper, we proposed the design of a system for
collecting, transforming, storing, and searching medical
images. We reviewed algorithms for finding similar sub-
regions in these images. We also describedtoolsrequiredfor
image transformation. An efficient system for querying
patterns in medical images would help experts to accelerate
their work and add to quick innovation. This would help
medical professionals in quick diagnosis and treatment of
patients. In future, we would research hash-based methods
[10] [25] [26] for more efficient search. We would also like
to explore local image descriptors [22], [23] and deep
learning methods for searching in the future.
REFERENCES
[1] https://en.wikipedia.org/wiki/Representational state
transfer.
[2] “opencv,” http://opencv.org.
[3] “scikit,” http://scikit-image.org.
[4] “imagemagick,”
http://www.imagemagick.org/script/index.php.
[5] T.L. Department, M. Gld, C. Thies, and T. M. Lehmann,
“Content-based image retrieval inmedical applications”,
in Procs. Int. Society for Optical Engineering (SPIE),
2000, pp. 312–320.
[6] C. Pavlopoulou, A. C. Kak, andC.Brodley,“Content-based
image retrieval for medical imagery,” in Proceedings
SPIE Medical Imaging: PACS and Integrated Medical
Information Systems, 2003.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 412
[7] A. W. M. Smeulders, S. Member, M. Worring, S. Santini,A.
Gupta, and R. Jain, “Content-based image retrieval atthe
end of the early years,” PAMI, vol. 22, pp. 1349–1380,
2000.
[8] E. G. M. Petrakis and C. Faloutsos, “Similarity searching
in medical image databases,” TKDE, vol. 9, no. 3, pp.
435–447, 1997.
[9] S. Berretti, A. D. Bimbo, and E. Vicario, “Spatial
Arrangement of Color in Retrieval by Visual Similarity,”
Pattern Recognition, vol. 35, no.8,pp.1661–1674,2002.
[10] V. Singh and A. K. Singh, “SIMP: accurate and efficient
near neighbor search in high dimensional spaces,” in
EDBT, 2012, pp. 492-503.
[11] A. Natsev, R. Rastogi, and K. Shim, “WALRUS: A
Similarity Retrieval Algorithm for Image Databases,”
TKDE, vol. 16, pp. 301–316, 2004.
[12] R. Weber and M. Milvoncic, “Efficient Region-Based
Image Retrieval,” in CIKM, 2003, pp. 69–76.
[13] B. Ko, H.-S. Lee, and H. Byun, “Region-based Image
Retrieval System Using Efficient Feature Description,”
Pattern Recognition, vol. 4, pp. 283–286, 2000.
[14] C. Carson, S. Belongie, H. Greenspan, and J. Malik,
“Blobworld: Image Segmentation Using Expectation-
Maximization and Its Application to Image Querying,”
PAMI, vol. 24, no. 8, pp. 1026–1038, 2002.
[15] S. Ardizzoni, I. Bartolini, and M. Patella, “Windsurf:
Region-Based Image Retrieval UsingWavelets,”inDEXA
Workshop, 1999, pp. 167–173.
[16] I. Bartolini, P. Ciaccia, and M. Patella, “A Sound
Algorithm for Region-Based Image Retrieval Using an
Index,” in DEXA Workshop, 2000, pp. 930–934.
[17] J. Malki, N. Boujemaa, C. Nastar, and A. Winter, “Region
Queries without Segmentation for Image Retrieval by
Content,” inVisual InformationandInformationSystems
(VISUAL), 1999, pp. 115–122.
[18] V. Singh, A. Bhattacharya, and A. K. Singh, “Querying
Spatial Patterns,” in EDBT, 2010, pp. 418–429.
[19] C. Dagli and T. S. Huang, “A Framework for Grid-Based
Image Retrieval,” in ICPR, vol. 2, 2004, pp. 1021–1024.
[20] R. Datta, J. Li, and J. Z. Wang, “Content-Based Image
Retrieval: Approaches and Trends of the New Age,” in
MIR ’05: Int. Workshop on Multimedia Information
Retrieval, 2005, pp. 253–262.
[21] B. S. Manjunath, P. Salembier, andT.Sikora,Introduction
to MPEG-7: Multimedia Content Description Interface.
Wiley, 2002.
[22] D. G. Lowe, “Distinctive image features from scale-
invariant keypoints,” IJCV, vol. 60, no. 2, pp. 91–110,
2004.
[23] H. Bay, A. Ess, T. Tuytelaars, and L. Van Gool, “Speeded-
up robust features (surf),” Computer vision and image
understanding, vol. 110, no. 3, pp. 346–359, 2008.
[24] https://drsusansilverpathologist.wordpress.com
[25] Andoni and P. Indyk. Near-optimal hashing algorithms
for approximate nearest neighbor in high dimensions,
Commun. ACM, 51(1):117–122, 2008.
[26] M. Datar, N. Immorlica, P. Indyk, and V. S. Mirrokni,
Locality-sensitive hashing scheme based on p-stable
distributions. In Symposium on Computational
Geometry, pages 253-262, 2004.

More Related Content

What's hot

IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...IRJET Journal
 
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...DiaMe: IoMT deep predictive model based on threshold aware region growing tec...
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...IJECEIAES
 
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 CNNIRJET Journal
 
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
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118imen jdey
 
Artificial intelligence in medical image processing
Artificial intelligence in medical image processingArtificial intelligence in medical image processing
Artificial intelligence in medical image processingFarzad Jahedi
 
Computer aid in medical instrument term paper PPT
Computer aid in medical instrument term paper PPTComputer aid in medical instrument term paper PPT
Computer aid in medical instrument term paper PPTKoushik Sarkar
 
IRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET Journal
 
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...IRJET Journal
 
Detection of medical instruments project- PART 2
Detection of medical instruments project- PART 2Detection of medical instruments project- PART 2
Detection of medical instruments project- PART 2Sairam Adithya
 
Project report 3D visualization of medical imaging data
Project report 3D visualization of medical imaging dataProject report 3D visualization of medical imaging data
Project report 3D visualization of medical imaging dataShashank
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET Journal
 
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTIONAN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTIONijcsit
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine LearningIRJET Journal
 
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...Tarun Kumar
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET Journal
 

What's hot (20)

Madhavi tippani
Madhavi tippaniMadhavi tippani
Madhavi tippani
 
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
 
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...DiaMe: IoMT deep predictive model based on threshold aware region growing tec...
DiaMe: IoMT deep predictive model based on threshold aware region growing tec...
 
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 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...
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118
 
Artificial intelligence in medical image processing
Artificial intelligence in medical image processingArtificial intelligence in medical image processing
Artificial intelligence in medical image processing
 
Computer aid in medical instrument term paper PPT
Computer aid in medical instrument term paper PPTComputer aid in medical instrument term paper PPT
Computer aid in medical instrument term paper PPT
 
IRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image ProcessingIRJET- Plant Leaf Disease Detection using Image Processing
IRJET- Plant Leaf Disease Detection using Image Processing
 
[IJCT-V3I3P1] Authors: Sunny Sharma, Karandeep Kaur, Amritpal Singh
[IJCT-V3I3P1] Authors: Sunny Sharma, Karandeep Kaur, Amritpal Singh[IJCT-V3I3P1] Authors: Sunny Sharma, Karandeep Kaur, Amritpal Singh
[IJCT-V3I3P1] Authors: Sunny Sharma, Karandeep Kaur, Amritpal Singh
 
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
 
Detection of medical instruments project- PART 2
Detection of medical instruments project- PART 2Detection of medical instruments project- PART 2
Detection of medical instruments project- PART 2
 
Project report 3D visualization of medical imaging data
Project report 3D visualization of medical imaging dataProject report 3D visualization of medical imaging data
Project report 3D visualization of medical imaging data
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
Medical
MedicalMedical
Medical
 
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTIONAN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
AN EFFECTIVE AND EFFICIENT FEATURE SELECTION METHOD FOR LUNG CANCER DETECTION
 
IRJET - Disease Detection in Plant using Machine Learning
IRJET -  	  Disease Detection in Plant using Machine LearningIRJET -  	  Disease Detection in Plant using Machine Learning
IRJET - Disease Detection in Plant using Machine Learning
 
xtremes
xtremesxtremes
xtremes
 
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
An Exploration on the Identification of Plant Leaf Diseases using Image Proce...
 
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...IRJET -  	  Review on Classi?cation and Prediction of Dengue and Malaria Dise...
IRJET - Review on Classi?cation and Prediction of Dengue and Malaria Dise...
 

Similar to Search System for Medical Images

Region-Based Search in Large Medical Image Repositories
Region-Based Search in Large Medical Image RepositoriesRegion-Based Search in Large Medical Image Repositories
Region-Based Search in Large Medical Image RepositoriesIRJET Journal
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalIRJET Journal
 
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
Face Annotation using Co-Relation based Matching  for Improving Image Mining ...Face Annotation using Co-Relation based Matching  for Improving Image Mining ...
Face Annotation using Co-Relation based Matching for Improving Image Mining ...IRJET Journal
 
Biomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPBiomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPIRJET 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 foreSAT Publishing House
 
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 - 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
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...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
 
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
 
IRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET Journal
 
The Combination of Steganography and Cryptography for Medical Image Applications
The Combination of Steganography and Cryptography for Medical Image ApplicationsThe Combination of Steganography and Cryptography for Medical Image Applications
The Combination of Steganography and Cryptography for Medical Image ApplicationsIJAAS Team
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
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 AlgorithmIRJET Journal
 
IJSRED-V2I1P12
IJSRED-V2I1P12IJSRED-V2I1P12
IJSRED-V2I1P12IJSRED
 
IRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET Journal
 

Similar to Search System for Medical Images (20)

Region-Based Search in Large Medical Image Repositories
Region-Based Search in Large Medical Image RepositoriesRegion-Based Search in Large Medical Image Repositories
Region-Based Search in Large Medical Image Repositories
 
Improving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image RetrievalImproving Graph Based Model for Content Based Image Retrieval
Improving Graph Based Model for Content Based Image Retrieval
 
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
Face Annotation using Co-Relation based Matching  for Improving Image Mining ...Face Annotation using Co-Relation based Matching  for Improving Image Mining ...
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
 
Biomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPBiomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWP
 
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
 
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 - 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...
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 
Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...Android application for detection of leaf disease (Using Image processing and...
Android application for detection of leaf disease (Using Image processing and...
 
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)
 
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
 
IRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor DetectionIRJET- Fusion based Brain Tumor Detection
IRJET- Fusion based Brain Tumor Detection
 
The Combination of Steganography and Cryptography for Medical Image Applications
The Combination of Steganography and Cryptography for Medical Image ApplicationsThe Combination of Steganography and Cryptography for Medical Image Applications
The Combination of Steganography and Cryptography for Medical Image Applications
 
40120140501006
4012014050100640120140501006
40120140501006
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
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
 
IJSRED-V2I1P12
IJSRED-V2I1P12IJSRED-V2I1P12
IJSRED-V2I1P12
 
Ijcet 06 10_004
Ijcet 06 10_004Ijcet 06 10_004
Ijcet 06 10_004
 
Exploratory Analysis of Feature Selection Techniques in Medical Image Processing
Exploratory Analysis of Feature Selection Techniques in Medical Image ProcessingExploratory Analysis of Feature Selection Techniques in Medical Image Processing
Exploratory Analysis of Feature Selection Techniques in Medical Image Processing
 
IRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine Learning
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

Search System for Medical Images

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 410 Search System for Medical Images Nitin College of Engineering Bharati Vidyapeeth University, Pune, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Medical-images offer a new source of data for understanding medical conditions and biological processes. Specifically, sub-region matches(patterns)intheseimagescan reveal vital information about the processes and accelerate innovation. In this paper, we propose a system to rapidly search for similar sub-regions inadatabaseofmedical-images for a given query. We describe different components of the system: image collection, transformation, storage, search, and result delivery. We also present overview of the algorithms that can be used to specifically solve very tough problem of pattern search. Our proposed design allows for seamless integration between various components of the system. Key Words: Medical-images, Search, Sub-region search, Pattern 1. INTRODUCTION Medical-images, e.g., retinal images, CT scan images, cancer cell images, etc., have gained a lot of traction in the last decade as an important source of data for understanding medical conditions and biological processes. Availability of new tools has made it possible to collect and aggregate large volumes of these images. These images are being increasingly used by medical practitioners, e.g., ophthalmologists and oncologists, to diagnose and treat medical condition like retinal tearing and cancer respectively. Researchers are using these images to study and understand biological processes.Fig-1[24]showsa high power microscopic image of a surgical pathology bone marrow biopsy used by medical pathologistsfordiagnosis of cancer. Various techniques are used by researchers to extract information from these images. Discovering similar sub- regions (patterns) in the medical-images is a verypromising technique to reveal hidden information and better understand the underlying biological processes. Patterns in the images can provide informationaboutthecell structures, their layout, or inter-cell and intra-cell spatial relationships. In this paper we propose a system for searching similar sub-regions in a large-repository of medical-images. These systems are important to provide best diagnosis and treatment to patients. These systems would also help scientists in accelerating their research and bring quick innovation to the field of medicine. Developmentofa system for an efficient search of medical-images is a very challenging and multi-step process. The steps involved are:  collection of images from various sources  image format and size transformation  developmentofdata structuresforstoringimages  development of algorithms for quick search  mechanism for delivering results to the users Fig-1: High power microscopicimageofa surgical pathology bone marrow biopsy. The cancercellsaresignificantlylarger than the surrounding normal red blood cells. Thecancercell nuclei (staining blue with hematoxylin stain) are irregularly shaped and variably sized. Readily visible nucleoliarenoted in many of the nuclei Each of the above mentioned steps have varying level of complexity. Collection of images and delivery of results can be achieved using already established processes in web application development. The biggest challenge lie in the image transformation, storage, and search techniques. A quick search of similar sub-regions require development of index data structures and algorithms for matching. In this paper, we discuss methods for image transformation and sub-region searches. In this paper, next we describe thedesignoftheproposed system. 2. System Design In this section, we describe all thecomponentsofthesystem. Fig-2 presents a pictorial representation of the system. The proposed system has two main flows: 1) image collection and storage in a database and 2) search of patterns in the database. Next, we describe each of these components.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 411 Fig-2 Design of a system for searching similarsub-regions in medical images. Figure shows the image collection, preprocessing and storage components. It also shows the flow of a user query for finding sub-region matches and the returned results. 2.1 Image Collection Medical images can be collected using a variety of tools, e.g., x-rays, CT scans, microscopes, or cameras. We provide a rest-api [1] web services interface that a user can use to directly upload the images on the web-server. REST- compliant web services are the most commonmechanismof communication and message transfer between devices over HTTP. Web server receives the images from a user and transfers it to a staging server. Staging server stores each image into a temporary directory per user on the disk. 2.1 Image Preprocessing All the image preprocessing takesplaceinthestagingserver. Image collected from the users from various devices are in different format and sizes. In this step, images areconverted to greyscale and scaled to a standard size. We proposetouse tools [2], [3], [4] to perform color transformation and re- scaling. Preprocessed images are then transferred to a production server. 2.1 Image Storage and Pattern Search Searching of similar sub-regions for a given query in a set of medical images is a very hard problem. Here, we explore sub-region based image search (RBIR) as a techniques for finding patterns in medical images. There are many algorithms proposed in the literature for sub-image based image search [5], [6], [7], [8], [9], [11], [12], [13], [14], [15], [16], [17], [18], [19]. A survey of some of the methods of CBIR and RBIR is given in [20]. Most of the RBIR systems automatically or manuallyextractregionofinterests(ROI)in each of the images in the database. For a given query, eachof the ROI is matched to find the top-k similarones.Someof the techniques split the images into tiles and match the tiles to find the most similar sub-region as shown in Fig-3. These tiles are transformed into feature vectors [21] and indexed for quick search. The method proposed by Singh et al. [18] has minimal human intervention and yet yields very high quality results. Their method also scales to a large volume of images. Therefore, we propose to use a similar method for querying similar region in our system. . Fig-3 Overlapping regions found by translation of a query image on a database image. 3. CONCLUSIONS In this paper, we proposed the design of a system for collecting, transforming, storing, and searching medical images. We reviewed algorithms for finding similar sub- regions in these images. We also describedtoolsrequiredfor image transformation. An efficient system for querying patterns in medical images would help experts to accelerate their work and add to quick innovation. This would help medical professionals in quick diagnosis and treatment of patients. In future, we would research hash-based methods [10] [25] [26] for more efficient search. We would also like to explore local image descriptors [22], [23] and deep learning methods for searching in the future. REFERENCES [1] https://en.wikipedia.org/wiki/Representational state transfer. [2] “opencv,” http://opencv.org. [3] “scikit,” http://scikit-image.org. [4] “imagemagick,” http://www.imagemagick.org/script/index.php. [5] T.L. Department, M. Gld, C. Thies, and T. M. Lehmann, “Content-based image retrieval inmedical applications”, in Procs. Int. Society for Optical Engineering (SPIE), 2000, pp. 312–320. [6] C. Pavlopoulou, A. C. Kak, andC.Brodley,“Content-based image retrieval for medical imagery,” in Proceedings SPIE Medical Imaging: PACS and Integrated Medical Information Systems, 2003.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 412 [7] A. W. M. Smeulders, S. Member, M. Worring, S. Santini,A. Gupta, and R. Jain, “Content-based image retrieval atthe end of the early years,” PAMI, vol. 22, pp. 1349–1380, 2000. [8] E. G. M. Petrakis and C. Faloutsos, “Similarity searching in medical image databases,” TKDE, vol. 9, no. 3, pp. 435–447, 1997. [9] S. Berretti, A. D. Bimbo, and E. Vicario, “Spatial Arrangement of Color in Retrieval by Visual Similarity,” Pattern Recognition, vol. 35, no.8,pp.1661–1674,2002. [10] V. Singh and A. K. Singh, “SIMP: accurate and efficient near neighbor search in high dimensional spaces,” in EDBT, 2012, pp. 492-503. [11] A. Natsev, R. Rastogi, and K. Shim, “WALRUS: A Similarity Retrieval Algorithm for Image Databases,” TKDE, vol. 16, pp. 301–316, 2004. [12] R. Weber and M. Milvoncic, “Efficient Region-Based Image Retrieval,” in CIKM, 2003, pp. 69–76. [13] B. Ko, H.-S. Lee, and H. Byun, “Region-based Image Retrieval System Using Efficient Feature Description,” Pattern Recognition, vol. 4, pp. 283–286, 2000. [14] C. Carson, S. Belongie, H. Greenspan, and J. Malik, “Blobworld: Image Segmentation Using Expectation- Maximization and Its Application to Image Querying,” PAMI, vol. 24, no. 8, pp. 1026–1038, 2002. [15] S. Ardizzoni, I. Bartolini, and M. Patella, “Windsurf: Region-Based Image Retrieval UsingWavelets,”inDEXA Workshop, 1999, pp. 167–173. [16] I. Bartolini, P. Ciaccia, and M. Patella, “A Sound Algorithm for Region-Based Image Retrieval Using an Index,” in DEXA Workshop, 2000, pp. 930–934. [17] J. Malki, N. Boujemaa, C. Nastar, and A. Winter, “Region Queries without Segmentation for Image Retrieval by Content,” inVisual InformationandInformationSystems (VISUAL), 1999, pp. 115–122. [18] V. Singh, A. Bhattacharya, and A. K. Singh, “Querying Spatial Patterns,” in EDBT, 2010, pp. 418–429. [19] C. Dagli and T. S. Huang, “A Framework for Grid-Based Image Retrieval,” in ICPR, vol. 2, 2004, pp. 1021–1024. [20] R. Datta, J. Li, and J. Z. Wang, “Content-Based Image Retrieval: Approaches and Trends of the New Age,” in MIR ’05: Int. Workshop on Multimedia Information Retrieval, 2005, pp. 253–262. [21] B. S. Manjunath, P. Salembier, andT.Sikora,Introduction to MPEG-7: Multimedia Content Description Interface. Wiley, 2002. [22] D. G. Lowe, “Distinctive image features from scale- invariant keypoints,” IJCV, vol. 60, no. 2, pp. 91–110, 2004. [23] H. Bay, A. Ess, T. Tuytelaars, and L. Van Gool, “Speeded- up robust features (surf),” Computer vision and image understanding, vol. 110, no. 3, pp. 346–359, 2008. [24] https://drsusansilverpathologist.wordpress.com [25] Andoni and P. Indyk. Near-optimal hashing algorithms for approximate nearest neighbor in high dimensions, Commun. ACM, 51(1):117–122, 2008. [26] M. Datar, N. Immorlica, P. Indyk, and V. S. Mirrokni, Locality-sensitive hashing scheme based on p-stable distributions. In Symposium on Computational Geometry, pages 253-262, 2004.