ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
StatisticalOutliersRemover.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "BasePclModule.h"
11 
12 class SORDialog;
13 
15 public:
18 
19 protected:
20  int compute();
21  int openInputDialog();
23 
25  int m_k;
26  float m_std;
27 };
Base abstract class for each implemented PCL filter.
Definition: BasePclModule.h:53
void getParametersFromDialog()
Collects parameters from the filter dialog (if openDialog is successful)
int compute()
Performs the actual filter job.