CogCalibCheckerboardRunParams UnfilledPelPlane2Value Property Cognex VisionPro
If UnfilledPelValueEnabled is True and the InputImage is a color image, the Plane 2 component of unfilled output pels 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 UnfilledPelPlane2Value { get; set; }

Property Value

Type: Int32
The Plane 2 value that will be written to unfilled color pixels.
Events

Exceptions

ExceptionCondition
ArgumentExceptionThe new value is less than 0 or greater than 255.
Remarks

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

The interpretation of this plane depends on the ColorSpace of the image.

Default Value: 128

See Also