43 #include <pcl/registration/transformation_validation.h>
44 #include <pcl/search/kdtree.h>
47 #include <pcl/point_representation.h>
50 namespace registration {
73 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
79 using Ptr = shared_ptr<TransformationValidation<PointSource, PointTarget, Scalar>>;
81 shared_ptr<const TransformationValidation<PointSource, PointTarget, Scalar>>;
100 :
max_range_(std::numeric_limits<double>::max())
101 ,
threshold_(std::numeric_limits<double>::quiet_NaN())
174 const Matrix4& transformation_matrix)
const;
187 return (score1 < score2);
201 const Matrix4& transformation_matrix)
const
204 PCL_ERROR(
"[pcl::TransformationValidationEuclidean::isValid] Threshold not set! "
205 "Please use setThreshold () before continuing.\n");
238 using Ptr = shared_ptr<MyPointRepresentation>;
239 using ConstPtr = shared_ptr<const MyPointRepresentation>;
265 #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.