MeVisLab Toolbox Reference
Sources Directory Reference

Files

file  mlPCLBilateralFilter.h [code]
 ML Module class applying the pcl::BilateralFilter filter to smooth the input point cloud and provides the filter result at the output.
 
file  mlPCLCopy.h [code]
 ML module class copying points or point components from points in input 1 to points in input 2, optionally making use of indices.
 
file  mlPCLCropBox.h [code]
 ML Module class applying the pcl::CropBox filter to the input point cloud and provides the filter result at the output.
 
file  MLPCLFiltersDoc.h [code]
 MLPCLFilters - a library with modules wrapping filter classes from the Point Cloud Library(PCL) to MeVisLab.
 
file  MLPCLFiltersSystem.h [code]
 Project global and OS specific declarations.
 
file  mlPCLIndexFilter.h [code]
 ML PCL module class creating a subset of indices of input one given by indices at input 1, then of input 2, and so on.
 
file  mlPCLIntensityRankFilter.h [code]
 ML Module class applying the pcl::MedianFilter filter to the input point cloud and provides the filter result at the output.
 
file  mlPCLMemberCopy.h [code]
 ML PCL module class allowing to copy a point member to another.
 
file  mlPCLPassThrough.h [code]
 ML Module class applying the pcl::PassThrough filter to the input point cloud and provides the filter result at the output.
 
file  mlPCLRadiusOutlierRemoval.h [code]
 ML Module class applying the pcl::RadiusOutlierRemoval filter to the input point cloud and provides the filter result at the output.
 
file  mlPCLStatisticalOutlierRemoval.h [code]
 ML Module class applying the pcl::StatisticalOutlierRemoval filter to the input point cloud and provides the filter result at the output.
 
file  mlPCLVoxelGrid.h [code]
 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.