Cog3DRangeImageCrossSectionProfile PixelFromRootTransform Property Cognex VisionPro 9.5
Gets the PixelFromRootTransform. The transform is computed from PixelFromRootTransform3D. Returns null if PixelFromRootTransform3D is null.

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

public CogTransform2DLinear PixelFromRootTransform { get; }

Property Value

Type: CogTransform2DLinear
The default is set when the profile is created.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfPixelFromRootTransform
Remarks

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.
See Also