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.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
public virtual ICogTransform2D PixelFromRootTransform { get; set; }public virtual ICogTransform2D PixelFromRootTransform { get; set; }Public Overridable Property PixelFromRootTransform As ICogTransform2D
Get
Set
Public Overridable Property PixelFromRootTransform As ICogTransform2D
Get
Set
public:
virtual property ICogTransform2D^ PixelFromRootTransform {
ICogTransform2D^ get ();
void set (ICogTransform2D^ value);
}public:
virtual property ICogTransform2D^ PixelFromRootTransform {
ICogTransform2D^ get ();
void set (ICogTransform2D^ value);
}Property Value
Type:
ICogTransform2DImplements
ICogImage PixelFromRootTransform
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.