42 #include <pcl/filters/filter.h>
44 #include <unordered_map>
58 template <
typename Po
intT>
71 using Ptr = shared_ptr<UniformSampling<PointT> >;
72 using ConstPtr = shared_ptr<const UniformSampling<PointT> >;
121 std::unordered_map<std::size_t, Leaf>
leaves_;
143 #ifdef PCL_NO_PRECOMPILE
144 #include <pcl/filters/impl/uniform_sampling.hpp>
Filter represents the base filter class.
shared_ptr< Filter< PointT > > Ptr
shared_ptr< const Filter< PointT > > ConstPtr
std::string filter_name_
The filter name.
PointCloud represents the base class in PCL for storing collections of 3D points.
A point structure representing Euclidean xyz coordinates, and the RGB color.