Gets the PixelFromRootTransform. The transform is computed from PixelFromRootTransform3D.
Returns null if PixelFromRootTransform3D is null.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public CogTransform2DLinear PixelFromRootTransform { get; }public CogTransform2DLinear PixelFromRootTransform { get; }Public ReadOnly Property PixelFromRootTransform As CogTransform2DLinear
Get
Public ReadOnly Property PixelFromRootTransform As CogTransform2DLinear
Get
public:
property CogTransform2DLinear^ PixelFromRootTransform {
CogTransform2DLinear^ get ();
}public:
property CogTransform2DLinear^ PixelFromRootTransform {
CogTransform2DLinear^ get ();
}Property Value
Type:
CogTransform2DLinear
The default is set when the profile is created.
The below ground transform, also known as the pixel from
root transform, records how the range image pixels within
the region were transformed and mangled to become the profile.
This transform links the range image coordinate spaces to the
profile spaces and define the bond between the range image
pixels and the profile data.