Parameters that are used for sampling of the MultiwayICP objects Generated from class MR.MultiwayICPSamplingParameters. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe float | samplingVoxelSize [get] |
| | sampling size of each object, 0 has special meaning "take all valid points"
|
| |
| unsafe int | maxGroupSize [get] |
| |
|
unsafe MR.MultiwayICPSamplingParameters.CascadeMode | cascadeMode [get] |
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | cb [get] |
| | callback for progress reports
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Parameters that are used for sampling of the MultiwayICP objects Generated from class MR.MultiwayICPSamplingParameters. This is the const half of the class.
◆ CascadeMode
| Enumerator |
|---|
| AABBTreeBased | separates objects on groups based on their index in ICPObjects (good if all objects about the size of all objects together)
|
◆ maxGroupSize
| unsafe int MR.Const_MultiwayICPSamplingParameters.maxGroupSize |
|
get |
size of maximum icp group to work with; if the number of objects exceeds this value, icp is applied in cascade mode; maxGroupSize = 1 means that every object is moved independently on half distance to the previous position of all other objects; maxGroupSize = 0 means that a big system of equations for all objects is solved (force no cascading)
The documentation for this class was generated from the following file: