See: Description
| Class | Description |
|---|---|
| ANHDFFeatureExtractor |
This feature extractor implements Autonomously Normalized Horizontal
Differential Feature Extraction as presented by El-Mahallawy (2008) in his
PhD thesis.
|
| ConcavityFeatureExtractor |
This feature extractor implements the concavity features described in
"Features for HMM-Based Arabic Handwritten Word Recognition Systems", 2012.
|
| DirectionalFeatureExtractor |
This is a slightly more general version of a raw pixel feature extractor.
|
| DistributionFeatureExtractor |
This feature extractor implements the distribution features described in
"Features for HMM-Based Arabic Handwritten Word Recognition Systems", 2012.
|
| FeatureExtractor |
This is the most general super class for feature extractors.
|
| MemoryFeatureExtractor |
This abstract class implements a memory for feature extractors such that the
extraction can access features and frames in the past.
|
| RawFeatureExtractor |
This is a slightly more general version of a raw pixel feature extractor.
|
| RunlengthsFeatureExtractor |
This is a slightly more general version of a raw pixel feature extractor.
|
| SnakeFeatureExtractor |
This method tries to fit in paths of snakes.
|
FeatExtractOperation,
FeatureExtractor