CogPMAlignResult OutsideRegionFeatureProportion Property Cognex VisionPro 9.8
The proportion of pattern features that is outside the search region.

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

public double OutsideRegionFeatureProportion { get; }

Property Value

Type: Double
Remarks

The proportion of the pattern features that is outside the run-time search region, provided 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