Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
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 |
ObjectFaceLuxandDescriptor
This class encapsulates a Luxand FaceSDK recognition descriptor.
|
class |
ObjectFacePittPattDescriptor
This class encapsulates a PittPatt recognition descriptor.
|
class |
ObjectVectorEdgecomp |
Modifier and Type | Method and Description |
---|---|
static byte[][] |
ObjectByteVector.getMinMaxForEveryCoord(AbstractObjectIterator<? extends ObjectByteVector> iterator)
Computes minimum and maximum values over every coordinate of vectors in the collection's
iterator.
|
static byte[] |
ObjectByteVector.getMinMaxOverCoords(AbstractObjectIterator<? extends ObjectByteVector> iterator)
Computes minimum and maximum values over all coordinates of vectors in the collection's
iterator.
|