Search index that maps visual words to images
imageIndex = invertedImageIndex(bag)
imageIndex = invertedImageIndex(bag,'SaveFeatureLocations',tf)
imageIndex = invertedImageIndex(___,Name,Value)
returns
a search index object that you can use with the imageIndex
= invertedImageIndex(bag
)retrieveImages
function to search for
an image. The object stores the visual word-to-image mapping based
on the input bag
, a bagOfFeatures
object.
optionally
specifies whether or not to save the feature location data in imageIndex
= invertedImageIndex(bag
,'SaveFeatureLocations'
,tf)imageIndex
.
uses
additional options specified by one or more imageIndex
= invertedImageIndex(___,Name,Value
)Name,Value
pair
arguments, using any of the preceding syntaxes.
addImages | Add new images to image index |
removeImages | Remove images from image index |
Sivic, J. and A. Zisserman. Video Google: A text retrieval approach to object matching in videos. ICCV (2003) pg 1470-1477.
Philbin, J., O. Chum, M. Isard, J. Sivic, and A. Zisserman. Object retrieval with large vocabularies and fast spatial matching. CVPR (2007).
bagOfFeatures
| evaluateImageRetrieval
| imageSet
| indexImages
| retrieveImages