CogIPOneImagePelSetOperationConstants EnumerationCognex VisionPro 9.22 SR1
Constants used to specify the operation to perform at runtime for the Pixel Set operator.

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

public enum CogIPOneImagePelSetOperationConstants
Members

  Member nameValueDescription
SetCarePels1Set care pixels to the user specified PelValue, and copy input image pixel values for don't care pixels.
SetDontCarePels2Set don't care pixels to the user specified PelValue, and copy input image pixel values for care pixels.
See Also