Giter Club home page Giter Club logo

cbir-using-matlab's Introduction

CBIR-Using-MATLAB

ABOUT:

This is a image search engine which uses hsv/rgb features of images and euclidean distance method to search for similar images in a given folder using query image.

'cmp_rgb.m' uses rgb(Red-blue-Green) features of a image.

'cmp_hsv.m' uses hsv(Hue-Saturation-value) features of a image.

REQUIREMENTS:

1.MATLAB.

2.SAMPLE IMAGES - A set of images from which you want to find similar images(I have provided a 'Sample_images' folder along with code so that you can use them to test the code if needed).

3.Query Image - Image whose similar images you want to find from a given folder(You can use one from sample images itself).

WORKING OF CODE:

1.First of all it reads all the images with specific extention(e.g.-jpg/jpeg etc) from the given folder e.g. in our code image format '.jpg' and folder location 'C:\Users\NIKHIL YADAV\Desktop\CBIR\Sample_images'.

2.After that it will read and store them in an array.

3.Now they will be split into rgb/hsv channels and later conversion of images into vector will take place.

4.Finally similarity between query image and test images will be done using EUCLIDEAN DISTANCE METHOD.

5.Output will be displayed by suitable comparision values in if statement.

THANK YOU!

cbir-using-matlab's People

Contributors

nikhil-yd02 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.