![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Generic interpolation parameters. More...
#include <ecvPointCloudInterpolator.h>
Public Types | |
| enum | Method { NEAREST_NEIGHBOR , K_NEAREST_NEIGHBORS , RADIUS } |
| enum | Algo { AVERAGE , MEDIAN , NORMAL_DIST } |
Public Attributes | |
| Method | method = NEAREST_NEIGHBOR |
| Algo | algo = AVERAGE |
| unsigned | knn = 0 |
| float | radius = 0 |
| double | sigma = 0 |
Generic interpolation parameters.
Definition at line 25 of file ecvPointCloudInterpolator.h.
| Enumerator | |
|---|---|
| AVERAGE | |
| MEDIAN | |
| NORMAL_DIST | |
Definition at line 27 of file ecvPointCloudInterpolator.h.
| Enumerator | |
|---|---|
| NEAREST_NEIGHBOR | |
| K_NEAREST_NEIGHBORS | |
| RADIUS | |
Definition at line 26 of file ecvPointCloudInterpolator.h.
Definition at line 30 of file ecvPointCloudInterpolator.h.
| unsigned ccPointCloudInterpolator::Parameters::knn = 0 |
Definition at line 31 of file ecvPointCloudInterpolator.h.
| Method ccPointCloudInterpolator::Parameters::method = NEAREST_NEIGHBOR |
Definition at line 29 of file ecvPointCloudInterpolator.h.
| float ccPointCloudInterpolator::Parameters::radius = 0 |
Definition at line 32 of file ecvPointCloudInterpolator.h.
| double ccPointCloudInterpolator::Parameters::sigma = 0 |
Definition at line 33 of file ecvPointCloudInterpolator.h.