We provide a simple Matlab implementation of the method described in this paper:
@InProceedings{JDSP10,
author = "Herv\'e J\'egou and Matthijs Douze and Cordelia Schmid and Patrick P\'erez",
title = "Aggregating local descriptors into a compact image representation",
booktitle = "IEEE Conference on Computer Vision \& Pattern Recognition",
month = "jun",
year = "2010",
url = "http://lear.inrialpes.fr/pubs/2010/JDSP10"
}
This technique allows very large scale image indexing with a very compact image representation (typically 16 to 40 bytes per image).
Download Matlab package (71MB)
Note
Remark: This is an independent implementation of the method, not the one we used to generate the results of our the paper.
Therefore,
This paper makes use of several distinct packages. All instructions are given in the README file, however you might be interested at looking at them:
Warning
This package is outdated now. The webpage containing the improved version of the proposed image search system is available on this webpage.