Constants used to specify the operation to perform at runtime for the Pixel Set operator.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| SetCarePels | 1 | Set care pixels to the user specified PelValue, and copy input image pixel values for don't care pixels. | |
| SetDontCarePels | 2 | Set don't care pixels to the user specified PelValue, and copy input image pixel values for care pixels. |
See Also