Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
V
V_t
- Variable in class dimensionality_reduction.
PCA
principle component subspace is stored in the rows
valueOf(String)
- Static method in enum evaluation.
EvaluationFromFile.SearchMethod
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum feature_filtering.
DiscretizationFilterCreation.discretizationTypes
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum utilities.
ImageIOGreyScale.SpiInfo
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum vector_aggregation.
VladAggregatorWithFiltering.FilteringMethod
Returns the enum constant of this type with the specified name.
values()
- Static method in enum evaluation.
EvaluationFromFile.SearchMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum feature_filtering.
DiscretizationFilterCreation.discretizationTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum utilities.
ImageIOGreyScale.SpiInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum vector_aggregation.
VladAggregatorWithFiltering.FilteringMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VarianceBasedFiltering
- Class in
feature_filtering
This class is used for variance-based filtering.
VarianceBasedFiltering(double)
- Constructor for class feature_filtering.
VarianceBasedFiltering
Constructor
varianceCalculation(double[])
- Static method in class feature_filtering.
AbstractFeatureFiltering
Calculates and returns the variance of the given feature (each value is considered an observation of the same continuous random variable).
vector_aggregation
- package vector_aggregation
vectorLength
- Variable in class data_structures.
AbstractSearchStructure
The length of the raw vectors being indexed.
vectorLength
- Variable in class product_quantization.
ResidualVectorComputation
vectorLength
- Variable in class vector_aggregation.
AbstractFeatureAggregator
The length of the generated vectors.
vectorLength
- Variable in class vector_aggregation.
VladAggregatorMultipleVocabularies
vectorsList
- Variable in class data_structures.
VladArray
The vectors are stored here.
VladAggregator
- Class in
vector_aggregation
This class computes raw VLAD vectors.
VladAggregator(double[][])
- Constructor for class vector_aggregation.
VladAggregator
The default constructor calls the super constructor.
VladAggregatorMean
- Class in
vector_aggregation
This class computes raw VLAD vectors with mean instead of sum aggregation.
VladAggregatorMean(double[][])
- Constructor for class vector_aggregation.
VladAggregatorMean
The default constructor calls the super constructor.
VladAggregatorMultipleVocabularies
- Class in
vector_aggregation
This class computes multiple vocabulary VLAD vectors which are already power and L2 normalized.
VladAggregatorMultipleVocabularies(double[][][])
- Constructor for class vector_aggregation.
VladAggregatorMultipleVocabularies
The default constructor calls the super constructor.
vladAggregators
- Variable in class vector_aggregation.
VladAggregatorMultipleVocabularies
VladAggregatorWithFiltering
- Class in
vector_aggregation
This is an experimental version of the VladAggregator class which implements 3 methods for feature filtering based on feature-vocabulary relation.
VladAggregatorWithFiltering(double[][], VladAggregatorWithFiltering.FilteringMethod, double)
- Constructor for class vector_aggregation.
VladAggregatorWithFiltering
Contructor.
VladAggregatorWithFiltering.FilteringMethod
- Enum in
vector_aggregation
The alternative methods for feature filtering based on feature-vocabulary relation.
VladAggregatorWithFiltering.FilteringMethod()
- Constructor for enum vector_aggregation.
VladAggregatorWithFiltering.FilteringMethod
VladArray
- Class in
data_structures
This class can be used for storing vectors and also for performing k-nearest neighbor queries.
VladArray(int, int, int, String, boolean, boolean, boolean)
- Constructor for class data_structures.
VladArray
Advanced constructor.
VladArray(int, int, String)
- Constructor for class data_structures.
VladArray
Simple constructor.
vladArrayBDB
- Variable in class data_structures.
VladArray
Berkeley db for persistence of the VladArray data structure
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W