ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PCLModules::MLSParameters Struct Reference

#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_
 

Detailed Description

Definition at line 1015 of file PCLModules.h.

Member Enumeration Documentation

◆ UpsamplingMethod

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.

Constructor & Destructor Documentation

◆ MLSParameters()

PCLModules::MLSParameters::MLSParameters ( )
inline

Definition at line 1024 of file PCLModules.h.

Member Data Documentation

◆ compute_normals_

bool PCLModules::MLSParameters::compute_normals_

◆ dilation_iterations_

int PCLModules::MLSParameters::dilation_iterations_

Definition at line 1047 of file PCLModules.h.

Referenced by PCLModules::SmoothMls().

◆ dilation_voxel_size_

double PCLModules::MLSParameters::dilation_voxel_size_

◆ order_

int PCLModules::MLSParameters::order_

◆ polynomial_fit_

bool PCLModules::MLSParameters::polynomial_fit_

◆ search_radius_

double PCLModules::MLSParameters::search_radius_

◆ sqr_gauss_param_

double PCLModules::MLSParameters::sqr_gauss_param_

◆ step_point_density_

int PCLModules::MLSParameters::step_point_density_

◆ upsample_method_

UpsamplingMethod PCLModules::MLSParameters::upsample_method_

◆ upsampling_radius_

double PCLModules::MLSParameters::upsampling_radius_

◆ upsampling_step_

double PCLModules::MLSParameters::upsampling_step_

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