Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectFeature
Abstract class for local image feature
|
class |
ObjectFeatureByte
Vlasta: This class used a hack for lowering memory footprint by moving an interval [0;255] to [-127;128], which is in essence WRONG!
|
class |
ObjectFeatureByteL2 |
class |
ObjectFeatureClustered
Deprecated.
This is superseded by
ObjectFeatureQuantized |
class |
ObjectFeatureClusteredMatch
Deprecated.
This is superseded by
ObjectFeatureQuantized |
class |
ObjectFeatureFloat |
class |
ObjectFeatureFloatL2 |
class |
ObjectFeatureFloatWClusters
Deprecated.
I do not know the purpose of this class, so I marked it as deprecated.
|
class |
ObjectFeatureFloatWClustersL2
Deprecated.
I do not know the purpose of this class, so I marked it as deprecated.
|
class |
ObjectFeatureLong |
class |
ObjectFeatureLongL2 |
class |
ObjectFeatureQuantized
Class for local image feature that is quantized to an array of long integers.
|
class |
ObjectFeatureQuantizedOneOfManyDist
Class for local image feature that is quantized to an array of long integers.
|
Modifier and Type | Method and Description |
---|---|
abstract float |
SortDimension.getPrimary(DimensionObjectKey.Point f)
Returns value of the primary sorting dimension.
|
abstract float |
SortDimension.getSecondary(DimensionObjectKey.Point f)
Returns value of the secondary sorting dimension.
|