Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the non-const half of the class.
More...
|
| new unsafe ref int | maxClusterSize [get] |
| | Maximum points in the outlier component.
|
| |
| new unsafe ref int | maxNeighbors [get] |
| | Maximum number of adjacent points for an outlier point.
|
| |
| new unsafe ref float | minHeight [get] |
| | Minimum distance (as proportion of search radius) to the approximate surface from outliers point.
|
| |
| new unsafe ref float | minAngle [get] |
| |
Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the non-const half of the class.
◆ OutlierParams() [1/4]
| unsafe MR.OutlierParams.OutlierParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ OutlierParams() [2/4]
| unsafe MR.OutlierParams.OutlierParams |
( |
int | maxClusterSize, |
|
|
int | maxNeighbors, |
|
|
float | minHeight, |
|
|
float | minAngle ) |
|
inline |
◆ OutlierParams() [3/4]
| unsafe MR.OutlierParams.OutlierParams |
( |
MR.Const_OutlierParams | _other | ) |
|
|
inline |
Generated from constructor MR.OutlierParams.OutlierParams.
◆ OutlierParams() [4/4]
Generated from constructor MR.OutlierParams.OutlierParams.
◆ assign()
| unsafe MR.OutlierParams MR.OutlierParams.assign |
( |
MR.Const_OutlierParams | _other | ) |
|
|
inline |
Generated from method MR.OutlierParams.operator=.
◆ maxClusterSize
| new unsafe ref int MR.OutlierParams.maxClusterSize |
|
get |
Maximum points in the outlier component.
◆ maxNeighbors
| new unsafe ref int MR.OutlierParams.maxNeighbors |
|
get |
Maximum number of adjacent points for an outlier point.
◆ minAngle
| new unsafe ref float MR.OutlierParams.minAngle |
|
get |
Minimum angle of difference of normal at outlier points
- Note
- available only if there are normals
◆ minHeight
| new unsafe ref float MR.OutlierParams.minHeight |
|
get |
Minimum distance (as proportion of search radius) to the approximate surface from outliers point.
The documentation for this class was generated from the following file: