直通滤波 #include <pcl/filters/passthrough.h> // 直通滤波 #include<pcl/common/common_headers.h> pcl::PointCloud<pcl::PointXYZ>::Ptr PclTool::passThroughFilter(pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, std::string field_name, float Limit_low, float Limit_hig,