AlignmentRejectionHeuristics Enumeration |
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 [FlagsAttribute]
public enum AlignmentRejectionHeuristics
<FlagsAttribute>
Public Enumeration AlignmentRejectionHeuristics
Members
| Member name | Description |
---|
| None | No heuristics. |
| AlignmentConfidence | The confidence returned by the DocumentAligner class. |
| PercentTargetStructuresOverlapping | The percentage of the target structures which have corresponding overlapping template structures. |
| PercentTemplateStructuresOverlapping | The percentage of the template structures which have corresponding overlapping target structures. |
| PercentTargetAreaOverlapping | The percentage of the total target area which overlaps the template. |
| PercentTemplateAreaOverlapping | The percentage of the total template area which overlaps the target. |
| All | Every heuristic. |
| Default |
Default heuristics.
|
See Also