MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::OutliersDetector Class Reference

#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 &params)
 calculate caches
 
MRMESH_API const OutlierParamsgetParams () 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
 

Detailed Description

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)


The documentation for this class was generated from the following file: