Incremental IterativeClosestPoint class. More...
#include <pcl/registration/incremental_registration.h>
Public Types | |
using | PointCloudPtr = typename pcl::PointCloud< PointT >::Ptr |
using | PointCloudConstPtr = typename pcl::PointCloud< PointT >::ConstPtr |
using | RegistrationPtr = typename pcl::Registration< PointT, PointT, Scalar >::Ptr |
using | Matrix4 = typename pcl::Registration< PointT, PointT, Scalar >::Matrix4 |
Public Member Functions | |
IncrementalRegistration () | |
virtual | ~IncrementalRegistration () |
Empty destructor. More... |
|
bool | registerCloud (const PointCloudConstPtr &cloud, const Matrix4 &delta_estimate=Matrix4::Identity()) |
Register new point cloud incrementally. More... |
|
Matrix4 | getDeltaTransform () const |
Get estimated transform between the last two registered clouds. More... |
|
Matrix4 | getAbsoluteTransform () const |
Get estimated overall transform. More... |
|
void | reset () |
Reset incremental Registration without resetting registration_. More... |
|
void | setRegistration (RegistrationPtr) |
Set registration instance used to align clouds. More... |
|
Protected Attributes | |
PointCloudConstPtr | last_cloud_ |
last registered point cloud More... |
|
RegistrationPtr | registration_ |
registration instance to align clouds More... |
|
Matrix4 | delta_transform_ |
estimated transforms More... |
|
Matrix4 | abs_transform_ |
Incremental IterativeClosestPoint class.
This class provides a way to register a stream of clouds where each cloud will be aligned to the previous cloud.
Definition at line 75 of file incremental_registration.h.
using pcl::registration::IncrementalRegistration< PointT, Scalar >::Matrix4 = typename pcl::Registration<PointT, PointT, Scalar>::Matrix4 |
Definition at line 81 of file incremental_registration.h.
using pcl::registration::IncrementalRegistration< PointT, Scalar >::PointCloudConstPtr = typename pcl::PointCloud<PointT>::ConstPtr |
Definition at line 78 of file incremental_registration.h.
using pcl::registration::IncrementalRegistration< PointT, Scalar >::PointCloudPtr = typename pcl::PointCloud<PointT>::Ptr |
Definition at line 77 of file incremental_registration.h.
using pcl::registration::IncrementalRegistration< PointT, Scalar >::RegistrationPtr = typename pcl::Registration<PointT, PointT, Scalar>::Ptr |
Definition at line 80 of file incremental_registration.h.
pcl::registration::IncrementalRegistration< PointT, Scalar >::IncrementalRegistration |
Definition at line 46 of file incremental_registration.hpp.
| inlinevirtual |
Empty destructor.
Definition at line 86 of file incremental_registration.h.
| inline |
Get estimated overall transform.
Definition at line 91 of file incremental_registration.hpp.
| inline |
Get estimated transform between the last two registered clouds.
Definition at line 84 of file incremental_registration.hpp.
bool pcl::registration::IncrementalRegistration< PointT, Scalar >::registerCloud | ( | const PointCloudConstPtr & | cloud, |
const Matrix4 & |
delta_estimate = Matrix4::Identity() | ||
) |
Register new point cloud incrementally.
[in] | cloud | point cloud to register |
[in] | delta_estimate | estimated transform between last registered cloud and this one |
Definition at line 52 of file incremental_registration.hpp.
| inline |
Reset incremental Registration without resetting registration_.
Definition at line 98 of file incremental_registration.hpp.
| inline |
Set registration instance used to align clouds.
Definition at line 106 of file incremental_registration.hpp.
| protected |
Definition at line 123 of file incremental_registration.h.
| protected |
estimated transforms
Definition at line 122 of file incremental_registration.h.
| protected |
last registered point cloud
Definition at line 116 of file incremental_registration.h.
| protected |
registration instance to align clouds
Definition at line 119 of file incremental_registration.h.
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1registration_1_1_incremental_registration.html