Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectFeatureOrderedSet
This class adds ordering of the features in the set.
|
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 |
Modifier and Type | Method and Description |
---|---|
ObjectFeatureSet |
ObjectFeatureSet.clone(float minX,
float minY,
float maxX,
float maxY)
Creates and returns a copy of this object with the feature filtered with the passed region limits.
|
Constructor and Description |
---|
ObjectFeatureSet(ObjectFeatureSet superSet) |
ObjectFeatureSet(ObjectFeatureSet supSet,
float minX,
float maxX,
float minY,
float maxY)
Creates a new instance of ObjectFeatureSet as a subset of an existing ObjectFeatureSet.
|
ObjectFeatureSetMinNumOfSimilar(ObjectFeatureSet superSet) |
ObjectFeatureSetMinNumOfSimilar(ObjectFeatureSet supSet,
float minX,
float maxX,
float minY,
float maxY) |
ObjectFeatureSetNumOfSimilar(ObjectFeatureSet superSet) |
ObjectFeatureSetNumOfSimilar(ObjectFeatureSet supSet,
float minX,
float maxX,
float minY,
float maxY) |
ObjectFeatureSetSumOfSimilar(ObjectFeatureSet superSet,
float minX,
float maxX,
float minY,
float maxY) |