If UnfilledPelValueEnabled is True and the InputImage is a color image, the Plane 1 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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32The Plane 1 value that will be written to unfilled color pixels.
Events
| Event Type | Reason |
|---|---|
| CogCalibCheckerboardRunParams Changed | Fires when the value of this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The 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 1 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