SlideShare une entreprise Scribd logo
1  sur  34
PRESENTED BY 
RAJASEKAR G 
3rd MCA 
Madras University 
CONTENT BASED 
IMAGE RETRIEVAL 
(CBIR)
Introduction 
Definition 
Features of image 
History of image retrieval 
Filtering in image 
Clustering Algorithm 
Conclusion
1 Content-based image retrieval (CBIR) systems are capable to use 
query for visually related images by identifying similarity between a 
query Image and those in the image database. 
2 
3 
4 
5 
INTRODUCTION OF CBIR 
Content Based Image Retrieval (CBIR) is still a research area, 
which aims to retrieve images based on the content of the query 
image. 
The results are the images that its features are most similar to the 
query image. 
we have proposed a CBIR based image retrieval system, which 
analyses innate properties of an image such as, the color, texture, and 
histogram for efficient and meaningful image retrieval. 
The system first extracts and stores the features of the query image 
then it go through all images in the database and extract the 
features of each image.
Definition: 
“The process of retrieving images 
from a collection on the basis of 
features (such as colour, texture and 
shape) automatically extracted from 
the images themselves”
COLOR TEXTURE 
•Histograms, Gridded layout, 
wavelets. 
•Spectrum that covers visible colors : 
400 ~ 700 nm 
•Radiance, Luminance, Brightness 
•An image texture is a set of metrics 
calculated in image processing 
designed to quantify the perceived 
texture of an image. 
•Region based segment 
•Boundary based Segment 
SHAPE OTHER RELATED OBJECTS 
Two dimensional and Three dimensional 
. External representations(edge and line 
detection). 
Internal representations. 
Use of the object boundary 
and its 
Features (e.g. boundary 
length)
Motivation 
To efficiently search/retrieve 
relevant information that people 
want to use 
Goal 
To make it easy to 
search/retrieve/filter/exchange 
content to maintain archive, and to 
edit multimedia content etc.
Image Retrieval from the image collections 
involved with the following steps : 
1 Pre-processing 
2 Image Classification based on some true factor 
3 RGB Components processing 
4 Pre-clustering
5 Texture feature extraction 
6 Similarity comparison 
7 Target image selection 
8 Target image is retrieved
Image 
Color Shape 
Color Shape 
Server 
Internet 
or 
Intranet 
or 
Extranet 
Query Interface 
Client 
Query by 
Color 
Query by 
Color Sensation 
Query by 
Shape 
Learning 
Mechanism 
Query by 
Images 
User Drawing 
Query by 
Spatial Relation 
Weight of Features 
Fectures Extraction 
Color Sensation 
Spatial Relation 
Similarity Measure 
Color Sensation 
Spatial Relation 
Indexing 
& 
Filtering Image Database 
Query 
Server
Traditional text-based image search engines 
Manual annotation of images 
Use text-based retrieval methods 
E.g. Water lilies 
Flowers in a pond 
<Its biological 
name>
by google 
by yahoo etc..
Narrow vs. Broad Domain 
Narrow 
Medical Imagery Retrieval 
Finger Print Retrieval 
Satellite Imagery Retrieval 
Broad 
Photo Collections 
Internet
One of the most important factors that 
greatly affect the quality of clinical nuclear 
medicine images is image filtering. 
Image filtering is a mathematical processing 
for noise removal and resolution recovery. 
The goal of the filtering is to compensate for 
loss of detail in an image while reducing 
noise.
Mean Filter : 
Mean filter is the simplest low pass linear filter. 
It is implemented by replacing each pixel 
value with the average value of its 
neighbourhood. Mean filter can be 
considered as a convolution filter.
Median Filter: 
Median filter is a non linear filter. Median 
filtering is done by replacing the central pixel 
with the median of all the pixels value in the 
current neighbourhood.
Gaussian Filter: 
Gaussian filter is a linear low pass filter. A 
Gaussian filter mask has the form of a bell 
shaped curve with a high point in the centre 
and symmetrically tapering
Clustering is a method of grouping data objects into 
different groups, such that similar data objects belong to 
the same group and dissimilar data objects to different 
clusters. 
Image clustering consists of two steps the former is 
feature extraction and second part is grouping. 
Clustering algorithm is applied over this extracted 
feature to form the group.
Planning and government: there is a lot of satellite 
imagery of the earth, which can be used to inform important 
political debates. 
Military intelligence: satellite imagery can contain 
important military information. Typical queries involve finding 
militarily interesting changes — for example, is there a 
concentration of force? how much damage was caused by the last 
bombing raid? what happened today? etc. — occurring at 
particular places on the earth
Stock photo and stock footage: commercial libraries — 
which often have extremely large and very diverse collections — 
survive by selling the rights to use particular images. Effective tools 
may unlock value in these collections by making it possible for 
relatively unsophisticated users to obtain images that are useful to 
them at acceptable expense in time and money. 
Access to museums: museums are increasingly creating 
web views of their collections, typically at restricted resolutions, to 
entice viewers into visiting the museum. Ideally, one would want 
viewers to get a sense of what is at the museum, why it is worth 
visiting and the particular virtues of the museum’s gift store. 
Trademark and copyright enforcement: as electronic 
commerce grows, so does the opportunity for automatic searches to 
do violations of trademark or of copyright. For example, at time of 
writing, the owner of rights to a picture could register it with an 
organization called BayTSP, who would then search for stolen copies 
of the picture on the web; recent changes in copyright law make it 
relatively easy to recover fines from violators (see 
http://www.baytsp.com/index.asp).
Managing the web: indexing web pages appears to be a 
profitable activity; the images present on a web page 
should give cues to the content of the page. Users may 
also wish to have tools that allow them to avoid offensive 
images or advertising. A number of tools have been built 
to support searches for images on the web using CBIR 
techniques. There are tools that check images for 
potentially offensive content, both in the academic and 
commercial domains. 
Medical information systems: recovering medical images 
“similar” to a given query example might give more 
information on which to base a diagnosis or to conduct 
epidemiological studies. Furthermore, one might be able 
to cluster medical images in ways that suggest interesting 
and novel hypotheses to experts.
Retrieving images based on the keywords is 
not only appropriate, but also time 
consuming. 
When compared to TBIR, CBIR is very 
effective and appropriate. 
Focused on effective FEATURE 
representation such as color, texture, shape. 
Easy to retrieve image databases.
There is a need for CBIR. 
It may be sufficient that a retrieval system present similar 
images, similar in some user-defined sense. 
CBIR has overcome all the limitation of Text Based Image 
Retrieval by considering the contents or features of image. 
To make it easy to search/retrieve/filter/exchange content 
to maintain archive, and to edit multimedia content etc. 
CBIR technology has been used and also using in several 
applications such as fingerprint identification, biodiversity 
information systems, digital libraries, crime prevention, 
medicine, historical research.
Remco, C.V., Mirela, T., “Content based 
image retrieval systems: a survey”. 
http://www.mathworks.in/matlabcentral 
http://stackoverflow.com/questions/1476836 
4/algorithms-used-for-content-based-image-retrieval- 
systems 
Content Based Image Retrieval(CBIR) 
System Based on the Clustering and 
Genetic Algorithm 
-Eng. Ahmed K. Mikhraq
That is all, folks… 
Thank you for your 
patience!
Content based image retrieval using clustering Algorithm(CBIR)

Contenu connexe

Tendances

BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
 
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Simplilearn
 
Breast cancerdetection IE594 Project Report
Breast cancerdetection IE594 Project ReportBreast cancerdetection IE594 Project Report
Breast cancerdetection IE594 Project ReportASHISH MENKUDALE
 
COM2304: Introduction to Computer Vision & Image Processing
COM2304: Introduction to Computer Vision & Image Processing COM2304: Introduction to Computer Vision & Image Processing
COM2304: Introduction to Computer Vision & Image Processing Hemantha Kulathilake
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumorVenkat Projects
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?Debdoot Sheet
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learningbutest
 
Computer Vision sfm
Computer Vision sfmComputer Vision sfm
Computer Vision sfmWael Badawy
 
Image processing fundamentals
Image processing fundamentalsImage processing fundamentals
Image processing fundamentalsA B Shinde
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approachSahil Prajapati
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image FundamentalsA B Shinde
 
Histogram Specification or Matching Problem
Histogram Specification or Matching ProblemHistogram Specification or Matching Problem
Histogram Specification or Matching ProblemKalyan Acharjya
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image ProcessingPallavi Agarwal
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisMD Abdullah Al Nasim
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Ulaş Bağcı
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation pptGichelle Amon
 

Tendances (20)

CBIR
CBIRCBIR
CBIR
 
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
 
Breast cancerdetection IE594 Project Report
Breast cancerdetection IE594 Project ReportBreast cancerdetection IE594 Project Report
Breast cancerdetection IE594 Project Report
 
COM2304: Introduction to Computer Vision & Image Processing
COM2304: Introduction to Computer Vision & Image Processing COM2304: Introduction to Computer Vision & Image Processing
COM2304: Introduction to Computer Vision & Image Processing
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumor
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Machine Learning for Medical Image Analysis: What, where and how?
Machine Learning for Medical Image Analysis:What, where and how?Machine Learning for Medical Image Analysis:What, where and how?
Machine Learning for Medical Image Analysis: What, where and how?
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
 
Computer Vision sfm
Computer Vision sfmComputer Vision sfm
Computer Vision sfm
 
Image processing fundamentals
Image processing fundamentalsImage processing fundamentals
Image processing fundamentals
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approach
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
Histogram Specification or Matching Problem
Histogram Specification or Matching ProblemHistogram Specification or Matching Problem
Histogram Specification or Matching Problem
 
Smoothing in Digital Image Processing
Smoothing in Digital Image ProcessingSmoothing in Digital Image Processing
Smoothing in Digital Image Processing
 
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical AnalysisBrain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
Brain Tumor Segmentation using Enhanced U-Net Model with Empirical Analysis
 
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
Lec8: Medical Image Segmentation (II) (Region Growing/Merging)
 
Computer vision ppt
Computer vision pptComputer vision ppt
Computer vision ppt
 
Naive bayes
Naive bayesNaive bayes
Naive bayes
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 

En vedette

Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software EngineeringUpekha Vandebona
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalUpekha Vandebona
 
Pattern recognition voice biometrics
Pattern recognition voice biometricsPattern recognition voice biometrics
Pattern recognition voice biometricsMazin Alwaaly
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMazin Alwaaly
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...Isha Sharma
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) usingijcsity
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image RetrievalPrem kumar
 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final pptrinki nag
 
Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmAkshit Bum
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image RetrievalAman Patel
 
Content based image retrieval
Content based image retrievalContent based image retrieval
Content based image retrievalrubaiyat11
 
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Universitat Politècnica de Catalunya
 

En vedette (17)

Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
 
Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software Engineering
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image Retrieval
 
Pattern recognition voice biometrics
Pattern recognition voice biometricsPattern recognition voice biometrics
Pattern recognition voice biometrics
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...
 
Ga
GaGa
Ga
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Image retrieval
Image retrievalImage retrieval
Image retrieval
 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final ppt
 
Cbir ‐ features
Cbir ‐ featuresCbir ‐ features
Cbir ‐ features
 
Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
CBIR
CBIRCBIR
CBIR
 
Content based image retrieval
Content based image retrievalContent based image retrieval
Content based image retrieval
 
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
 

Similaire à Content based image retrieval using clustering Algorithm(CBIR)

A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesCSCJournals
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYcscpconf
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a surveycsandit
 
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- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET Journal
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemYogeshIJTSRD
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...IJSRD
 
A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...CSCJournals
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Editor IJARCET
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Editor IJARCET
 
Image based Search Engine for Online Shopping
Image based Search Engine for Online ShoppingImage based Search Engine for Online Shopping
Image based Search Engine for Online Shoppingrahulmonikasharma
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesJill Crawford
 
Image web crawler
Image web crawlerImage web crawler
Image web crawlerdixitas
 
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...IRJET Journal
 

Similaire à Content based image retrieval using clustering Algorithm(CBIR) (20)

A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and Approaches
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a survey
 
K018217680
K018217680K018217680
K018217680
 
Et35839844
Et35839844Et35839844
Et35839844
 
D43031521
D43031521D43031521
D43031521
 
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- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information Retrieval
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval System
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
 
A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...A novel Image Retrieval System using an effective region based shape represen...
A novel Image Retrieval System using an effective region based shape represen...
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
 
Image based Search Engine for Online Shopping
Image based Search Engine for Online ShoppingImage based Search Engine for Online Shopping
Image based Search Engine for Online Shopping
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From Images
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
Image web crawler
Image web crawlerImage web crawler
Image web crawler
 
Ko3419161921
Ko3419161921Ko3419161921
Ko3419161921
 
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
 

Dernier

SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 

Dernier (20)

Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 

Content based image retrieval using clustering Algorithm(CBIR)

  • 1. PRESENTED BY RAJASEKAR G 3rd MCA Madras University CONTENT BASED IMAGE RETRIEVAL (CBIR)
  • 2. Introduction Definition Features of image History of image retrieval Filtering in image Clustering Algorithm Conclusion
  • 3. 1 Content-based image retrieval (CBIR) systems are capable to use query for visually related images by identifying similarity between a query Image and those in the image database. 2 3 4 5 INTRODUCTION OF CBIR Content Based Image Retrieval (CBIR) is still a research area, which aims to retrieve images based on the content of the query image. The results are the images that its features are most similar to the query image. we have proposed a CBIR based image retrieval system, which analyses innate properties of an image such as, the color, texture, and histogram for efficient and meaningful image retrieval. The system first extracts and stores the features of the query image then it go through all images in the database and extract the features of each image.
  • 4. Definition: “The process of retrieving images from a collection on the basis of features (such as colour, texture and shape) automatically extracted from the images themselves”
  • 5. COLOR TEXTURE •Histograms, Gridded layout, wavelets. •Spectrum that covers visible colors : 400 ~ 700 nm •Radiance, Luminance, Brightness •An image texture is a set of metrics calculated in image processing designed to quantify the perceived texture of an image. •Region based segment •Boundary based Segment SHAPE OTHER RELATED OBJECTS Two dimensional and Three dimensional . External representations(edge and line detection). Internal representations. Use of the object boundary and its Features (e.g. boundary length)
  • 6.
  • 7. Motivation To efficiently search/retrieve relevant information that people want to use Goal To make it easy to search/retrieve/filter/exchange content to maintain archive, and to edit multimedia content etc.
  • 8. Image Retrieval from the image collections involved with the following steps : 1 Pre-processing 2 Image Classification based on some true factor 3 RGB Components processing 4 Pre-clustering
  • 9. 5 Texture feature extraction 6 Similarity comparison 7 Target image selection 8 Target image is retrieved
  • 10.
  • 11. Image Color Shape Color Shape Server Internet or Intranet or Extranet Query Interface Client Query by Color Query by Color Sensation Query by Shape Learning Mechanism Query by Images User Drawing Query by Spatial Relation Weight of Features Fectures Extraction Color Sensation Spatial Relation Similarity Measure Color Sensation Spatial Relation Indexing & Filtering Image Database Query Server
  • 12. Traditional text-based image search engines Manual annotation of images Use text-based retrieval methods E.g. Water lilies Flowers in a pond <Its biological name>
  • 13. by google by yahoo etc..
  • 14. Narrow vs. Broad Domain Narrow Medical Imagery Retrieval Finger Print Retrieval Satellite Imagery Retrieval Broad Photo Collections Internet
  • 15.
  • 16. One of the most important factors that greatly affect the quality of clinical nuclear medicine images is image filtering. Image filtering is a mathematical processing for noise removal and resolution recovery. The goal of the filtering is to compensate for loss of detail in an image while reducing noise.
  • 17. Mean Filter : Mean filter is the simplest low pass linear filter. It is implemented by replacing each pixel value with the average value of its neighbourhood. Mean filter can be considered as a convolution filter.
  • 18. Median Filter: Median filter is a non linear filter. Median filtering is done by replacing the central pixel with the median of all the pixels value in the current neighbourhood.
  • 19. Gaussian Filter: Gaussian filter is a linear low pass filter. A Gaussian filter mask has the form of a bell shaped curve with a high point in the centre and symmetrically tapering
  • 20. Clustering is a method of grouping data objects into different groups, such that similar data objects belong to the same group and dissimilar data objects to different clusters. Image clustering consists of two steps the former is feature extraction and second part is grouping. Clustering algorithm is applied over this extracted feature to form the group.
  • 21.
  • 22. Planning and government: there is a lot of satellite imagery of the earth, which can be used to inform important political debates. Military intelligence: satellite imagery can contain important military information. Typical queries involve finding militarily interesting changes — for example, is there a concentration of force? how much damage was caused by the last bombing raid? what happened today? etc. — occurring at particular places on the earth
  • 23. Stock photo and stock footage: commercial libraries — which often have extremely large and very diverse collections — survive by selling the rights to use particular images. Effective tools may unlock value in these collections by making it possible for relatively unsophisticated users to obtain images that are useful to them at acceptable expense in time and money. Access to museums: museums are increasingly creating web views of their collections, typically at restricted resolutions, to entice viewers into visiting the museum. Ideally, one would want viewers to get a sense of what is at the museum, why it is worth visiting and the particular virtues of the museum’s gift store. Trademark and copyright enforcement: as electronic commerce grows, so does the opportunity for automatic searches to do violations of trademark or of copyright. For example, at time of writing, the owner of rights to a picture could register it with an organization called BayTSP, who would then search for stolen copies of the picture on the web; recent changes in copyright law make it relatively easy to recover fines from violators (see http://www.baytsp.com/index.asp).
  • 24. Managing the web: indexing web pages appears to be a profitable activity; the images present on a web page should give cues to the content of the page. Users may also wish to have tools that allow them to avoid offensive images or advertising. A number of tools have been built to support searches for images on the web using CBIR techniques. There are tools that check images for potentially offensive content, both in the academic and commercial domains. Medical information systems: recovering medical images “similar” to a given query example might give more information on which to base a diagnosis or to conduct epidemiological studies. Furthermore, one might be able to cluster medical images in ways that suggest interesting and novel hypotheses to experts.
  • 25.
  • 26. Retrieving images based on the keywords is not only appropriate, but also time consuming. When compared to TBIR, CBIR is very effective and appropriate. Focused on effective FEATURE representation such as color, texture, shape. Easy to retrieve image databases.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31. There is a need for CBIR. It may be sufficient that a retrieval system present similar images, similar in some user-defined sense. CBIR has overcome all the limitation of Text Based Image Retrieval by considering the contents or features of image. To make it easy to search/retrieve/filter/exchange content to maintain archive, and to edit multimedia content etc. CBIR technology has been used and also using in several applications such as fingerprint identification, biodiversity information systems, digital libraries, crime prevention, medicine, historical research.
  • 32. Remco, C.V., Mirela, T., “Content based image retrieval systems: a survey”. http://www.mathworks.in/matlabcentral http://stackoverflow.com/questions/1476836 4/algorithms-used-for-content-based-image-retrieval- systems Content Based Image Retrieval(CBIR) System Based on the Clustering and Genetic Algorithm -Eng. Ahmed K. Mikhraq
  • 33. That is all, folks… Thank you for your patience!