The CogCalibCheckerboardRunParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CalibratedSpaceName | Name of the calibrated coordinate space that will be attached to the coordinate space tree of the output image. This must be a valid non-qualified name. | |
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| SpaceToOutput | Specifies whether the selected space of the output image will be a fully-qualified copy of the calibrated space name, or a fully-qualified copy of the uncalibrated space name. | |
| UnfilledPelPlane0Value | If UnfilledPelValueEnabled is True and the InputImage is a color image, the Plane 0 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. | |
| UnfilledPelPlane1Value | 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. | |
| UnfilledPelPlane2Value | 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. | |
| UnfilledPelValue | 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. | |
| UnfilledPelValueEnabled | 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. |
See Also