aacruzr / informedproject

Automatically exported from code.google.com/p/informedproject
0 stars 0 forks source link

Index images listed in a text file #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ImageRetrieval component is required to index a list of images listed in a 
text file, which has the following format:

KEY PATH
1 /home/informed/images/imageA.jpg
2 /home/informed/images/imageB.bmp
...

The header of the file is not needed. Spaces are not allowed in paths of the 
second column. Keys are not necessarily numbers, any string is allowed.

The resulting index files (features) will be organized according to the image 
key instead of the image name.

Original issue reported on code.google.com by jccaic...@gmail.com on 5 Apr 2011 at 9:36

GoogleCodeExporter commented 9 years ago
The functionality for image indexing based on a list of paths in a text file 
has been added. Local tests have been successful.

Original comment by jccaic...@gmail.com on 8 Apr 2011 at 5:40