43#include <pcl/registration/correspondence_rejection.h>
44#include <pcl/conversions.h>
46#include <pcl/point_cloud.h>
67 using Ptr = shared_ptr<CorrespondenceRejectorMedianDistance>;
68 using ConstPtr = shared_ptr<const CorrespondenceRejectorMedianDistance>;
73 rejection_name_ =
"CorrespondenceRejectorMedianDistance";
97 template <
typename Po
intT>
110 template <
typename Po
intT>
158 template <
typename Po
intT>
161 bool force_no_recompute =
false)
PointCloud represents the base class in PCL for storing collections of 3D points.
shared_ptr< PointCloud< PointT > > Ptr
shared_ptr< const PointCloud< PointT > > ConstPtr
CorrespondenceRejector()=default
Empty constructor.
CorrespondencesConstPtr input_correspondences_
The input correspondences.
std::string rejection_name_
The name of the rejection method.
const std::string & getClassName() const
Get a string representation of the name of this class.
DataContainer is a container for the input and target point clouds and implements the interface to co...
shared_ptr< DataContainerInterface > Ptr
shared_ptr< KdTree< PointT, Tree > > Ptr
Defines functions, macros and traits for allocating and using memory.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences
void fromPCLPointCloud2(const pcl::PCLPointCloud2 &msg, pcl::PointCloud< PointT > &cloud, const MsgFieldMap &field_map, const std::uint8_t *msg_data)
Convert a PCLPointCloud2 binary data blob into a pcl::PointCloud<T> object using a field_map.
shared_ptr< const ::pcl::PCLPointCloud2 > ConstPtr