| Modifier and Type | Method and Description |
|---|---|
static ProcessingPipeline |
ProcessingPipeline.getDefault()
Gets a default pipeline of image preprocessing algorithms
|
ProcessingPipeline |
OmrEngine.getProcessingPipeline()
Gets an instance of
ProcessingPipeline that contains image processing algorithms
used for pre-processing of a scanned image before data extraction. |
| Modifier and Type | Method and Description |
|---|---|
void |
OmrEngine.changeProcessingPipeline(ProcessingPipeline newPipeline)
Replaces the image processing pipeline with a new one.
|
| Constructor and Description |
|---|
OmrEngine(OmrTemplate template,
ProcessingPipeline pipeline)
Initializes a new instance of the
OmrEngine class. |
Copyright © 2014. All rights reserved.