CogBlobSegmentationParams SubtractionImageOffsetX Property Cognex VisionPro
X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the run-time input image to the upper-left corner of the SubtractionImage in image coordinates of the input image.

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

public int SubtractionImageOffsetX { get; set; }

Property Value

Type: Int32
The default value is 0.
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The X offset value in pixels of the SubtractionImage. The X and Y offset values measure the offset from the upper-left corner of the run-time input image to the upper-left corner of the SubtractionImage in image coordinates of the input image.
See Also