CogCalibCheckerboardRunParams UnfilledPelValue Property Cognex VisionPro
If UnfilledPelValueEnabled is True and the InputImage is a monochrome image, unfilled pels in the output image will be set to this value. Otherwise, this value is ignored. Unfilled pels can only occur in an image produced by nonlinear warping.

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

public int UnfilledPelValue { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCalibCheckerboardRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value < 0 or > 255.

Remarks

If UnfilledPelValueEnabled is True, and the input image is a monochrome image, unfilled pel values in the output image will be initialized to this grey level value. Otherwise, this value is ignored. Note that unfilled pels can only occur in an image produced by nonlinear warping.

Default Value: 128

See Also