Get or set the NxM convolution boundary mode. Legal values are Reflected and Clipped.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogIPOneImageBoundaryModeConstantsThe NxM convolution boundary mode.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the boundary mode changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied value is not a valid member of the enumeration. |
See Also