![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <CSF.h>
Public Attributes | |
| int | k_nearest_points |
| bool | bSloopSmooth |
| double | time_step |
| double | class_threshold |
| double | cloth_resolution |
| int | rigidness |
| int | iterations |
| bool CSF::Parameters::bSloopSmooth |
Definition at line 50 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| double CSF::Parameters::class_threshold |
Definition at line 54 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| double CSF::Parameters::cloth_resolution |
Definition at line 56 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| int CSF::Parameters::iterations |
Definition at line 60 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| int CSF::Parameters::k_nearest_points |
Definition at line 48 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| int CSF::Parameters::rigidness |
Definition at line 58 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().
| double CSF::Parameters::time_step |
Definition at line 52 of file CSF.h.
Referenced by CSF::CSF(), CSF::do_filtering(), qCSF::doAction(), and CommandCSF::process().