#include <MROutlierPoints.h>
Public Member Functions | |
| OutliersDetector ()=default | |
| MRMESH_API Expected< void > | prepare (const PointCloud &pc, float radius, OutlierTypeMask mask, ProgressCallback progress={}) |
| MRMESH_API void | setParams (const OutlierParams ¶ms) |
| calculate caches | |
| MRMESH_API const OutlierParams & | getParams () const |
| Get search parameters. | |
| MRMESH_API Expected< VertBitSet > | find (OutlierTypeMask mask, ProgressCallback progress={}) |
| MRMESH_API const std::vector< uint8_t > & | getWeaklyConnectedStat () |
| unite and calculate actual outliers | |
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)