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