Vector of Locally Aggregated Descriptors (VLAD) encoding
vlad.h implements the Vector of Linearly Aggregated Descriptors (VLAD) image representation jegou10vlad arandjelovic13all-about .
Getting started demonstrates ho to use VLFeat to compute the VLAD encoding of an image. For further details refere to:
Getting started
To get the VLAD vector siply run the function vl_vlad_encode with correct parameters. The function can be applied to both float
or double
data types.