Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectByteVector
This object uses static array of byte integers as its data content.
|
class |
ObjectByteVectorL1
Implementation of the
ObjectByteVector with an L1 (city-block) metric distance. |
class |
ObjectByteVectorL2
Implementation of the
ObjectByteVector with an L2 (Euclidean) metric distance. |
class |
ObjectDoubleVector
This object uses static array of doubles as its data content.
|
class |
ObjectDoubleVectorL1
Implementation of the
ObjectDoubleVector with an L1 (city-block) metric distance. |
class |
ObjectDoubleVectorL2
Implementation of the
ObjectDoubleVector with an L2 (Euclidean) metric distance. |
class |
ObjectFaceLuxandDescriptor
This class encapsulates a Luxand FaceSDK recognition descriptor.
|
class |
ObjectFaceMPEG7Descriptor
This class encapsulates a face recognition descriptor.
|
class |
ObjectFacePittPattDescriptor
This class encapsulates a PittPatt recognition descriptor.
|
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 |
ObjectFeatureFloat |
class |
ObjectFeatureFloatL2 |
class |
ObjectFeatureLong |
class |
ObjectFeatureLongL2 |
class |
ObjectFloatUnitVector
This object uses static array of floats as its data content.
|
class |
ObjectFloatUnitVectorL2
Implementation of the
ObjectFloatUnitVector with an L2 (Euclidean) metric distance. |
class |
ObjectFloatVector
This object uses static array of floats as its data content.
|
class |
ObjectFloatVectorCosine
Implementation of the
ObjectFloatVector with a Cosine metric
distance. |
class |
ObjectFloatVectorL1
Implementation of the
ObjectFloatVector with an L1 (city-block) metric distance. |
class |
ObjectFloatVectorL2
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
class |
ObjectFloatVectorLmax
Implementation of the
ObjectFloatVector with an L-max metric distance. |
class |
ObjectFloatVectorTunable
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
class |
ObjectIntSortedVector
This class represents an integer vector sorted non-decreasingly - the data
is sorted in the constructor, if not explicitely said that it's already sorted.
|
class |
ObjectIntSortedVectorJaccard
Implements the Jaccard coeficient distance function.
|
class |
ObjectIntVector
This object uses static array of integers as its data content.
|
class |
ObjectIntVectorL1
Implementation of the
ObjectIntVector with an L1 (city-block) metric distance. |
class |
ObjectIntVectorL2
Implementation of the
ObjectIntVector with an L2 (Euclidean) metric distance. |
class |
ObjectShortVector
This object uses static array of short integers as its data content.
|
class |
ObjectShortVectorL1
Implementation of the
ObjectShortVector with an L1 (city-block) metric distance. |
class |
ObjectShortVectorL2
Implementation of the
ObjectShortVector with an L2 (Euclidean) metric distance. |
class |
ObjectSignatureSQFD
Signatures
|
class |
ObjectVectorEdgecomp |
class |
ObjectVectorEMD
represents double[] data
|