Package | Description |
---|---|
messif.objects.extraction |
Support for
object extraction. |
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Class and Description |
---|
MetaObjectParametricMap
Extension of the standard
MetaObjectParametric that stores encapsulated
LocalAbstractObject s in a map under their symbolic names (strings). |
Class and Description |
---|
CophirXmlParser
Implementation of the CoPhIR XML file parsing.
|
MetaObjectArray
Implementation of the
MetaObject that stores a fixed array of encapsulated objects. |
MetaObjectArrayWeightedSum
Extension of the
MetaObjectArray that implements the distance
as a weighted sum of the encapsulated objects. |
MetaObjectCophirKeywords
Implementation of the object that encapsulates CoPhIR data including keywords.
|
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Extension of the MetaObjectCophirKeywords that preserves also the keyword
strings in both binary and Java serialization.
|
MetaObjectFixed
Abstract implementation of the
MetaObject that stores a fixed list of
encapsulated objects. |
MetaObjectParametricArray
Implementation of the
MetaObject that stores a fixed array of encapsulated objects
with additional parameters . |
MetaObjectParametricArrayWeightedSum
Extension of the
MetaObjectParametricArray that implements the distance
as a weighted sum of the encapsulated objects. |
MetaObjectParametricShapeColorAndText
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
|
MetaObjectPixMacSCT
Special meta object that stores only the objects required for the PixMac search.
|
MetaObjectProfiSCT
Special meta object that stores only the objects required for the Profi search.
|
MetaObjectProfiSCT.DatabaseSupport.Stopword
Encapsulation of database stopword
|
MetaObjectProfiSCT.Rights
List of rights
|
MetaObjectProfiSCT.Territory
List of territories
|
MetaObjectProfiSCTiDIM
Special meta object that stores only the objects required for the Profi search.
|
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
Extension of the MetaObjectProfiSCT that preserves also the title and keywords
strings in both binary and Java serialization.
|
MetaObjectSAPIR |
MetaObjectSAPIRWeightedDist |
MetaObjectSAPIRWeightedDist2 |
MetaObjectSAPIRWeightedDist3 |
ObjectByteVector
This object uses static array of byte integers as its data content.
|
ObjectColorLayout |
ObjectDoubleVector
This object uses static array of doubles as its data content.
|
ObjectFeature
Abstract class for local image feature
|
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!
|
ObjectFeatureClustered
Deprecated.
This is superseded by
ObjectFeatureQuantized |
ObjectFeatureFloat |
ObjectFeatureFloatWClusters
Deprecated.
I do not know the purpose of this class, so I marked it as deprecated.
|
ObjectFeatureLong |
ObjectFeatureOrderedSet
This class adds ordering of the features in the set.
|
ObjectFeatureOrderedSet.SlidingWindow
Sliding window -- used in sequence matching of
feature sets . |
ObjectFeatureQuantized
Class for local image feature that is quantized to an array of long integers.
|
ObjectFeatureSet
Represents a list of LocalAbstractObjects
All the encapsulated objects share the same locator URI.
|
ObjectFloatUnitVector
This object uses static array of floats as its data content.
|
ObjectFloatVector
This object uses static array of floats as its data content.
|
ObjectFloatVectorL2
Implementation of the
ObjectFloatVector with an L2 (Euclidean) metric distance. |
ObjectFloatVectorNeuralNetwork
This object uses static array of floats as its data content.
|
ObjectGPSCoordinate
Implements GPS coordinates objects.
|
ObjectGPSCoordinate.ReferenceEllipsoid
The ReferenceEllipsoid class defines a geodetic reference ellipsoid
used as a standard for geodetic measurements.
|
ObjectHomogeneousTexture |
ObjectIntMultiVector
This object uses multiple static array of integers as its data content.
|
ObjectIntMultiVector.MultiWeightIgnoreProvider
Implementation of
ObjectIntMultiVector.WeightProvider that has a single weight for every data array of the ObjectIntMultiVector
and it ignores a specified list of integers (created from a given list of keywords) - the ignore weight is specified in the
last weight in the weight array. |
ObjectIntMultiVector.MultiWeightProvider
Implementation of
ObjectIntMultiVector.WeightProvider that has a single weight for every data array
of the ObjectIntMultiVector . |
ObjectIntMultiVector.SDIteratorIntersectionResult
Represents resulting values that can be returned by
intersect
method of the ObjectIntMultiVector.SortedDataIterator . |
ObjectIntMultiVector.SortedDataIterator
Internal iterator that provides sorted access to the vector data arrays of integers.
|
ObjectIntMultiVector.WeightProvider
Interface for providing the weights for the Jaccard distance function.
|
ObjectIntMultiVectorCosine
Implements the Cosine distance function.
|
ObjectIntMultiVectorJaccard
Implements the Jaccard coefficient distance function.
|
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.
|
ObjectIntSortedVectorJaccard
Implements the Jaccard coeficient distance function.
|
ObjectIntVector
This object uses static array of integers as its data content.
|
ObjectIntVectorL1
Implementation of the
ObjectIntVector with an L1 (city-block) metric distance. |
ObjectRectangle2D |
ObjectRegionShape
This is the MPEG-7 Region Shape descriptor.
|
ObjectShortVector
This object uses static array of short integers as its data content.
|
ObjectShortVectorL1
Implementation of the
ObjectShortVector with an L1 (city-block) metric distance. |
ObjectSignatureSQFD
Signatures
|
ObjectString
This object uses
String as its data content. |
ObjectStringEditDist
Object with string content and edit distance metric function.
|
ObjectUnsignedByteVector
This object represents an array of unsigned bytes represented in memory as short integers.
|
ObjectVector
Interface for LocalAbstractObject implementations that encapsulate vector data.
|
ObjectVectorEdgecomp |
ObjectXMRegionShape
This is the MPEG-7 Region Shape descriptor.
|
Class and Description |
---|
MetaObjectMap
Implementation of
MetaObject that stores encapsulated objects
in a hash table. |
ObjectFeature
Abstract class for local image feature
|
ObjectSignatureSQFD
Signatures
|
Class and Description |
---|
MetaObjectParametricShapeColorAndText
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
|