|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VladAggregatorWithFiltering.FilteringMethod>
vector_aggregation.VladAggregatorWithFiltering.FilteringMethod
public static enum VladAggregatorWithFiltering.FilteringMethod
The alternative methods for feature filtering based on feature-vocabulary relation.
Enum Constant Summary | |
---|---|
distribution
The method described in: D. |
|
ratio
Retains only features whose distance from the closest visual word is at least b times smaller than their distance from the second closest visual word. |
|
std
Retains only features whose distance from the closest visual word is at least a standard deviations smaller than the mean distance of this feature from all visual words. |
Method Summary | |
---|---|
static VladAggregatorWithFiltering.FilteringMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VladAggregatorWithFiltering.FilteringMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VladAggregatorWithFiltering.FilteringMethod std
public static final VladAggregatorWithFiltering.FilteringMethod ratio
public static final VladAggregatorWithFiltering.FilteringMethod distribution
D. Chen, S. Tsai, V. Chandrasekhar, G. Takacs, H. Chen, R. Vedantham, R. Grzeszczuk, and B. Girod, “Residual enhanced visual vectors for on-device image matching,” in IEEE Asilomar Conference on Signals, Systems, and Computers, 2011, pp. 850–854.
Method Detail |
---|
public static VladAggregatorWithFiltering.FilteringMethod[] values()
for (VladAggregatorWithFiltering.FilteringMethod c : VladAggregatorWithFiltering.FilteringMethod.values()) System.out.println(c);
public static VladAggregatorWithFiltering.FilteringMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |