![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PCLModules.h>
Public Types | |
| enum | UpsamplingMethod { NONE , SAMPLE_LOCAL_PLANE , RANDOM_UNIFORM_DENSITY , VOXEL_GRID_DILATION } |
| NOTE: DISTINCT CLOUD METHOD NOT IMPLEMENTED. More... | |
Public Member Functions | |
| MLSParameters () | |
Public Attributes | |
| int | order_ |
| bool | polynomial_fit_ |
| double | search_radius_ |
| double | sqr_gauss_param_ |
| bool | compute_normals_ |
| UpsamplingMethod | upsample_method_ |
| double | upsampling_radius_ |
| double | upsampling_step_ |
| int | step_point_density_ |
| double | dilation_voxel_size_ |
| int | dilation_iterations_ |
Definition at line 1015 of file PCLModules.h.
NOTE: DISTINCT CLOUD METHOD NOT IMPLEMENTED.
| Enumerator | |
|---|---|
| NONE | |
| SAMPLE_LOCAL_PLANE | |
| RANDOM_UNIFORM_DENSITY | |
| VOXEL_GRID_DILATION | |
Definition at line 1017 of file PCLModules.h.
|
inline |
Definition at line 1024 of file PCLModules.h.
| bool PCLModules::MLSParameters::compute_normals_ |
Definition at line 1041 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| int PCLModules::MLSParameters::dilation_iterations_ |
Definition at line 1047 of file PCLModules.h.
Referenced by PCLModules::SmoothMls().
| double PCLModules::MLSParameters::dilation_voxel_size_ |
Definition at line 1046 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| int PCLModules::MLSParameters::order_ |
Definition at line 1037 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| bool PCLModules::MLSParameters::polynomial_fit_ |
Definition at line 1038 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| double PCLModules::MLSParameters::search_radius_ |
Definition at line 1039 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| double PCLModules::MLSParameters::sqr_gauss_param_ |
Definition at line 1040 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| int PCLModules::MLSParameters::step_point_density_ |
Definition at line 1045 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| UpsamplingMethod PCLModules::MLSParameters::upsample_method_ |
Definition at line 1042 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| double PCLModules::MLSParameters::upsampling_radius_ |
Definition at line 1043 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().
| double PCLModules::MLSParameters::upsampling_step_ |
Definition at line 1044 of file PCLModules.h.
Referenced by MLSSmoothingUpsampling::getParametersFromDialog(), and PCLModules::SmoothMls().