ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "smoothenCloud.h"
#include <boost/core/checked_delete.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <pcl/common/centroid.h>
#include <pcl/common/impl/centroid.hpp>
#include <pcl/common/io.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <stddef.h>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Functions | |
pcl::PointCloud< pcl::PointXYZI >::Ptr | smoothenCloud (pcl::PointCloud< pcl::PointXYZI >::Ptr cloud, double r, bool useMedian) |
pcl::PointCloud<pcl::PointXYZI>::Ptr smoothenCloud | ( | pcl::PointCloud< pcl::PointXYZI >::Ptr | cloud, |
double | r, | ||
bool | useMedian | ||
) |
Definition at line 15 of file smoothenCloud.cxx.