41 #ifndef PCL_FILTERS_MEDIAN_FILTER_H_ 42 #define PCL_FILTERS_MEDIAN_FILTER_H_ 44 #include <pcl/filters/filter.h> 61 template <
typename Po
intT>
114 #ifdef PCL_NO_PRECOMPILE 115 #include <pcl/filters/impl/median_filter.hpp> 117 #define PCL_INSTANTIATE_MedianFilter(T) template class PCL_EXPORTS pcl::MedianFilter<T>;
This file defines compatibility wrappers for low level I/O functions.
Filter represents the base filter class.
PointCloud represents the base class in PCL for storing collections of 3D points. ...