CogIPOneImageConvolve3x3 SetKernelValue Method Cognex VisionPro 9.5
The kernel value at 'position'.

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

public void SetKernelValue(
	CogIPOneImageConvolve3x3PositionConstants position,
	double value
)
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