CogIPOneImageGreyMorphology OriginY Property Cognex VisionPro
Y Coordinate of the origin of the structuring element relative to the upper left corner of the structuring element. OriginY is zero-based.

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

public int OriginY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogIPOneImageGreyMorphology Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is < 0 or >= Height

Remarks

The y-coordinate of the origin of the structuring element relative to the upper-left corner of the element. OriginY is zero-based.

Default Value: 1

See Also