qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
Public Types | Public Attributes | List of all members
ccPointCloudInterpolator::Parameters Struct Reference

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
 

Detailed Description

Generic interpolation parameters.


The documentation for this struct was generated from the following file: