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

G

getAssignments() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the assignments for each instance.
getAveragePrecision() - Method in class evaluation.EvaluationFromFile
 
getAvgLookUpTimeCol() - Method in class evaluation.EvaluationFromFile
 
getAvgLookUpTimeDist() - Method in class evaluation.EvaluationFromFile
 
getAvgSearchTimeCol() - Method in class evaluation.EvaluationFromFile
 
getAvgSearchTimeDist() - Method in class evaluation.EvaluationFromFile
 
getBasisVector(int) - Method in class dimensionality_reduction.PCA
Returns a vector from the PCA's basis.
getCacheDirectory() - Method in class utilities.ImageIOGreyScale.CacheInfo
 
getCacheDirectory() - Static method in class utilities.ImageIOGreyScale
Returns the current value set by setCacheDirectory, or null if no explicit setting has been made.
getCacheInfo() - Static method in class utilities.ImageIOGreyScale
Returns the CacheInfo object associated with this ThreadGroup.
getCapabilities() - Method in class codebook_generation.SimpleKMeansWithOutput
Returns default capabilities of the clusterer.
getClusterCentroids() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the the cluster centroids.
getClusterNominalCounts() - Method in class codebook_generation.SimpleKMeansWithOutput
Returns for each cluster the frequency counts for the values of each nominal attribute.
getClusterSizes() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the number of instances in each cluster.
getClusterStandardDevs() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the standard deviations of the numeric attributes in each cluster.
getCoarseQuantizer() - Method in class data_structures.IVFADC
 
getDescriptionLength() - Method in class utilities.boofcv_extensions.DescribePointSurfNormalization
 
getDescriptor(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getDescriptor(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getDescriptorLength() - Method in class utilities.boofcv_extensions.DescribePointSiftNormalization
 
getDescriptorLength() - Method in class utilities.boofcv_extensions.DetectDescribeSiftNormalization
 
getDescriptorLength() - Method in class vector_aggregation.AbstractFeatureAggregator
 
getDescriptorsRejected() - Method in class vector_aggregation.VladAggregatorWithFiltering
 
getDescriptorType() - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getDescriptorType() - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getDisplayStdDevs() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets whether standard deviations and nominal count.
getDistance() - Method in class utilities.Result
 
getDistanceFunction() - Method in class codebook_generation.SimpleKMeansWithOutput
returns the distance function currently in use.
getDontReplaceMissingValues() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets whether missing values are to be replaced.
getEigenValues() - Method in class dimensionality_reduction.PCA
Returns a vector with the eignevalues in descending order.
getExternalId(int, Transaction) - Method in class data_structures.AbstractSearchStructure
This method returns the name or other external unique identifier of the image which was assigned the given internal id.
getExternalId() - Method in class utilities.Result
 
getFastDistanceCalc() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets whether to use faster distance calculation.
getFeatureAngles() - Method in class utilities.boofcv_extensions.DetectDescribeSiftNormalization
 
getFeatures() - Method in class utilities.boofcv_extensions.DetectDescribeSiftNormalization
 
getFeatureScales() - Method in class utilities.boofcv_extensions.DetectDescribeSiftNormalization
 
getHasPermission() - Method in class utilities.ImageIOGreyScale.CacheInfo
 
getImageReader(ImageWriter) - Static method in class utilities.ImageIOGreyScale
Returns an ImageReadercorresponding to the given ImageWriter, if there is one, or null if the plug-in for this ImageWriter does not specify a corresponding ImageReader, or if the given ImageWriter is not registered.
getImageReaders(Object) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode the supplied Object, typically an ImageInputStream .
getImageReadersByFormatName(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode the named format.
getImageReadersByMIMEType(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode files with the given MIME type.
getImageReadersBySuffix(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageReaders that claim to be able to decode files with the given suffix.
getImageTranscoders(ImageReader, ImageWriter) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageTranscoders that claim to be able to transcode between the metadata of the given ImageReader and ImageWriter.
getImageWriter(ImageReader) - Static method in class utilities.ImageIOGreyScale
Returns an ImageWritercorresponding to the given ImageReader, if there is one, or null if the plug-in for this ImageReader does not specify a corresponding ImageWriter, or if the given ImageReader is not registered.
getImageWriters(ImageTypeSpecifier, String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode images of the given layout (specified using an ImageTypeSpecifier) in the given format.
getImageWritersByFormatName(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode the named format.
getImageWritersByMIMEType(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode files with the given MIME type.
getImageWritersBySuffix(String) - Static method in class utilities.ImageIOGreyScale
Returns an Iterator containing all currently registered ImageWriters that claim to be able to encode files with the given suffix.
getIndexSearchTime() - Method in class utilities.Answer
 
getInitializeUsingKMeansPlusPlusMethod() - Method in class codebook_generation.SimpleKMeansWithOutput
Get whether to initialize using the probabilistic farthest first like method of the k-means++ algorithm (rather than the standard random selection of initial cluster centers).
getInternalId(String, Transaction) - Method in class data_structures.AbstractSearchStructure
This method returns the internal id assigned in the image with the given name or other external unique identifier.
getInternalId() - Method in class utilities.Result
 
getLoadCounter() - Method in class data_structures.AbstractSearchStructure
Returns the current value of the loadCounter.
getLocation() - Method in class utilities.boofcv_extensions.DetectDescribeSiftNormalization
 
getLocation(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getLocation(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getMaxIterations() - Method in class codebook_generation.SimpleKMeansWithOutput
gets the number of maximum iterations to be executed.
getMean() - Method in class dimensionality_reduction.PCA
 
getNameLookupTime() - Method in class utilities.Answer
 
getNumberOfFeatures() - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getNumberOfFeatures() - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getNumCentroids() - Method in class vector_aggregation.AbstractFeatureAggregator
 
getNumClusters() - Method in class codebook_generation.SimpleKMeansWithOutput
gets the number of clusters to generate.
getNumExecutionSlots() - Method in class codebook_generation.SimpleKMeansWithOutput
Get the degree of parallelism to use.
getOptions() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the current settings of SimpleKMeans.
getOrientation(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getOrientation(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getPreserveInstancesOrder() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets whether order of instances must be preserved.
getProductQuantizer() - Method in class data_structures.IVFADC
 
getRadius() - Method in class utilities.boofcv_extensions.DescribePointSurfModNormalization
 
getRadius() - Method in class utilities.boofcv_extensions.DescribePointSurfNormalization
 
getReaderFileSuffixes() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the file suffixes associated with the formats understood by the current set of registered readers.
getReaderFormatNames() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the informal format names understood by the current set of registered readers.
getReaderMIMETypes() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the MIME types understood by the current set of registered readers.
getReaderWriterInfo(Class<S>, ImageIOGreyScale.SpiInfo) - Static method in class utilities.ImageIOGreyScale
 
getRecallAtk() - Method in class evaluation.EvaluationFromFile
 
getResults() - Method in class utilities.Answer
 
getRevision() - Method in class codebook_generation.SimpleKMeansWithOutput
Returns the revision string.
getScale(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSiftNormalization
 
getScale(int) - Method in class utilities.boofcv_extensions.WrapDetectDescribeSurfNormalization
 
getSquaredError() - Method in class codebook_generation.SimpleKMeansWithOutput
Gets the squared error for all clusters.
getTechnicalInformation() - Method in class codebook_generation.SimpleKMeansWithOutput
 
getTempDir() - Static method in class utilities.ImageIOGreyScale
Returns the default temporary (cache) directory as defined by the java.io.tmpdir system property.
getTotalExtractionTime() - Method in class feature_extraction.DescriptorExtractor
 
getTotalNumberInterestPoints() - Method in class feature_extraction.DescriptorExtractor
 
getUseCache() - Method in class utilities.ImageIOGreyScale.CacheInfo
 
getUseCache() - Static method in class utilities.ImageIOGreyScale
Returns the current value set by setUseCache, or true if no explicit setting has been made.
getVector(int) - Method in class data_structures.VladArray
Returns the k-th vector, either from the ram-based or from the disk-based index.
getVectorId(int) - Method in class data_structures.VladArray
Returns the k-th id in the ids array
getVectorLength() - Method in class vector_aggregation.AbstractFeatureAggregator
Should compute and return the length of the generated vector.
getVectorLength() - Method in class vector_aggregation.BowAggregator
 
getVectorLength() - Method in class vector_aggregation.VladAggregator
 
getVectorLength() - Method in class vector_aggregation.VladAggregatorMean
 
getVectorLength() - Method in class vector_aggregation.VladAggregatorMultipleVocabularies
 
getVectorLength() - Method in class vector_aggregation.VladAggregatorWithFiltering
 
getWriterFileSuffixes() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the file suffixes associated with the formats understood by the current set of registered writers.
getWriterFormatNames() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the informal format names understood by the current set of registered writers.
getWriterMIMETypes() - Static method in class utilities.ImageIOGreyScale
Returns an array of Strings listing all of the MIME types understood by the current set of registered writers.
globalInfo() - Method in class codebook_generation.SimpleKMeansWithOutput
Returns a string describing this clusterer.
gradient - Variable in class utilities.boofcv_extensions.DescribePointSurfNormalization
 
gridWeights - Variable in class utilities.boofcv_extensions.DescribePointSiftNormalization
 
gridWidth - Variable in class utilities.boofcv_extensions.DescribePointSiftNormalization
 

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