A class for searching for outliers of points @detail The class caches the prepared search results, which allows to speed up the repeat search (while use same radius) Generated from class MR.OutliersDetector. This is the non-const half of the class.
More...
A class for searching for outliers of points @detail The class caches the prepared search results, which allows to speed up the repeat search (while use same radius) Generated from class MR.OutliersDetector. This is the non-const half of the class.
◆ OutliersDetector() [1/4]
| unsafe MR.OutliersDetector.OutliersDetector |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ OutliersDetector() [2/4]
| unsafe MR.OutliersDetector.OutliersDetector |
( |
MR._ByValue_OutliersDetector | _other | ) |
|
|
inline |
Generated from constructor MR.OutliersDetector.OutliersDetector.
◆ OutliersDetector() [3/4]
| MR.OutliersDetector.OutliersDetector |
( |
Const_OutliersDetector | _other | ) |
|
|
inline |
Generated from constructor MR.OutliersDetector.OutliersDetector.
◆ OutliersDetector() [4/4]
Generated from constructor MR.OutliersDetector.OutliersDetector.
◆ assign()
Generated from method MR.OutliersDetector.operator=.
◆ find()
Make an outlier search based on preliminary data.
- Parameters
-
| mask | mask of the types of outliers you are looking for Generated from method MR.OutliersDetector.find. Parameter progress defaults to {}. |
◆ getWeaklyConnectedStat()
| unsafe MR.Std.Const_Vector_UnsignedChar MR.OutliersDetector.getWeaklyConnectedStat |
( |
| ) |
|
|
inline |
◆ prepare()
| unsafe void MR.OutliersDetector.prepare |
( |
MR.Const_PointCloud | pc, |
|
|
float | radius, |
|
|
MR.OutlierTypeMask | mask, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat? | progress = null ) |
|
inline |
Make a preliminary stage of outlier search. Caches the result.
- Parameters
-
| pc | point cloud |
| radius | radius of the search for neighboring points for analysis |
| mask | mask of the types of outliers that are looking for |
| progress | progress callback function |
- Returns
- error text or nothing Generated from method
MR.OutliersDetector.prepare. Parameter progress defaults to {}.
◆ setParams()
| unsafe void MR.OutliersDetector.setParams |
( |
MR.Const_OutlierParams | params_ | ) |
|
|
inline |
The documentation for this class was generated from the following file: