CogBlobSegmentationParams GetMap Method Cognex VisionPro
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.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax

public byte[] GetMap()

Return Value

Type:  Byte 
The 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

The pixel map used to segment the input image when Mode is Map. 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.
See Also