Atalasoft.FormsProcessing.Alignment Namespace |
Class | Description | |
---|---|---|
AlignmentRejector | This class is used to validate the results of DocumentAligner. It does this by compairing
the similarity of PageFingerprints in various ways. | |
AlignmentRejectorResult | This class is used by the AlignmentRejector class to report its results. | |
AlignmentResult | This class is used by the DocumentAligner class to report its results. | |
BadAlignmentException | This type of Exception is thrown when the AlignmentRejector class rejects a document with
poor alignment. | |
DocumentAligner | The DocumentAligner class attempts to find the best possible alignment transform between two images. | |
IntermediateResultFoundEventArgs | This class is used by DocumentAligner's IntermediateResultFound
event to report the result of each alignment step. | |
PageFingerprint | The data used to represent the structural layout of a specific document. Implementation details are
hidden as they may change in the future. | |
PageFingerprintGenerator | This class is used to generate PageFingerprint. | |
PageFingerprintGeneratorException | Thrown when something has gone wrong generating a PageFingerprint with PageFingerprintGenerator. |
Interface | Description | |
---|---|---|
IAlignmentRejector | An interface representation of AlignmentRejector. This allows you to test your
implementation without an actual AlignmentRejector instance. | |
IDocumentAligner | An interface representation of DocumentAligner. This allows you to test your implementation
without an actual DocumentAligner instance. |
Enumeration | Description | |
---|---|---|
AlignmentRejectionHeuristics | This is an enumeration of the heuristics used by the AlignmentRejector class. |