
Public Member Functions | |
| void | computeTransformation (pcl::PointCloud< PointSource > &, const Eigen::Matrix4f &) |
| Abstract transformation computation method with initial guess. | |
| void | findFeatureCorrespondencesTest (int index, std::vector< int > &correspondence_indices) |
| bool | hasValidFeaturesTest () |
Definition at line 67 of file test/test_registration.cpp.
| void RegistrationWrapper< PointSource, PointTarget >::computeTransformation | ( | pcl::PointCloud< PointSource > & | output, |
| const Eigen::Matrix4f & | guess | ||
| ) | [inline, virtual] |
Abstract transformation computation method with initial guess.
Implements pcl::Registration< PointSource, PointTarget >.
Definition at line 70 of file test/test_registration.cpp.
| void RegistrationWrapper< PointSource, PointTarget >::findFeatureCorrespondencesTest | ( | int | index, |
| std::vector< int > & | correspondence_indices | ||
| ) | [inline] |
Definition at line 76 of file test/test_registration.cpp.
| bool RegistrationWrapper< PointSource, PointTarget >::hasValidFeaturesTest | ( | ) | [inline] |
Definition at line 72 of file test/test_registration.cpp.