![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ransac.h>
Public Attributes | |
| bool | success = false |
| size_t | num_trials = 0 |
| SupportMeasurer::Support | support |
| std::vector< char > | inlier_mask |
| Estimator::M_t | model |
| std::vector<char> colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Report::inlier_mask |
| Estimator::M_t colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Report::model |
| size_t colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Report::num_trials = 0 |
Definition at line 63 of file ransac.h.
Referenced by colmap::LORANSAC< Estimator, LocalEstimator, SupportMeasurer, Sampler >::Estimate(), and colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Estimate().
| bool colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Report::success = false |
Definition at line 60 of file ransac.h.
Referenced by colmap::LORANSAC< Estimator, LocalEstimator, SupportMeasurer, Sampler >::Estimate(), and colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Estimate().
| SupportMeasurer::Support colmap::RANSAC< Estimator, SupportMeasurer, Sampler >::Report::support |