Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Python Image Processing Cookbook

You're reading from  Python Image Processing Cookbook

Product type Book
Published in Apr 2020
Publisher Packt
ISBN-13 9781789537147
Pages 438 pages
Edition 1st Edition
Languages
Author (1):
Sandipan Dey Sandipan Dey
Profile icon Sandipan Dey
Toc

Table of Contents (11) Chapters close

Preface 1. Image Manipulation and Transformation 2. Image Enhancement 3. Image Restoration 4. Binary Image Processing 5. Image Registration 6. Image Segmentation 7. Image Classification 8. Object Detection in Images 9. Face Recognition, Image Captioning, and More 10. Other Books You May Enjoy

Implementing an image search engine

In this recipe, you will learn how to implement a simple image search engine (SE). It will be a search by example system, relying only on the image contents, known as content-based image retrieval (CBIR) systems. The images along with the features extracted are stored so that the system can return similar images (based on the features) during a search. The following describes the four steps of any CBIR system:

  1. Defining an image descriptor (descriptive features of an image)
  2. Indexing search images (for quick retrieval of the images with similar descriptors to the query image. Use an efficient data structure for fast retrieval)
  3. Defining the similarity metric to be used (Euclidean/cosine/chi-squared distance, and so on)
  4. Searching (the user submits a query image to the SE, and the SE extracts features from this query image and uses the indexed features...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}