DocumentAligner Class |
Namespace: Atalasoft.FormsProcessing.Alignment
The DocumentAligner type exposes the following members.
Name | Description | |
---|---|---|
DocumentAligner | Creates a new instance of DocumentAligner with the default property values. |
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(PageFingerprint, PageFingerprint) | Finds the best transform from template to sourceImage based on the given document's fingerprints. | |
Align(PageFingerprint, PageFingerprint, ImmutableMatrix) | Finds the best transform from source to target based on a given pair of PageFingerprints and an initial alignment estimate. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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. |