ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccPointCloudInterpolator::Parameters Struct Reference

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
 

Detailed Description

Generic interpolation parameters.

Definition at line 25 of file ecvPointCloudInterpolator.h.

Member Enumeration Documentation

◆ Algo

Enumerator
AVERAGE 
MEDIAN 
NORMAL_DIST 

Definition at line 27 of file ecvPointCloudInterpolator.h.

◆ Method

Enumerator
NEAREST_NEIGHBOR 
K_NEAREST_NEIGHBORS 
RADIUS 

Definition at line 26 of file ecvPointCloudInterpolator.h.

Member Data Documentation

◆ algo

Algo ccPointCloudInterpolator::Parameters::algo = AVERAGE

Definition at line 30 of file ecvPointCloudInterpolator.h.

◆ knn

unsigned ccPointCloudInterpolator::Parameters::knn = 0

Definition at line 31 of file ecvPointCloudInterpolator.h.

◆ method

Method ccPointCloudInterpolator::Parameters::method = NEAREST_NEIGHBOR

Definition at line 29 of file ecvPointCloudInterpolator.h.

◆ radius

float ccPointCloudInterpolator::Parameters::radius = 0

Definition at line 32 of file ecvPointCloudInterpolator.h.

◆ sigma

double ccPointCloudInterpolator::Parameters::sigma = 0

Definition at line 33 of file ecvPointCloudInterpolator.h.


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