CogPMAlignRunParams EdgeThreshold Property Cognex VisionPro
Run-time edge threshold, under which, edges will be ignored. Valid value range is from 0.0 to 65535.0. Default value is 5.0.

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

public double EdgeThreshold { get; set; }

Property Value

Type: Double
Exceptions

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

ArgumentException is thrown at runtime if the value is greater than 255 and the image is CogImage8Grey.
See Also