Click or drag to resize

FieldCorrectionTransfomation Class

Class for transforming the coordinate system of the field correction.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CorrectionsFieldCorrectionTransfomation

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public class FieldCorrectionTransfomation

The FieldCorrectionTransfomation type exposes the following members.

Constructors
 NameDescription
Public methodFieldCorrectionTransfomationInitializes a new instance of the Object class.
Top
Methods
 NameDescription
Public methodCreateHeightBitmap Creates a bitmap using the height of the previously transformed field correction as gray values.
Public methodCylinderFlatPattern Converts a 3D correction to 2D by unwrapping a cylinder surface.
Public methodSlantedPlane Converts a 3D correction to 2D by using a plane.
Public methodSphereProjection 
Public methodSurfaceProjection Converts a 3D correction to 2D by projecting all grid positions onto a stl surface.
Top
See Also