CogIPOneImageMedianNxM InputImageMaskOffsetY Property Cognex VisionPro
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: 65.1.0.0
Syntax

public int InputImageMaskOffsetY { get; set; }

Property Value

Type: Int32
The input image mask Y offset in pixels.
Events

Event TypeReason
ICogChangedEvent ChangedFires when the input image mask offset Y is changed.
See Also