Package | Description |
---|---|
org.openimaj.feature.local | |
org.openimaj.feature.normalisation |
Modifier and Type | Method and Description |
---|---|
static <L extends Location> |
FloatLocalFeatureAdaptor.wrap(List<? extends LocalFeature<L,?>> list,
Normaliser<FloatFV> normaliser)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
static List<FloatLocalFeatureAdaptor<?>> |
FloatLocalFeatureAdaptor.wrapUntyped(List<? extends LocalFeature<?,?>> list,
Normaliser<FloatFV> normaliser)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
Constructor and Description |
---|
FloatLocalFeatureAdaptor(LocalFeature<L,?> localFeature,
Normaliser<FloatFV> normaliser)
Construct a new
FloatLocalFeatureAdaptor with the given
underlying feature and normaliser. |
Modifier and Type | Class and Description |
---|---|
class |
HellingerNormaliser
This
Normaliser normalises vectors such that the Euclidean distance
between normalised vectors is equivalent to computing the similarity using
the Hellinger kernel on the un-normalised vectors. |