Click or drag to resize

IDocumentAligner Interface

An interface representation of DocumentAligner. This allows you to test your implementation without an actual DocumentAligner instance.

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 interface IDocumentAligner

The IDocumentAligner type exposes the following members.

Properties
  NameDescription
Public propertyTargetObjectSize

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

Top
Methods
  NameDescription
Public methodAlign

Finds the best transform from source to target based on a given pair of PageFingerprints and an initial alignment estimate.

Top
Events
  NameDescription
Public eventIntermediateResultFound
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.
Top
See Also

Reference

DocumentAligner Class