LocalPointCloudRegistrationParameters Class |
Namespace: Zivid.NET.Experimental
The LocalPointCloudRegistrationParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| LocalPointCloudRegistrationParameters | Constructor | |
| LocalPointCloudRegistrationParameters(String) | Construct LocalPointCloudRegistrationParameters by loading from file |
| Name | Description | |
|---|---|---|
| ConvergenceCriteria | ||
| MaxCorrespondenceDistance | 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.
| |
| MaxIterationCount | End iteration when reaching this number, even if convergence criteria are not yet satisfied.
|
| Name | Description | |
|---|---|---|
| Clone | Create a clone (deep copy) of the current instance | |
| CopyWith | Create a clone (deep copy) of the current instance and invoke delegate on the clone | |
| FromSerialized | Construct a new LocalPointCloudRegistrationParameters instance from a previously serialized string | |
| Load | Load from the given file | |
| Save | Save to the given file | |
| Serialize | Serialize to a string | |
| ToString | Get string representation of the object (Overrides ObjectToString.) |