CogBlobSegmentationParams SubtractionImageOffsetY Property Cognex VisionPro 9.25 SR1
Y 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: 93.1.0.0
Syntax

public int SubtractionImageOffsetY { 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 Y 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