Package | Description |
---|---|
messif.objects |
Metric data objects.
|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.keys |
Data object keys.
|
messif.objects.nio |
Support for extended binary serialization of objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PrecompDistPerforatedArrayFilter |
class |
PrecomputedDistancesFilter
This class provides a framework for metric-distance filtering techniques.
|
class |
PrecomputedDistancesFixedArrayFilter
Precomputed distance filter that has a fixed array of distances.
|
class |
PrecomputedDistancesPivotMapFilter
Precomputed distance filter that has the stored precomputed distances mapped
to the respective
LocalAbstractObject . |
Modifier and Type | Class and Description |
---|---|
class |
MetaObjectArray
Implementation of the
MetaObject that stores a fixed array of encapsulated objects. |
class |
MetaObjectArrayWeightedSum
Extension of the
MetaObjectArray that implements the distance
as a weighted sum of the encapsulated objects. |
class |
MetaObjectColor
This class represents a meta object that encapsulates MPEG7 descriptors for colors.
|
class |
MetaObjectCophirKeywords
Implementation of the object that encapsulates CoPhIR data including keywords.
|
static class |
MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine
Object that holds only keywords and measures the distance as the
weighted Cosine distance with weights based on tf-idf algorithm.
|
static class |
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Extension of the MetaObjectCophirKeywords that preserves also the keyword
strings in both binary and Java serialization.
|
class |
MetaObjectMap
Implementation of
MetaObject that stores encapsulated objects
in a hash table. |
class |
MetaObjectParametricArray
Implementation of the
MetaObject that stores a fixed array of encapsulated objects
with additional parameters . |
class |
MetaObjectParametricArrayTotalMin
Extension of the
MetaObjectArray that implements the distance
as minimum of the distances between all pairs (from this object and the other
MetaObjectArray object). |
class |
MetaObjectParametricArrayWeightedSum
Extension of the
MetaObjectParametricArray that implements the distance
as a weighted sum of the encapsulated objects. |
class |
MetaObjectParametricMap
Extension of the standard
MetaObjectParametric that stores encapsulated
LocalAbstractObject s in a map under their symbolic names (strings). |
class |
MetaObjectParametricShapeAndColor
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color
with optional data stored via the
Parametric interface. |
class |
MetaObjectParametricShapeColorAndText
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
|
class |
MetaObjectPixMacSCT
Special meta object that stores only the objects required for the PixMac search.
|
class |
MetaObjectPixMacShapeAndColor
Special meta object that stores only the objects required for the PixMac search.
|
class |
MetaObjectProfiSCT
Special meta object that stores only the objects required for the Profi search.
|
static class |
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine
Object that holds only keywords and measures the distance as the
weighted Cosine distance with weights based on tf-idf algorithm.
|
static class |
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard
Object that holds only keywords and measures the distance as the
weighted Jaccard with weights based on tf-idf algorithm.
|
static class |
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings
Extension of the MetaObjectProfiSCT that preserves also the title and keywords
strings in both binary and Java serialization.
|
class |
MetaObjectProfiSCTiDIM
Special meta object that stores only the objects required for the Profi search.
|
static class |
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine
Object that holds only keywords and measures the distance as the
weighted Cosine distance with weights based on tf-idf algorithm.
|
static class |
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
Extension of the MetaObjectProfiSCT that preserves also the title and keywords
strings in both binary and Java serialization.
|
class |
MetaObjectSAPIR |
class |
MetaObjectSAPIRWeightedDist |
class |
MetaObjectSAPIRWeightedDist2 |
class |
MetaObjectSAPIRWeightedDist3 |
class |
MetaObjectShape
This class represents a meta object that encapsulates MPEG7 descriptors for shape.
|
class |
MetaObjectShapeAndColor
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
|
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 |
ObjectColorLayout |
class |
ObjectContourShape
This is the MPEG-7 Contour Shape descriptor.
|
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 |
ObjectFaceMPEG7AdvancedDescriptor
This class holds an advanced descriptor of face identity robust to variations in pose and illumination conditions.
|
class |
ObjectFaceMPEG7Descriptor
This class encapsulates a face recognition descriptor.
|
class |
ObjectFacePittPattDescriptor
This class encapsulates a PittPatt recognition descriptor.
|
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 |
ObjectFeatureOrderedSet
This class adds ordering of the features in the set.
|
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.
|
class |
ObjectFeatureSet
Represents a list of LocalAbstractObjects
All the encapsulated objects share the same locator URI.
|
class |
ObjectFeatureSetHausdorff |
class |
ObjectFeatureSetMinNumOfSimilar
Compute the number of similar features between this and other
ObjectFeatureSet . |
class |
ObjectFeatureSetNeedlemanWunsch
Needleman-Wunsch global sequence alignment algorithm.
|
class |
ObjectFeatureSetNeedlemanWunschWindowed
Needleman-Wunsch global sequence alignment computed by sliding windows.
|
class |
ObjectFeatureSetNumOfSimilar |
class |
ObjectFeatureSetOrdpres |
class |
ObjectFeatureSetSmithWaterman
Smith-Waterman local sequence alignment algorithm.
|
class |
ObjectFeatureSetSmithWatermanWindowed
Smith-Waterman local sequence alignment computed by sliding windows.
|
class |
ObjectFeatureSetSumOfMinDists |
class |
ObjectFeatureSetSumOfSimilar |
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 |
ObjectFloatVectorNeuralNetwork
This object uses static array of floats as its data content.
|
class |
ObjectFloatVectorNeuralNetworkL2
This object uses static array of floats as its data content.
|
class |
ObjectFloatVectorTunable
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
class |
ObjectGPSCoordinate
Implements GPS coordinates objects.
|
class |
ObjectHomogeneousTexture |
class |
ObjectIntMultiVector
This object uses multiple static array of integers as its data content.
|
class |
ObjectIntMultiVectorCosine
Implements the Cosine distance function.
|
class |
ObjectIntMultiVectorJaccard
Implements the Jaccard coefficient distance function.
|
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 |
ObjectRectangle2D |
class |
ObjectRegionShape
This is the MPEG-7 Region Shape descriptor.
|
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 |
ObjectString
This object uses
String as its data content. |
class |
ObjectStringDNASeqDist |
class |
ObjectStringEditDist
Object with string content and edit distance metric function.
|
class |
ObjectStringEditDistSleep
An object that whose getDistance() method takes 10 miliseconds more than std Edit distance
|
class |
ObjectStringFINLP_Dist |
class |
ObjectStringSmithWaterman |
class |
ObjectUnsignedByteVector
This object represents an array of unsigned bytes represented in memory as short integers.
|
class |
ObjectUnsignedByteVectorL2
Implementation of the
ObjectUnsignedByteVector with an L2 (Euclidean) metric distance. |
class |
ObjectVectorEdgecomp |
class |
ObjectVectorEMD
represents double[] data
|
class |
ObjectXMRegionShape
This is the MPEG-7 Region Shape descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectKey
This class encapsulates the standard key used by the AbstractObject - the URI locator.
|
class |
BucketIdObjectKey |
class |
DimensionObjectKey
This class adds to the standard object key
AbstractObjectKey dimensions of the object. |
class |
DoubleKey
The object key that contains a double value and a locator URI.
|
class |
DoubleKeyInterval |
class |
FaceKey
Object key for the faces.
|
class |
IntegerKey
The object key that contains an integer value and a locator URI.
|
class |
LongKey
The object key that contains a long value and a locator URI.
|
class |
LuxandFaceKey
Object key for the faces detected by the Luxand FaceSDK library.
|
class |
OCVFaceKey
Object key for the faces detected by the PittPatt library.
|
class |
PittPattFaceKey
Object key for the faces detected by the PittPatt library.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaToBinarySerializable
This is a helper class to provide the
BinarySerializable wrapping
of the native serialization of Java. |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<? extends BinarySerializable>,java.lang.Integer> |
CachingSerializator.cachedClasses
The hash table of cached classes with references to the constructor/factory method lists
|
protected java.util.Set<java.lang.Class<? extends BinarySerializable>> |
CachingSerializator.notCachedClasses
List of classes that are not cached but were serialized by this serializator.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends BinarySerializable>> |
CachingSerializator.getNotCachedClasses()
Returns the unmodifiable list of classes that are not cached but were serialized
by this serializator.
|
Modifier and Type | Method and Description |
---|---|
protected abstract int |
BinarySerializator.getBinarySize(BinarySerializable object)
Returns the size of the binary-serialized
object in bytes. |
protected int |
MultiClassSerializator.getBinarySize(BinarySerializable object)
Returns the size of the binary-serialized
object in bytes. |
protected int |
SingleClassSerializator.getBinarySize(BinarySerializable object)
Returns the size of the binary-serialized
object in bytes. |
protected int |
CachingSerializator.getClassIndex(BinarySerializable object)
Returns the index of the predefined class for this object.
|
protected int |
MultiClassSerializator.getClassIndex(BinarySerializable object)
Returns the index of the predefined class for this object.
|
protected abstract int |
BinarySerializator.write(BinaryOutput output,
BinarySerializable object)
Writes
object to this output buffer using binary serialization. |
protected int |
MultiClassSerializator.write(BinaryOutput output,
BinarySerializable object) |
protected int |
SingleClassSerializator.write(BinaryOutput output,
BinarySerializable object) |
Modifier and Type | Class and Description |
---|---|
class |
SortDimension
Sorting dimension
|