CogIPOneImageConvolve3x3 GetKernelValue Method Cognex VisionPro 9.8 SR1
The kernel value at 'position'.

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

public double GetKernelValue(
	CogIPOneImageConvolve3x3PositionConstants position
)

Return Value

Type: Double
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 or the new value is less than zero.

Remarks

The kernel value at the given position.

Default Value: 1/9 for all locations (0.111)

See Also