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

Outlier point search parameters. More...

#include <MROutlierPoints.h>

Public Attributes

OutlierParams finderParams
 Parameters of various criteria for detecting outlier points.
 
float radius = 1.f
 Radius of the search for neighboring points for analysis.
 
OutlierTypeMask mask = OutlierTypeMask::All
 Mask of the types of outliers that are looking for.
 
ProgressCallback progress = {}
 Progress callback.
 

Detailed Description

Outlier point search parameters.

Member Data Documentation

◆ finderParams

OutlierParams MR::FindOutliersParams::finderParams

Parameters of various criteria for detecting outlier points.

◆ mask

OutlierTypeMask MR::FindOutliersParams::mask = OutlierTypeMask::All

Mask of the types of outliers that are looking for.

◆ progress

ProgressCallback MR::FindOutliersParams::progress = {}

Progress callback.

◆ radius

float MR::FindOutliersParams::radius = 1.f

Radius of the search for neighboring points for analysis.


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