Click or drag to resize

LocalPointCloudRegistrationParameters Class

Input parameters for controlling the local point cloud registration process.
Inheritance Hierarchy
SystemObject
  Zivid.NET.ExperimentalLocalPointCloudRegistrationParameters

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

The LocalPointCloudRegistrationParameters type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConvergenceCriteria
Public propertyMaxCorrespondenceDistance
The radius around each source point in which the algorithm will look for neighbors in the target point cloud. Should be larger than the typical distance between points in the point clouds. This parameter may have a significant performance impact.
Public propertyMaxIterationCount
End iteration when reaching this number, even if convergence criteria are not yet satisfied.
Top
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodStatic memberFromSerialized
Construct a new LocalPointCloudRegistrationParameters instance from a previously serialized string
Public methodLoad
Load from the given file
Public methodSave
Save to the given file
Public methodSerialize
Serialize to a string
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also