A B C D E F G H I J K L M N O P Q R S T U V W

I

ids - Variable in class data_structures.ADC
The ids of the corresponding images are stored in this list.
idsList - Variable in class data_structures.VladArray
The ids of the corresponding images are stored in this int array.
idToNameBDB - Variable in class data_structures.AbstractSearchStructure
Berkeley db holding id to name mappings, required for name look-up during nearest neighbor search.
idToNameMappings - Variable in class data_structures.AbstractSearchStructure
Counts the number of persisted id to name mappings.
ii - Variable in class utilities.boofcv_extensions.DescribePointSurfNormalization
 
ii - Variable in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
image - Variable in class utilities.boofcv_extensions.DescribePointSiftNormalization
 
ImageIOGreyScale - Class in utilities
A class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and decoding.
ImageIOGreyScale() - Constructor for class utilities.ImageIOGreyScale
Constructor is private to prevent instantiation.
ImageIOGreyScale.CacheInfo - Class in utilities
A class to hold information about caching.
ImageIOGreyScale.CacheInfo() - Constructor for class utilities.ImageIOGreyScale.CacheInfo
 
ImageIOGreyScale.CanDecodeInputFilter - Class in utilities
 
ImageIOGreyScale.CanDecodeInputFilter(Object) - Constructor for class utilities.ImageIOGreyScale.CanDecodeInputFilter
 
ImageIOGreyScale.CanEncodeImageAndFormatFilter - Class in utilities
 
ImageIOGreyScale.CanEncodeImageAndFormatFilter(ImageTypeSpecifier, String) - Constructor for class utilities.ImageIOGreyScale.CanEncodeImageAndFormatFilter
 
ImageIOGreyScale.ContainsFilter - Class in utilities
 
ImageIOGreyScale.ContainsFilter(Method, String) - Constructor for class utilities.ImageIOGreyScale.ContainsFilter
 
ImageIOGreyScale.ImageReaderIterator - Class in utilities
 
ImageIOGreyScale.ImageReaderIterator(Iterator) - Constructor for class utilities.ImageIOGreyScale.ImageReaderIterator
 
ImageIOGreyScale.ImageTranscoderIterator - Class in utilities
 
ImageIOGreyScale.ImageTranscoderIterator(Iterator) - Constructor for class utilities.ImageIOGreyScale.ImageTranscoderIterator
 
ImageIOGreyScale.ImageWriterIterator - Class in utilities
 
ImageIOGreyScale.ImageWriterIterator(Iterator) - Constructor for class utilities.ImageIOGreyScale.ImageWriterIterator
 
ImageIOGreyScale.SpiInfo - Enum in utilities
 
ImageIOGreyScale.SpiInfo() - Constructor for enum utilities.ImageIOGreyScale.SpiInfo
 
ImageIOGreyScale.TranscoderFilter - Class in utilities
 
ImageIOGreyScale.TranscoderFilter(ImageReaderSpi, ImageWriterSpi) - Constructor for class utilities.ImageIOGreyScale.TranscoderFilter
 
ImageScaling - Class in feature_extraction
This class performs image scaling
ImageScaling() - Constructor for class feature_extraction.ImageScaling
Constructor with no arguments, all fields take the default values
ImageScaling(int) - Constructor for class feature_extraction.ImageScaling
 
ImageScaling(int, boolean, Object) - Constructor for class feature_extraction.ImageScaling
 
ImageScaling(String, String) - Constructor for class feature_extraction.ImageScaling
 
indexSearchTime - Variable in class utilities.Answer
 
IndexTransformation - Class in utilities
This class can be used for transforming an existing index (BDB store) of PCA-projected VLAD vectors into a different type.
IndexTransformation() - Constructor for class utilities.IndexTransformation
 
indexVector(String, double[]) - Method in class data_structures.AbstractSearchStructure
Updates the index with the given vector.
indexVectorInternal(int, double[], Transaction) - Method in class data_structures.AbstractSearchStructure
This method should be implemented in all subclasses and do the operations required for indexing the given vector and id.
indexVectorInternal(int, double[], Transaction) - Method in class data_structures.ADC
Append the pqCodes and ids arrays with the code and the id of the given vector.
indexVectorInternal(int, double[], Transaction) - Method in class data_structures.IVFADC
Update the index with the given VLAD vector.Depending on how the coarse and product quantizers are learned, we should apply the appropriate transformations in each step.
indexVectorInternal(int, double[], Transaction) - Method in class data_structures.VladArray
Append the vectors array with the given vector and the ids array with the given id.
info(ImageReaderWriterSpi) - Method in enum utilities.ImageIOGreyScale.SpiInfo
 
initializeUsingKMeansPlusPlusMethodTipText() - Method in class codebook_generation.SimpleKMeansWithOutput
Returns the tip text for this property.
input - Variable in class utilities.ImageIOGreyScale.CanDecodeInputFilter
 
internalId - Variable in class utilities.Result
The internal id of the returned result.
invertedListByteVectors - Variable in class data_structures.IVFADC
This vector of TByteArrayList objects is used to store the inverted lists which contain indexed vectors.
invertedListIds - Variable in class data_structures.IVFADC
 
invertedListShortVectors - Variable in class data_structures.IVFADC
 
isIndexed(String, Transaction) - Method in class data_structures.AbstractSearchStructure
Checks if the vector with the given name is already indexed.
iter - Variable in class utilities.ImageIOGreyScale.ImageReaderIterator
 
iter - Variable in class utilities.ImageIOGreyScale.ImageTranscoderIterator
 
iter - Variable in class utilities.ImageIOGreyScale.ImageWriterIterator
 
IVFADC - Class in data_structures
This class implements IVFADC (Indexed Very Fast Asymmetric Distance Computation).
IVFADC(int, int, int, int, boolean, int, int, String, boolean, boolean) - Constructor for class data_structures.IVFADC
Advanced constructor.
IVFADC(int, int, int, int, boolean, int, String) - Constructor for class data_structures.IVFADC
Simple constructor.
ivfadcBDB - Variable in class data_structures.IVFADC
Berkeley db for persistence of the IVFADC index

A B C D E F G H I J K L M N O P Q R S T U V W