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] |
| | Minimum angle of difference of normal at outlier points.
|
Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the const half of the class.
◆ Const_OutlierParams() [1/4]
| unsafe MR.Const_OutlierParams.Const_OutlierParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_OutlierParams() [2/4]
| unsafe MR.Const_OutlierParams.Const_OutlierParams |
( |
int | maxClusterSize, |
|
|
int | maxNeighbors, |
|
|
float | minHeight, |
|
|
float | minAngle ) |
|
inline |
◆ Const_OutlierParams() [3/4]
◆ Const_OutlierParams() [4/4]
| MR.Const_OutlierParams.Const_OutlierParams |
( |
OutlierParams | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_OutlierParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_OutlierParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_maxClusterSize
| unsafe int* MR.Const_OutlierParams.__ref_storage_maxClusterSize |
|
protected |
◆ __ref_storage_maxNeighbors
| unsafe int* MR.Const_OutlierParams.__ref_storage_maxNeighbors |
|
protected |
◆ __ref_storage_minAngle
| unsafe float* MR.Const_OutlierParams.__ref_storage_minAngle |
|
protected |
◆ __ref_storage_minHeight
| unsafe float* MR.Const_OutlierParams.__ref_storage_minHeight |
|
protected |
◆ maxClusterSize
| unsafe int MR.Const_OutlierParams.maxClusterSize |
|
get |
Maximum points in the outlier component.
◆ maxNeighbors
| unsafe int MR.Const_OutlierParams.maxNeighbors |
|
get |
Maximum number of adjacent points for an outlier point.
◆ minAngle
| unsafe float MR.Const_OutlierParams.minAngle |
|
get |
Minimum angle of difference of normal at outlier points.
- Note
- available only if there are normals
◆ minHeight
| unsafe float MR.Const_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: