CogIPOneImageGreyMorphologyNxM SetKernelValue Method Cognex VisionPro 9.7
Set the kernel value at the specified kernel column and row.

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

public void SetKernelValue(
	int Col,
	int Row,
	int NewValue
)
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is less than -255 or greater than 255.
See Also