OmrImagePreprocessingEventArgs Properties |
The OmrImagePreprocessingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| InMarkedImage | The initially passed-in marked image. The image in this value will be preprocessed as long as
OutMarkedImage is not set. | |
| InTemplateImage | The initially passed-in template image. The image in this value will be preprocessed as long as
OutTemplateImage is not set. | |
| OutMarkedImage | Obsolete. If set, page preprocessing is skipped and this image is used instead. | |
| OutMarkedImageForAlignment |
If set, page preprocessing for alignment is skipped and this image is used instead.
| |
| OutMarkedImageForMarkExtraction |
If set, page preprocessing for mark detection is skipped and this image is used instead.
| |
| OutTemplateImage | If set, template preprocessing is skipped and this image is used instead. If this has a value when the
event fires, it's the template's cache. |