Gets or sets the PixelFromRootTransform3D.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DTransformLinear PixelFromRootTransform3D { get; set; }public Cog3DTransformLinear PixelFromRootTransform3D { get; set; }Public Property PixelFromRootTransform3D As Cog3DTransformLinear
Get
Set
Public Property PixelFromRootTransform3D As Cog3DTransformLinear
Get
Set
public:
property Cog3DTransformLinear^ PixelFromRootTransform3D {
Cog3DTransformLinear^ get ();
void set (Cog3DTransformLinear^ value);
}public:
property Cog3DTransformLinear^ PixelFromRootTransform3D {
Cog3DTransformLinear^ get ();
void set (Cog3DTransformLinear^ value);
}Property Value
Type:
Cog3DTransformLinear
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.
It is not recommended to overwrite the transform.
The integrity of the profile will break and the
tool may not operate properly.