Builds a new layer with a decimated version of an input layer. More...
#include <mp2p_icp/metricmap.h>
#include <mp2p_icp_filters/FilterBase.h>
#include <mp2p_icp_filters/PointCloudToVoxelGrid.h>
#include <mp2p_icp_filters/PointCloudToVoxelGridSingle.h>
#include <mrpt/maps/CPointsMap.h>
#include <mrpt/typemeta/TEnumType.h>
Go to the source code of this file.
Classes | |
class | mp2p_icp_filters::FilterDecimateVoxels |
struct | mp2p_icp_filters::FilterDecimateVoxels::Parameters |
Namespaces | |
mp2p_icp_filters | |
Functions | |
MRPT_ENUM_TYPE_BEGIN_NAMESPACE(mp2p_icp_filters, mp2p_icp_filters::DecimateMethod) MRPT_FILL_ENUM(DecimateMethod | MRPT_FILL_ENUM (DecimateMethod::ClosestToAverage) |
MRPT_FILL_ENUM (DecimateMethod::RandomPoint) | |
MRPT_FILL_ENUM (DecimateMethod::VoxelAverage) | |
Builds a new layer with a decimated version of an input layer.
Definition in file FilterDecimateVoxels.h.
MRPT_ENUM_TYPE_BEGIN_NAMESPACE ( mp2p_icp_filters, mp2p_icp_filters::DecimateMethod) MRPT_FILL_ENUM(DecimateMethod MRPT_FILL_ENUM | ( | DecimateMethod::ClosestToAverage | ) |
MRPT_FILL_ENUM | ( | DecimateMethod::RandomPoint | ) |
MRPT_FILL_ENUM | ( | DecimateMethod::VoxelAverage | ) |