|
MeVisLab Toolbox Reference
|
#include "MLPCLFiltersSystem.h"#include <mlPCLModule.h>#include <PCLThirdPartyWarningsDisable.h>#include <pcl/filters/voxel_grid.h>#include <PCLThirdPartyWarningsRestore.h>Go to the source code of this file.
Classes | |
| class | ml::PCLVoxelGrid |
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
ML Module class applying the pcl::VoxelGrid filter to the input point cloud and provides the filter
result at two outputs; one containing a grid aligned point cloud and the second one as ML PagedImage.
ML Module class applying the pcl::VoxelGrid filter to the input point cloud and provides the filter
result at two outputs; one containing a grid aligned point cloud and the second one as ML PagedImage.
Definition in file mlPCLVoxelGrid.h.