CogFixtureNPointToNPointResult OutputImage Property Cognex VisionPro 9.20
Fixtured output image. This image shares the pixels and the coordinate spaces of the input image, including the new fixtured space. Its SelectedSpaceName is controlled by the SpaceToOutput property.

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

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

Fixtured output image. This image shares the pixels and the coordinate spaces of the input image, including the new fixtured space. The SpaceToOutput property determines the output image's selected space name.

Default Value: NULL

See Also