CogImage16Range PixelFromRootTransform Property Cognex VisionPro 9.22
Gets a copy of the transform that maps from pixel space ("#") to two dimensional root space ("@"). Due to the unique nature of the CogImage16Range, setting PixelFromRootTransform is not allowed. Attempts to set PixelFromRootTransform will cause an InvalidOperationException to be thrown.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
Syntax

public virtual ICogTransform2D PixelFromRootTransform { get; set; }

Property Value

Type: ICogTransform2D

Implements

ICogImage PixelFromRootTransform
Exceptions

ExceptionCondition
InvalidOperationException If you attempt to set this property.
Remarks

When the happens to define a three dimensional root space ("@") whose Z axis is NOT aligned with (parallel to) the image Z axis, a two dimensional identity transform will be returned as the PixelFromRootTransform.
See Also