Skip to content

Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI)

Notifications You must be signed in to change notification settings

kirk86/ImageRetrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
kirk86
Feb 19, 2019
cab6a34 · Feb 19, 2019

History

17 Commits
May 13, 2014
May 13, 2014
May 13, 2014
Feb 19, 2019
Jun 9, 2013
Apr 28, 2017
Apr 28, 2017
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Jun 9, 2013
Sep 19, 2014
May 13, 2014
May 13, 2014
May 13, 2014

Repository files navigation

ImageRetrieval

Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI).

When cloning the repository you'll have to create a directory inside it and name it images.

Inside the images directory you're gonna put your own images which in a sense actually forms your image dataset.

Then you're gonna have to build the features dataset by pressing the red button with the label "Create DB of image features"

If you don't have any images you can use the wang dataset which is the one I used to demonstrate the above techniques.

You can download it from here: http://wang.ist.psu.edu/docs/related/

For a more detailed description checkout "reference.pdf"

For an even more detailed description have a look at http://arxiv.org/abs/1608.03811

If you find this work useful please cite it using the following format:

@article{DBLP:journals/corr/Mitro16,
  author    = {Joani Mitro},
  title     = {Content-based image retrieval tutorial},
  journal   = {CoRR},
  volume    = {abs/1608.03811},
  year      = {2016},
  url       = {http://arxiv.org/abs/1608.03811},
  archivePrefix = {arXiv},
  eprint    = {1608.03811},
  timestamp = {Mon, 13 Aug 2018 01:00:00 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/Mitro16},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

About

Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages