40 #ifndef PCL_FILTERS_STATISTICAL_OUTLIER_REMOVAL_H_
41 #define PCL_FILTERS_STATISTICAL_OUTLIER_REMOVAL_H_
80 template<
typename Po
intT>
99 filter_name_ =
"StatisticalOutlierRemoval";
128 std_mul_ = stddev_mult;
163 applyFilter (std::vector<int> &indices)
165 applyFilterIndices (indices);
172 applyFilterIndices (std::vector<int> &indices);
176 SearcherPtr searcher_;
216 std_mul_ (0.0), tree_ (), negative_ (false)
218 filter_name_ =
"StatisticalOutlierRemoval";
262 negative_ = negative;
291 applyFilter (PointCloud2 &output);
295 #endif // PCL_FILTERS_STATISTICAL_OUTLIER_REMOVAL_H_