#include <ComputeDescriptorParameters.hpp>
Public Types | |
enum | Method { METHOD_DENSITY = 0 , METHOD_PCA_INTENSITY } |
Public Attributes | |
Method | method {METHOD_DENSITY} |
double | voxelRadius {0.1} |
double | searchRadius {0.5} |
bool | includeGroundPoints {false} |
bool ComputeDescriptorParameters::includeGroundPoints {false} |
Method ComputeDescriptorParameters::method {METHOD_DENSITY} |
double ComputeDescriptorParameters::searchRadius {0.5} |
double ComputeDescriptorParameters::voxelRadius {0.1} |