Generated from class MR.ImproveSamplingSettings. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe int | numIters [get] |
| | the number of algorithm iterations to perform
|
| |
| unsafe int | minPointsInSample [get] |
| |
|
unsafe MR.? VertMap | pt2sm [get] |
| | optional output: mapping from input point id to sample id
|
| |
|
unsafe MR.? PointCloud | cloudOfSamples [get] |
| | optional output: new cloud containing averaged points and normals for each sample
|
| |
|
unsafe MR.? Vector_Int_MRVertId | ptsInSm [get] |
| | optional output: the number of points in each sample
|
| |
|
unsafe MR.? Const_VertColors | ptColors [get] |
| | optional input: colors of input points
|
| |
|
unsafe MR.? VertColors | smColors [get] |
| | optional output: averaged colors of samples
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | progress [get] |
| | output progress status and receive cancel signal
|
| |
|
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.
|
| |
Generated from class MR.ImproveSamplingSettings. This is the const half of the class.
◆ minPointsInSample
| unsafe int MR.Const_ImproveSamplingSettings.minPointsInSample |
|
get |
if a sample represents less than this number of input points then such sample will be discarded; it can be used to remove outliers
The documentation for this class was generated from the following file: