Filters points from the input point cloud using a pass-through filter along a specified axis.
More...
|
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZ and returns filtered indices.
|
| |
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZRGB >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZRGB and returns filtered indices.
|
| |
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZI >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZI and returns filtered indices.
|
| |
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointNormal >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointNormal and returns filtered indices.
|
| |
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZRGBNormal and returns filtered indices.
|
| |
|
pcl::IndicesPtr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZINormal >::Ptr &cloud, const pcl::IndicesPtr &indices, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZINormal and returns filtered indices.
|
| |
|
pcl::PointCloud< pcl::PointXYZ >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZ >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZ and returns a new point cloud of the filtered points.
|
| |
|
pcl::PointCloud< pcl::PointXYZRGB >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZRGB >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZRGB and returns a new point cloud of the filtered points.
|
| |
|
pcl::PointCloud< pcl::PointXYZI >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZI >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZI and returns a new point cloud of the filtered points.
|
| |
|
pcl::PointCloud< pcl::PointNormal >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointNormal >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointNormal and returns a new point cloud of the filtered points.
|
| |
|
pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZRGBNormal >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZRGBNormal and returns a new point cloud of the filtered points.
|
| |
|
pcl::PointCloud< pcl::PointXYZINormal >::Ptr RTABMAP_CORE_EXPORT | rtabmap::util3d::passThrough (const pcl::PointCloud< pcl::PointXYZINormal >::Ptr &cloud, const std::string &axis, float min, float max, bool negative=false) |
| | Performs pass-through filtering on a point cloud of type pcl::PointXYZINormal and returns a new point cloud of the filtered points.
|
| |
Filters points from the input point cloud using a pass-through filter along a specified axis.