CogIPOneImageConvolve3x3 KernelOrigin Property Cognex VisionPro 9.25 SR1
The position of the kernel origin.

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

public CogIPOneImageConvolve3x3PositionConstants KernelOrigin { get; set; }

Property Value

Type: CogIPOneImageConvolve3x3PositionConstants
Events

Event TypeReason
CogIPOneImageConvolve3x3 Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogIPOneImageConvolve3x3PositionConstants.

Remarks

The position of the kernel origin.

Default Value: Center

See Also