CogPMAlignRunParams OutsideRegionThreshold Property Cognex VisionPro 9.5
Specifies the proportion of features that can be outside the search region without affecting score. The value must be set to 0 when using PatFlex or PatMaxPerspective train algorithm.

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

public double OutsideRegionThreshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentExceptionIf you attempt to set this to a value less than zero or greater than 0.999.
Remarks

Specifies the proportion of features in the trained pattern that can be outside the search region without affecting score.

Default Value: 0.0

See Also