43 #include <pcl/sample_consensus/sac.h>
44 #include <pcl/sample_consensus/sac_model.h>
54 template<
typename Po
intT>
60 using Ptr = shared_ptr<ProgressiveSampleConsensus>;
61 using ConstPtr = shared_ptr<const ProgressiveSampleConsensus>;
101 #ifdef PCL_NO_PRECOMPILE
102 #include <pcl/sample_consensus/impl/prosac.hpp>
ProgressiveSampleConsensus represents an implementation of the PROSAC (PROgressive SAmple Consensus) ...
shared_ptr< const ProgressiveSampleConsensus > ConstPtr
shared_ptr< ProgressiveSampleConsensus > Ptr
ProgressiveSampleConsensus(const SampleConsensusModelPtr &model, double threshold)
PROSAC (Progressive SAmple Consensus) main constructor.
ProgressiveSampleConsensus(const SampleConsensusModelPtr &model)
PROSAC (Progressive SAmple Consensus) main constructor.
bool computeModel(int debug_verbosity_level=0) override
Compute the actual model and find the inliers.
SampleConsensus represents the base class.
int max_iterations_
Maximum number of iterations before giving up.
shared_ptr< SampleConsensusModel< PointT > > Ptr
A point structure representing Euclidean xyz coordinates, and the RGB color.