CogPMAlignResult OutsideRegionAreaProportion Property Cognex VisionPro 9.7
The proportion of pattern area that is outside the search region.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax

public double OutsideRegionAreaProportion { get; }

Property Value

Type: Double
Remarks

The proportion of the pattern area that is outside the run-time search region, provide OutsideRegionThreshold is enabled (has a value greater than 0.0).

If OutsideRegionThreshold is not enabled, will return 0.0. This value is not available for the PatFlex algorithm, and will return -1.0 if the PatFlex algorithm is used.

See Also