Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectFaceMPEG7Descriptor
This class encapsulates a face recognition descriptor.
|
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 |
ObjectIntVectorL1
Implementation of the
ObjectIntVector with an L1 (city-block) metric distance. |
class |
ObjectIntVectorL2
Implementation of the
ObjectIntVector with an L2 (Euclidean) metric distance. |
Modifier and Type | Method and Description |
---|---|
static int[][] |
ObjectIntVector.getMinMaxForEveryCoord(AbstractObjectIterator<? extends ObjectIntVector> iterator)
Computes minimum and maximum values over every coordinate of vectors in the collection's
iterator.
|
static int[] |
ObjectIntVector.getMinMaxOverCoords(AbstractObjectIterator<? extends ObjectIntVector> iterator)
Computes minimum and maximum values over all coordinates of vectors in the collection's
iterator.
|