Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe int | maxClusterSize [get] |
| | Maximum points in the outlier component.
|
| |
|
unsafe int | maxNeighbors [get] |
| | Maximum number of adjacent points for an outlier point.
|
| |
|
unsafe float | minHeight [get] |
| | Minimum distance (as proportion of search radius) to the approximate surface from outliers point.
|
| |
| unsafe float | minAngle [get] |
| |
|
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 of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the const half of the class.
◆ minAngle
| unsafe float MR.Const_OutlierParams.minAngle |
|
get |
Minimum angle of difference of normal at outlier points
- Note
- available only if there are normals
The documentation for this class was generated from the following file: