Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
Konda Reddy Mopuri (2026). Inverted-File-Structure (https://it.mathworks.com/matlabcentral/fileexchange/45829-inverted-file-structure), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.2.0.0 (1,44 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
