Pixel map that is to be applied to the InputImage when
using the Map segmentation mode. Each pixel in the input image is
replaced by the value within the pixel map at the index equal to the
input image pixel value.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax
Parameters
- value
- Type: System Byte
The desired Map values.
Events
| Event Type | Reason |
|---|---|
| [Cognex.VisionPro.ICogChangedEvent.Changed] | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentException] | The supplied value is NULL, or the supplied value is not a 1-dimensional array with a size of either 256 or 65536. |
Remarks
See Also