43 #include <pcl/kdtree/kdtree.h>
44 #include <pcl/registration/transformation_validation.h>
45 #include <pcl/search/kdtree.h>
48 #include <pcl/point_representation.h>
51 namespace registration {
74 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
80 using Ptr = shared_ptr<TransformationValidation<PointSource, PointTarget, Scalar>>;
82 shared_ptr<const TransformationValidation<PointSource, PointTarget, Scalar>>;
101 :
max_range_(std::numeric_limits<double>::max())
102 ,
threshold_(std::numeric_limits<double>::quiet_NaN())
175 const Matrix4& transformation_matrix)
const;
188 return (score1 < score2);
202 const Matrix4& transformation_matrix)
const
205 PCL_ERROR(
"[pcl::TransformationValidationEuclidean::isValid] Threshold not set! "
206 "Please use setThreshold () before continuing.\n");
239 using Ptr = shared_ptr<MyPointRepresentation>;
240 using ConstPtr = shared_ptr<const MyPointRepresentation>;
266 #include <pcl/registration/impl/transformation_validation_euclidean.hpp>
PointRepresentation provides a set of methods for converting a point structs/object into an n-dimensi...
int nr_dimensions_
The number of dimensions in this point's vector (i.e.
bool trivial_
Indicates whether this point representation is trivial.
search::KdTree is a wrapper class which inherits the pcl::KdTree class for performing search function...
shared_ptr< KdTree< PointT, Tree > > Ptr
typename PointRepresentation< PointT >::ConstPtr PointRepresentationConstPtr
#define PCL_MAKE_ALIGNED_OPERATOR_NEW
Macro to signal a class requires a custom allocator.
Defines functions, macros and traits for allocating and using memory.
Defines all the PCL and non-PCL macros used.