Click or drag to resize

LocalPointCloudRegistrationResult Class

The result of a call to LocalPointCloudRegistration()
Inheritance Hierarchy
SystemObject
  Zivid.NET.Experimental.ToolboxLocalPointCloudRegistrationResult

Namespace:  Zivid.NET.Experimental.Toolbox
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public class LocalPointCloudRegistrationResult : IDisposable

The LocalPointCloudRegistrationResult type exposes the following members.

Constructors
  NameDescription
Public methodLocalPointCloudRegistrationResult
Constructs a LocalPointCloudRegistrationResult from native result
Top
Properties
  NameDescription
Public propertyConverged
A boolean indicating whether the convergence criteria were satisfied before reaching the iteration limit
Public propertyIsDisposed
Check if the object is disposed
Public propertyRootMeanSquareError
The root mean squared distance between corresponding points in the source and target point cloud after transformation
Public propertySourceCoverage
The fraction of points in the source point cloud that has a correspondence in the target point cloud after transformation
Public propertyTransform
The transform that must be applied to the source point cloud for it to align with the target point cloud
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the LocalPointCloudRegistrationResult
Public methodGetNativePtr
Public methodToString
Get string representation of this object
(Overrides ObjectToString.)
Top
See Also