MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::OutlierParams Struct Reference

Parameters of various criteria for detecting outlier points. More...

#include <MRMesh/MROutlierPoints.h>

Public Attributes

int maxClusterSize = 20
 Maximum points in the outlier component.
int maxNeighbors = 7
 Maximum number of adjacent points for an outlier point.
float minHeight = 0.3f
 Minimum distance (as proportion of search radius) to the approximate surface from outliers point.
float minAngle = PI_F / 3.f

Detailed Description

Parameters of various criteria for detecting outlier points.


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