The threshold coefficients are used to compute a threshold image from the standard deviation image. Threshold Pixel = [ThresholdScale * Standard Deviation Pixel] + ThresholdOffset.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogPatInspectPattern Changed | Fires when the threshold scale changes. The following state flag may be affected: |
| CogPatInspectPattern Changed | Fires when the threshold scale changes and the trained threshold image is updated as well. The following state flags may be affected: |
Remarks
The threshold coefficients are used to compute a threshold image from the standard deviation image. Threshold Pixel = [ThresholdScale * Standard Deviation Pixel] + ThresholdOffset.
The currently trained threshold image is updated when the threshold scale value is changed and the pattern is already trained.
Default Value: 1.0
See Also