40 #include <pcl/cuda/sample_consensus/sac.h>
41 #include <pcl/cuda/sample_consensus/sac_model.h>
54 template <
template <
typename>
class Storage>
RandomSampleConsensus represents an implementation of the RANSAC (RAndom SAmple Consensus) algorithm,...
RandomSampleConsensus(const SampleConsensusModelPtr &model)
RANSAC (RAndom SAmple Consensus) main constructor.
bool computeModel(int debug_verbosity_level=0)
Compute the actual model and find the inliers.
RandomSampleConsensus(const SampleConsensusModelPtr &model, float threshold)
RANSAC (RAndom SAmple Consensus) main constructor.
int max_iterations_
Maximum number of iterations before giving up.
typename Storage< float4 >::type Hypotheses
typename Storage< float >::type Coefficients
typename Storage< int >::type Indices
shared_ptr< SampleConsensusModel > Ptr