public class OmrEngine extends Object
The OMR engine. Handles the creation of the template and image processing classes and GUI components.
| Constructor and Description |
|---|
OmrEngine() |
| Modifier and Type | Method and Description |
|---|---|
GenerationResult |
generateTemplate(String markupPath)
Creates template (.omr) and template image based on text markup
|
TemplateProcessor |
getTemplateProcessor(String templatePath)
Creates the
TemplateProcessor instance that allows working with specified template. |
public final TemplateProcessor getTemplateProcessor(String templatePath)
Creates the TemplateProcessor instance that allows working with specified template.
templatePath - The path to the OMR template fileTemplateProcessor instancepublic final GenerationResult generateTemplate(String markupPath)
Creates template (.omr) and template image based on text markup
markupPath - Path to the text markup fileCopyright © 2019 Aspose. All Rights Reserved.