Cog3DRangeImageCrossSectionProfile PixelFromRootTransform3D Property Cognex VisionPro 9.8
Gets or sets the PixelFromRootTransform3D.

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

public Cog3DTransformLinear PixelFromRootTransform3D { get; set; }

Property Value

Type: Cog3DTransformLinear
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:

  • SfPixelFromRootTransform3D
Exceptions

ExceptionCondition
ArgumentException If the value is null.
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.
Remarks

It is not recommended to overwrite the transform. The integrity of the profile will break and the tool may not operate properly.
See Also