CogCalibCheckerboardRunParams UnfilledPelValueEnabled Property Cognex VisionPro
If True, unfilled pels in the output image will be initialized using UnfilledPelValue, or UnfilledPelPlane{0, 1 and 2}Value. Otherwise, unfilled pels will be uninitialized. 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 bool UnfilledPelValueEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogCalibCheckerboardRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If True, and the input image is a monochrom image, unfilled pel values in the output image will be initialized to the grey level value specified by UnfilledPelValue.

If the image is a planar image, unfilled pel values in each plane of the output image will be initialized to the values specified by UnfilledPelPlane0Value, UnfilledPelPlane1Value, and UnfilledPelPlane2Value. The interpretation of each value depends on the ColorSpace of the image.

If False, unfilled pels will be uninitialized. Note that unfilled pels can only occur in an image produced by nonlinear warping.

Setting this property to False makes the tool run more quickly, but the unfilled pels will contain unintialized values. These values may cause problems for vision tools that process the output image, unless you configure those tools to ignore the unfilled pels by using the computed OutputImageMask.

Default Value: True

See Also