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. | |
Outlier point search parameters.
| OutlierParams MR::FindOutliersParams::finderParams |
Parameters of various criteria for detecting outlier points.
| OutlierTypeMask MR::FindOutliersParams::mask = OutlierTypeMask::All |
Mask of the types of outliers that are looking for.
| ProgressCallback MR::FindOutliersParams::progress = {} |
Progress callback.
| float MR::FindOutliersParams::radius = 1.f |
Radius of the search for neighboring points for analysis.