Extract features from Blob by calling the feature extractor which is currently being used. This routine simply provides a high level interface to feature extraction. The caller can extract any type of features from a blob without understanding any lower level details.
- Parameters:
-
| FeatureDefs | definitions of feature types/extractors |
| denorm | Normalize/denormalize to access original image |
| Blob | blob to extract features from |
- Returns:
- The character features extracted from Blob.
- Note:
- Exceptions: none
-
History: Sun Jan 21 10:07:28 1990, DSJ, Created.