You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function takes the SIFT like local features from an image database (features grouped imagewise) and a codebook(dictionary) to return an inverted file structure. i.e, the SIFT features of an image are mapped(quantized) to the nearest codewords in the dictionary. And each codeword holds the images(ids) containing features that are mapped to it. This will be a sparse list when the number oo codewords present in the dictionary is huge. This function calls one more functino(insert_image.m) to insert the image in the appropriate locations in the structure. One final note is, to use this function one must install the yael_library from the INRIA group, 'https://gforge.inria.fr/projects/yael/'. As a byproduct this function gives the un-normalised BoW(Bag of Visual Words) representation for the images in the database.
Cite As
Konda Reddy Mopuri (2026). Inverted-File-Structure (https://in.mathworks.com/matlabcentral/fileexchange/45829-inverted-file-structure), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (1.44 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
