Solar
Public Member Functions | List of all members
SolAR::MODULES::PCL::SolARPCFilterCentroid Class Reference

This component filters a point cloud according to a given centroid based on Point Cloud Library (PCL). More...

#include <SolARPCFilterCentroidPCL.h>

Inheritance diagram for SolAR::MODULES::PCL::SolARPCFilterCentroid:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::PCL::SolARPCFilterCentroid:
Collaboration graph
[legend]

Public Member Functions

FrameworkReturnCode filter (const SRef< datastructure::PointCloud > inPointCloud, const SRef< datastructure::Point3Df > centroid, SRef< datastructure::PointCloud > &outPointCloud) const override final
 Filter a point cloud according to a given centroid. More...
 
void unloadComponent () override
 

Detailed Description

This component filters a point cloud according to a given centroid based on Point Cloud Library (PCL).

Member Function Documentation

◆ filter()

FrameworkReturnCode SolAR::MODULES::PCL::SolARPCFilterCentroid::filter ( const SRef< datastructure::PointCloud >  inPointCloud,
const SRef< datastructure::Point3Df >  centroid,
SRef< datastructure::PointCloud > &  outPointCloud 
) const
finaloverride

Filter a point cloud according to a given centroid.

Parameters
[in]inPointCloudThe point cloud to filter
[in]centroidThe 3D point of reference used to filter the point cloud.
[out]outPointCloudThe resulting point cloud after filtering

The documentation for this class was generated from the following file: