Run parameters for Sobel Edge processing.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogSobelEdgeEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| InvalidCastException | The CogSobelEdge interface is not supported. |
Remarks
Run parameters for Sobel Edge processing.
Note: Setting this property to NULL does not cause an error, however, an error will occur if the Run method is called and this property is NULL.
Default Value: A default constructed CogSobelEdge
See Also