CogIPOneImageBoundaryModeConstants EnumerationCognex VisionPro
Enumeration of boundary mode values.

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

public enum CogIPOneImageBoundaryModeConstants
Members

  Member nameValueDescription
Clipped1In Clipped mode, output pixels, where not all the pixels inside the kernel window are available, are not defined. Therefore the output image is shrunk by the size of the kernel.
Reflected2In Reflected mode, missing pixels inside the kernel window are simulated as if the input image pixels are reflected at the image boundary. The size of the output image stays the same as the input image.
See Also