pcl::RandomizedMEstimatorSampleConsensus< PointT > Class Template Reference
RandomizedMEstimatorSampleConsensus represents an implementation of the RMSAC (Randomized M-estimator SAmple Consensus) algorithm, which basically adds a Td,d test (see RandomizedRandomSampleConsensus) to an MSAC estimator (see MEstimatorSampleConsensus).
More...
#include <rmsac.h>
List of all members.
Detailed Description
template<typename PointT>
class pcl::RandomizedMEstimatorSampleConsensus< PointT >
RandomizedMEstimatorSampleConsensus represents an implementation of the RMSAC (Randomized M-estimator SAmple Consensus) algorithm, which basically adds a Td,d test (see RandomizedRandomSampleConsensus) to an MSAC estimator (see MEstimatorSampleConsensus).
- Note:
- RMSAC is useful in situations where most of the data samples belong to the model, and a fast outlier rejection algorithm is needed.
- Author:
- Radu Bogdan Rusu
Definition at line 55 of file rmsac.h.
Member Typedef Documentation
template<typename PointT>
Constructor & Destructor Documentation
template<typename PointT>
RMSAC (Randomized M-estimator SAmple Consensus) main constructor.
- Parameters:
-
| model | a Sample Consensus model |
Definition at line 72 of file rmsac.h.
template<typename PointT>
RMSAC (Randomized M-estimator SAmple Consensus) main constructor.
- Parameters:
-
| model | a Sample Consensus model |
| threshold | distance to model threshold |
Definition at line 83 of file rmsac.h.
Member Function Documentation
template<typename PointT >
Compute the actual model and find the inliers.
- Parameters:
-
| debug_verbosity_level | enable/disable on-screen debug information and set the verbosity level |
Implements pcl::SampleConsensus< PointT >.
Definition at line 45 of file rmsac.hpp.
template<typename PointT>
Get the percentage of points to pre-test.
Definition at line 101 of file rmsac.h.
template<typename PointT>
Set the percentage of points to pre-test.
- Parameters:
-
| nr_pretest | percentage of points to pre-test |
Definition at line 98 of file rmsac.h.
Member Data Documentation
template<typename PointT>
Number of samples to randomly pre-test, in percents.
Definition at line 105 of file rmsac.h.
The documentation for this class was generated from the following files: