Pixel map that is to be applied to the image that
resulted from subtracting the SubtractionImage from the InputImage.
The value resulting from the subtraction is used as an index into
PostMap and is replaced with the value at that index in PostMap.
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 PostMap values.
Return Value
Type:The default is a map which sets differences less than 20 equal to 0 and differences greater than or equal to 20 equal to 255 (the map assumes that the tool is configured to use the default ScalingValue of 255).
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