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...
Public Member Functions | |
| unsafe | OutliersDetector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | OutliersDetector (MR._ByValue_OutliersDetector _other) |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| OutliersDetector (Const_OutliersDetector _other) | |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| OutliersDetector (OutliersDetector _other) | |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| unsafe MR.OutliersDetector | assign (MR._ByValue_OutliersDetector _other) |
| Generated from method MR::OutliersDetector::operator=. | |
| unsafe void | prepare (MR.Const_PointCloud pc, float radius, MR.OutlierTypeMask mask, MR.Std._ByValue_Function_Bool_From_Float? progress=null) |
| Make a preliminary stage of outlier search. Caches the result. | |
| unsafe void | setParams (MR.Const_OutlierParams params_) |
| Set search parameters Generated from method MR.OutliersDetector.setParams. | |
| unsafe MR.VertBitSet | find (MR.OutlierTypeMask mask, MR.Std._ByValue_Function_Bool_From_Float? progress=null) |
| Make an outlier search based on preliminary data. | |
| unsafe MR.Std.Const_Vector_UnsignedChar | getWeaklyConnectedStat () |
| Get statistics on the number of neighbors for each point Generated from method MR.OutliersDetector.getWeaklyConnectedStat. | |
| Public Member Functions inherited from MR.Const_OutliersDetector | |
| virtual void | Dispose () |
| unsafe | Const_OutliersDetector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OutliersDetector (MR._ByValue_OutliersDetector _other) |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| Const_OutliersDetector (Const_OutliersDetector _other) | |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| Const_OutliersDetector (OutliersDetector _other) | |
| Generated from constructor MR.OutliersDetector.OutliersDetector. | |
| unsafe MR.Const_OutlierParams | getParams () |
| Get search parameters Generated from method MR.OutliersDetector.getParams. | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_OutliersDetector | |
| virtual unsafe void | Dispose (bool disposing) |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.OutliersDetector.OutliersDetector.
|
inline |
Generated from constructor MR.OutliersDetector.OutliersDetector.
|
inline |
Generated from constructor MR.OutliersDetector.OutliersDetector.
|
inline |
Generated from method MR::OutliersDetector::operator=.
|
inline |
Make an outlier search based on preliminary data.
| mask | mask of the types of outliers you are looking for Generated from method MR.OutliersDetector.find. Parameter progress defaults to {}. |
|
inline |
Get statistics on the number of neighbors for each point Generated from method MR.OutliersDetector.getWeaklyConnectedStat.
|
inline |
Make a preliminary stage of outlier search. Caches the result.
| 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 |
|
inline |
Set search parameters Generated from method MR.OutliersDetector.setParams.