CogBlobSegmentationParams SetSegmentationSubtractionImage Method ( UInt16 , CogImage16Grey,  Byte , Int32, Int32, Int32)Cognex VisionPro 9.5

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 69.0.0.0
Syntax

public void SetSegmentationSubtractionImage(
	ushort[] preMap16,
	CogImage16Grey subtractionImage,
	byte[] postMap,
	int scalingValue,
	int subtractionImageOffsetX,
	int subtractionImageOffsetY
)

Parameters

preMap16
Type:  System UInt16 
subtractionImage
Type: Cognex.VisionPro CogImage16Grey
postMap
Type:  System Byte 
scalingValue
Type: System Int32
subtractionImageOffsetX
Type: System Int32
subtractionImageOffsetY
Type: System Int32
See Also