IDocumentAligner Interface |
Namespace: Atalasoft.FormsProcessing.Alignment
The IDocumentAligner type exposes the following members.
Name | Description | |
---|---|---|
![]() | TargetObjectSize | Gets or sets the approximate size (in pixels) of the primary feature to be considered for alignment. In the case of OMR this would be the size of the marks. Default: 35, 35 |
Name | Description | |
---|---|---|
![]() | Align | Finds the best transform from source to target based on a given pair of PageFingerprints and an initial alignment estimate. |
Name | Description | |
---|---|---|
![]() | IntermediateResultFound | This event is fired at the end of each alignment step. Its primary use is to visualize how the alignment
algorithm is working for debugging purposes. |