ConvergenceCriteria represents an abstract base class for different convergence criteria used in registration loops. More...
#include <pcl/registration/convergence_criteria.h>
Public Types | |
using | Ptr = shared_ptr< ConvergenceCriteria > |
using | ConstPtr = shared_ptr< const ConvergenceCriteria > |
Public Member Functions | |
ConvergenceCriteria () | |
Empty constructor. More... |
|
virtual | ~ConvergenceCriteria () |
Empty destructor. More... |
|
virtual bool | hasConverged ()=0 |
Check if convergence has been reached. More... |
|
operator bool () | |
Bool operator. More... |
|
ConvergenceCriteria represents an abstract base class for different convergence criteria used in registration loops.
This should be used as part of an Iterative Closest Point (ICP)-like method, to verify if the algorithm has reached convergence.
Typical convergence criteria that could inherit from this include:
Definition at line 64 of file convergence_criteria.h.
using pcl::registration::ConvergenceCriteria::ConstPtr = shared_ptr<const ConvergenceCriteria> |
Definition at line 67 of file convergence_criteria.h.
using pcl::registration::ConvergenceCriteria::Ptr = shared_ptr<ConvergenceCriteria> |
Definition at line 66 of file convergence_criteria.h.
| inline |
Empty constructor.
Definition at line 70 of file convergence_criteria.h.
| inlinevirtual |
Empty destructor.
Definition at line 73 of file convergence_criteria.h.
| pure virtual |
Check if convergence has been reached.
Pure virtual.
Implemented in pcl::registration::DefaultConvergenceCriteria< Scalar >, and pcl::registration::DefaultConvergenceCriteria< float >.
| inline |
Bool operator.
Definition at line 80 of file convergence_criteria.h.
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1registration_1_1_convergence_criteria.html