Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, OutlierParams arg0) |
| None | __init__ (self, int maxClusterSize, int maxNeighbors, float minHeight, float minAngle) |
| int | maxClusterSize (self) |
| None | maxClusterSize (self, int arg1) |
| int | maxNeighbors (self) |
| None | maxNeighbors (self, int arg1) |
| float | minAngle (self) |
| None | minAngle (self, float arg1) |
| float | minHeight (self) |
| None | minHeight (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| OutlierParams | operator (*args, **kwargs) |
| OutlierParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_maxClusterSize = 0 |
| typing | _offsetof_maxNeighbors = 4 |
| typing | _offsetof_minAngle = 12 |
| typing | _offsetof_minHeight = 8 |
Generated from: MR::OutlierParams Parameters of various criteria for detecting outlier points
|
static |
| None mrmeshpy.OutlierParams.__init__ | ( | self | ) |
| None mrmeshpy.OutlierParams.__init__ | ( | self, | |
| OutlierParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.OutlierParams.__init__ | ( | self, | |
| int | maxClusterSize, | ||
| int | maxNeighbors, | ||
| float | minHeight, | ||
| float | minAngle ) |
Implicit aggregate constructor.
| int mrmeshpy.OutlierParams.maxClusterSize | ( | self | ) |
Maximum points in the outlier component
| None mrmeshpy.OutlierParams.maxClusterSize | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.OutlierParams.maxNeighbors | ( | self | ) |
Maximum number of adjacent points for an outlier point
| None mrmeshpy.OutlierParams.maxNeighbors | ( | self, | |
| int | arg1 ) |
| float mrmeshpy.OutlierParams.minAngle | ( | self | ) |
Minimum angle of difference of normal at outlier points @note available only if there are normals
| None mrmeshpy.OutlierParams.minAngle | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.OutlierParams.minHeight | ( | self | ) |
Minimum distance (as proportion of search radius) to the approximate surface from outliers point
| None mrmeshpy.OutlierParams.minHeight | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |