Get or set the value used at runtime. Depending on the operation, the value is applied to care pels or don't care pels. This value is validated at runtime for the image type used. For CogImage8Grey the value cannot exceed 255.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Property Value
Type: Int32The default value is 0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than zero or greater than 65535. |
See Also