CogCalibCheckerboardRunParams PropertiesCognex VisionPro

The CogCalibCheckerboardRunParams type exposes the following members.

Properties

  NameDescription
Public propertyCalibratedSpaceName
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.
Public propertyChangedEventSuspended
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.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertySpaceToOutput
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.
Public propertyUnfilledPelPlane0Value
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.
Public propertyUnfilledPelPlane1Value
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.
Public propertyUnfilledPelPlane2Value
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.
Public propertyUnfilledPelValue
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.
Public propertyUnfilledPelValueEnabled
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.
Top
See Also