Interface | Description |
---|---|
ShapeFeatures.ShapeFeaturesOp |
An object able to perform the execution associated with a ShapeFeatures
type; possibly contains extra options for the operation.
|
Class | Description |
---|---|
CollectionComparisonTool |
This is a stand-alone tool that provides a means for comparing a
collection of images against each other.
|
GlobalFeatureExtractor |
Global feature extractors can enact based on an image and a mask
|
GlobalFeaturesTool |
A tool for extracting global image features.
|
PairWiseComparisonTool |
A tool for computing the similarities/distances between two images based
on a global feature.
|
ParallelExecutor |
A tool for running other tools in parallel, in a similar manner to a UNIX
Makefile.
|
SegmentingGlobalFeaturesTool |
A tool that computes features from the foreground
object in an image.
|
SegmentingPairWiseComparisonTool |
A tool for computing the similarities/distances between two images based
on a feature from the foreground object in the image.
|
Enum | Description |
---|---|
FeatureComparison |
Feature similarity/distance measures
|
GlobalFeatureType |
Different types of global image feature.
|
ShapeFeatures |
Features describing the shape of the foreground object in an image.
|