Click or drag to resize

DocumentAlignerAlign Method (PageFingerprint, PageFingerprint)

Finds the best transform from template to sourceImage based on the given document's fingerprints.

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AlignmentResult Align(
	PageFingerprint sourceFingerprint,
	PageFingerprint targetFingerprint
)

Parameters

sourceFingerprint
Type: Atalasoft.FormsProcessing.AlignmentPageFingerprint
targetFingerprint
Type: Atalasoft.FormsProcessing.AlignmentPageFingerprint

Return Value

Type: AlignmentResult
An AlignmentResult instance containing a transform from template to document and the closeness of overlap provided by that transform.
See Also