Package | Description |
---|---|
qa.qcri.prepocressor.operations |
This package contains all available operations, i.e. all commands which can
be used within the pipeline.
|
qa.qcri.prepocressor.operations.feat |
The feat package contains feature extractors that work together with the
featExtract operation
|
qa.qcri.prepocressor.ui |
This package contains classes for the user interaction.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Operation.getConfiguration()
Get the configuration instance for this operation.
|
Modifier and Type | Method and Description |
---|---|
static int |
ThresholdOperation.getType(Configuration conf)
Get the OpenCV descriptor for thresholding given the type parameter
in the given configuration.
|
Constructor and Description |
---|
ANHDFFeatureExtractor(Configuration conf) |
ConcavityFeatureExtractor(Configuration conf) |
DirectionalFeatureExtractor(Configuration conf) |
DistributionFeatureExtractor(Configuration conf) |
FeatureExtractor(Configuration conf)
Sole constructor.
|
MemoryFeatureExtractor(Configuration conf)
Sole constructor.
|
RawFeatureExtractor(Configuration conf) |
RunlengthsFeatureExtractor(Configuration conf) |
SnakeFeatureExtractor(Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
GlobalConfiguration
This is the configuration for prepocressor.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.getGlobalConfiguration()
Get configuration singleton.
|