Point Cloud Library (PCL)
1.11.0
|
44 #include <pcl/filters/filter_indices.h>
45 #include <pcl/search/pcl_search.h>
59 template <
typename Po
intT>
127 #ifdef PCL_NO_PRECOMPILE
128 #include <pcl/filters/impl/local_maximum.hpp>
void setRadius(float radius)
Set the radius to use to determine if a point is the local max.
void applyFilterIndices(std::vector< int > &indices)
Filtered results are indexed by an indices array.
LocalMaximum(bool extract_removed_indices=false)
Empty constructor.
LocalMaximum downsamples the cloud, by eliminating points that are locally maximal.
float getRadius() const
Get the radius to use to determine if a point is the local max.
PointCloud represents the base class in PCL for storing collections of 3D points.
A point structure representing Euclidean xyz coordinates, and the RGB color.
typename pcl::search::Search< PointT >::Ptr SearcherPtr
shared_ptr< pcl::search::Search< PointT > > Ptr
void applyFilter(std::vector< int > &indices) override
Filtered results are indexed by an indices array.
FilterIndices represents the base class for filters that are about binary point removal.
Filter represents the base filter class.
std::string filter_name_
The filter name.
void applyFilter(PointCloud &output) override
Downsample a Point Cloud by eliminating points that are locally maximal in z.