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 Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::OutlierParams Parameters of various criteria for detecting outlier points
None mrmeshpy.OutlierParams.__init__ | ( | self | ) |
Implicit default constructor.
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.
|
staticprotected |
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 ) |