Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | OutlierParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | OutlierParams (int maxClusterSize, int maxNeighbors, float minHeight, float minAngle) |
| Constructs MR.OutlierParams elementwise. | |
| unsafe | OutlierParams (MR.Const_OutlierParams _other) |
| Generated from constructor MR.OutlierParams.OutlierParams. | |
| OutlierParams (OutlierParams _other) | |
| Generated from constructor MR.OutlierParams.OutlierParams. | |
| unsafe MR.OutlierParams | assign (MR.Const_OutlierParams _other) |
| Generated from method MR::OutlierParams::operator=. | |
| Public Member Functions inherited from MR.Const_OutlierParams | |
| virtual void | Dispose () |
| unsafe | Const_OutlierParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OutlierParams (int maxClusterSize, int maxNeighbors, float minHeight, float minAngle) |
| Constructs MR.OutlierParams elementwise. | |
| unsafe | Const_OutlierParams (MR.Const_OutlierParams _other) |
| Generated from constructor MR.OutlierParams.OutlierParams. | |
| Const_OutlierParams (OutlierParams _other) | |
| Generated from constructor MR.OutlierParams.OutlierParams. | |
Properties | |
| 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] |
| Minimum angle of difference of normal at outlier points. | |
| Properties inherited from MR.Const_OutlierParams | |
| 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. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_OutlierParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_OutlierParams | |
| unsafe int * | __ref_storage_maxClusterSize |
| unsafe int * | __ref_storage_maxNeighbors |
| unsafe float * | __ref_storage_minHeight |
| unsafe float * | __ref_storage_minAngle |
Parameters of various criteria for detecting outlier points Generated from class MR.OutlierParams. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.OutlierParams elementwise.
|
inline |
Generated from constructor MR.OutlierParams.OutlierParams.
|
inline |
Generated from constructor MR.OutlierParams.OutlierParams.
|
inline |
Generated from method MR::OutlierParams::operator=.
|
get |
Maximum points in the outlier component.
|
get |
Maximum number of adjacent points for an outlier point.
|
get |
Minimum angle of difference of normal at outlier points.
|
get |
Minimum distance (as proportion of search radius) to the approximate surface from outliers point.