CogHistogram InputImageMaskOffsetY Property Cognex VisionPro 9.21
Y offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask, in pixel coordinates of the InputImage.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 83.0.0.0
Syntax

public int InputImageMaskOffsetY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogHistogram Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The offset of the InputImageMask in the y-direction in pixels. The offset is measured from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask in pixel coordinates of the InputImage.

Default Value: 0

See Also