Enumeration of mask values that have a common meaning for all VisionPro mask images.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DontCare | 0 | Mask value used to indicate don't care pixels. The exact interpretation of don't care pixels in a mask image will depend on the specific vision tool. Typically, the corresponding image pixels are ignored when performing computations. | |
| Care | 255 | Mask value used to indicate care. Vision tools will treat the corresponding image pixel as they would if no mask image had been provided. |
Remarks
Enumeration of mask values that have a common meaning for all VisionPro mask images.
See Also