CogCalibCheckerboardRunParams SpaceToOutput Property Cognex VisionPro 9.8
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.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public CogCalibSpaceToOutputConstants SpaceToOutput { get; set; }

Property Value

Type: CogCalibSpaceToOutputConstants
Events

Event TypeReason
CogCalibCheckerboardRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not in CogCalibSpaceToOutputConstants.

Remarks

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.

If you have specified PerspectiveAndRadialWarp for the ComputationMode, then the space tree associated with the output image does not contain an uncalibrated space. (Remember that the nonlinear transformation that maps between the input image pixels and the warped output image pixels is not included in the space tree; it is only available through GetInputPixelFromOutputPixelTransform(ICogImage).) If you specify UncalibratedSpace the tool will specify "@" space as the output space.

See Also