Click or drag to resize

OmrImagePreprocessingEventArgs Class

This class is passed to the user when OmrEngine's ImagePreprocessing event is fired.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.FormsProcessing.OmrOmrImagePreprocessingEventArgs

Namespace:  Atalasoft.FormsProcessing.Omr
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class OmrImagePreprocessingEventArgs : EventArgs

The OmrImagePreprocessingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOmrImagePreprocessingEventArgs
Creates a new instance of OmrImagePreprocessingEventArgs.
Top
Properties
  NameDescription
Public propertyInMarkedImage
The initially passed-in marked image. The image in this value will be preprocessed as long as OutMarkedImage is not set.
Public propertyInTemplateImage
The initially passed-in template image. The image in this value will be preprocessed as long as OutTemplateImage is not set.
Public propertyOutMarkedImage Obsolete.
If set, page preprocessing is skipped and this image is used instead.
Public propertyOutMarkedImageForAlignment
If set, page preprocessing for alignment is skipped and this image is used instead.
Public propertyOutMarkedImageForMarkExtraction
If set, page preprocessing for mark detection is skipped and this image is used instead.
Public propertyOutTemplateImage
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also