Pixel map that is to be applied to the 16 bit InputImage when
using subtraction image as the segmentation mode. Each pixel in the
InputImage is used as an index into PreMap16. The input pixel value is
replaced with the value from PreMap16.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
public ushort[] GetPreMap16()
public ushort[] GetPreMap16()
Public Function GetPreMap16 As UShort()
Public Function GetPreMap16 As UShort()
public:
array<unsigned short>^ GetPreMap16()
public:
array<unsigned short>^ GetPreMap16()
Return Value
Type:
UInt16
The default is a null pointer.
Pixel map that is to be applied to the 16 bit input image
before subtracting the subtraction image. This property is only used if
Mode
is
SubtractionImage. Each pixel in the input image is used as an
index into the supplied map. The input pixel value is replaced with
the value from the map.