|
qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
|
Generic interpolation parameters. More...
#include <ccPointCloudInterpolator.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.