CogIPOneImageConvolveNxM BoundaryMode Property Cognex VisionPro
Get or set the NxM convolution boundary mode. Legal values are Reflected and Clipped.

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

public CogIPOneImageBoundaryModeConstants BoundaryMode { get; set; }

Property Value

Type: CogIPOneImageBoundaryModeConstants
The NxM convolution boundary mode.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a valid member of the enumeration.
See Also