#include <HIOUtilityPointCloud.h>
The HPointCloudOptions class provides a mechanism for controlling certain aspects of the point cloud import.
HPointCloudOptions::HPointCloudOptions |
( |
| ) |
|
|
inline |
void HPointCloudOptions::Defaults |
( |
| ) |
|
|
inline |
This method sets the default values for the various control points.
int HPointCloudOptions::m_highIntensityValue |
This field sets the upper limit on the intensity values to be found in the file. If it is set to zero, this value is determined automatically from the data.
int HPointCloudOptions::m_lowIntensityValue |
This field sets the lower limit on the intensity values to be found in the file. If it is set to zero, this value is determined automatically from the data.
int HPointCloudOptions::m_maxShellSize |
This field sets the maximum number of points to have in a spatially segregated shell.
int HPointCloudOptions::m_minShellSize |
This field sets the minimum number of points to have in a spatially segregated shell.
unsigned int HPointCloudOptions::m_numBuckets |
This field sets the number of buckets to bin gray scale values into. If it is set to zero, no down-sampling will occur. This field only affects gray scale point clouds.
The documentation for this class was generated from the following file: