#include "MRMeshFwd.h"
#include "MRMesh/MRExpected.h"
#include "MRUnionFind.h"
#include "MRBitSet.h"
#include "MRConstants.h"
#include "MRFlagOperators.h"
Go to the source code of this file.
Classes | |
struct | MR::OutlierParams |
Parameters of various criteria for detecting outlier points. More... | |
class | MR::OutliersDetector |
struct | MR::FindOutliersParams |
Outlier point search parameters. More... | |
Namespaces | |
namespace | MR |
Enumerations | |
enum class | MR::OutlierTypeMask { MR::SmallComponents = 1 << 0 , MR::WeaklyConnected = 1 << 1 , MR::FarSurface = 1 << 2 , MR::AwayNormal = 1 << 3 , MR::All = SmallComponents | WeaklyConnected | FarSurface | AwayNormal } |
Types of outlier points. More... | |
Functions | |
MRMESH_API Expected< VertBitSet > | MR::findOutliers (const PointCloud &pc, const FindOutliersParams ¶ms) |
Finding outlier points. | |