| Modifier and Type | Method and Description |
|---|---|
OmrTemplate |
OmrEngine.getTemplate()
Gets a data template that describes data structure of an OMR sheet.
|
static OmrTemplate |
OmrTemplate.load(InputStream stream)
Loads the template.
|
static OmrTemplate |
OmrTemplate.load(String fileName)
Loads the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OmrEngine.setTemplate(OmrTemplate value)
Sets a data template that describes data structure of an OMR sheet.
|
| Constructor and Description |
|---|
OmrEngine(OmrTemplate template)
Initializes a new instance of the
OmrEngine class. |
OmrEngine(OmrTemplate template,
ProcessingPipeline pipeline)
Initializes a new instance of the
OmrEngine class. |
Copyright © 2014. All rights reserved.