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: 65.1.0.0
Syntax
Return Value
Type: ByteThe default is pixel map by which pixel values less than 64 map to 0, pixel values from 64 through 192 map to 255, and pixel values greater than 192 map to 0. (The map assumes that the tool is configured to use the default ScalingValue of 255).
Remarks
See Also