|
template<class PointRange1 , class PointRange2 , class NamedParameters1 , class NamedParameters2 > |
std::pair< geom_traits::Aff_transformation_3, double > | compute_registration_transformation (const PointRange1 &point_set_1, const PointRange2 &point_set_2, const NamedParameters1 &np1, const NamedParameters2 &np2) |
| Computes the registration of point_set_2 with respect to point_set_1 and returns the corresponding affine transformation along with the registration score. More...
|
|
template<class PointRange1 , class PointRange2 , class NamedParameters1 > |
std::pair< typename CGAL::Point_set_processing_3::GetK< PointRange1, NamedParameters1 >::Kernel::Aff_transformation_3, double > | compute_registration_transformation (const PointRange1 &point_set_1, PointRange2 &point_set_2, const NamedParameters1 &np1) |
|
template<class PointRange1 , class PointRange2 > |
std::pair< typename CGAL::Point_set_processing_3::GetK< PointRange1, Named_function_parameters< bool, internal_np::all_default_t > >::Kernel::Aff_transformation_3, double > | compute_registration_transformation (const PointRange1 &point_set_1, PointRange2 &point_set_2) |
|
template<class PointRange1 , class PointRange2 , class NamedParameters1 , class NamedParameters2 > |
double | register_point_sets (const PointRange1 &point_set_1, PointRange2 &point_set_2, const NamedParameters1 &np1, const NamedParameters2 &np2) |
| Computes the registration of point_set_2 with respect to point_set_1 and applies it. More...
|
|
template<class PointRange1 , class PointRange2 , class NamedParameters1 > |
double | register_point_sets (const PointRange1 &point_set_1, PointRange2 &point_set_2, const NamedParameters1 &np1) |
|
template<class PointRange1 , class PointRange2 > |
double | register_point_sets (const PointRange1 &point_set_1, PointRange2 &point_set_2) |
|