CogFixture UnfixturedFromFixturedTransform Property Cognex VisionPro 9.5
Transformation that defines the fixtured coordinate space, relative to the unfixtured space. This transform must map points from the fixtured space into the unfixtured one (i.e. the selected space of the input image).

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

public ICogTransform2D UnfixturedFromFixturedTransform { get; set; }

Property Value

Type: ICogTransform2D
Remarks

A 2D transformation that defines the fixtured coordinate space relative to the unfixtured space. This transform must map points from the fixtured space into the unfixtured space, which is the selected space of the input image. At run-time, the tool attaches a copy of this transform to the coordinate space tree of the input image.

Default Value: A linear identity transformation.

See Also