Aspose.OMR.Api Namespace

The Aspose.OMR.Api contains main OMR methods for template generation and images recognition.
Classes
  ClassDescription
Public classImageCollection
Collection of Images that can be used for template Generation. e.g. GenerateTemplate(MemoryStream, ImageCollection) Can be useful when your images are not in the file system.
Public classCode exampleOmrEngine
The OMR engine. Handles the creation of the template and image processing classes and GUI components.
Public classCode exampleTemplateProcessor
Class for processing templates and images.
Remarks
Each instance of this class works with a single OMR template. It is able to recognize images of the template specified in the constructor.