CogBlobSegmentationParams SubtractionImage Property Cognex VisionPro
The subtraction image used when the segmentation mode is SubtractionImage. The SubtractionImageOffsetX & SubtractionImageOffsetY specify the pixel alignment of this image with the blob analysis InputImage.

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

public ICogImage SubtractionImage { get; set; }

Property Value

Type: ICogImage
The default is NULL.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The subtraction (or threshold) image used when Mode is SubtractionImage.

The SubtractionImageOffsetX and SubtractionImageOffsetY properties specify the pixel alignment of this image with the blob analysis InputImage.

See Also