Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/cuda/sample_consensus/include/pcl/cuda/sample_consensus/msac.h>
Public Member Functions | |
MEstimatorSampleConsensus (const SampleConsensusModelPtr &model) | |
MEstimatorSampleConsensus main constructor. More... | |
MEstimatorSampleConsensus (const SampleConsensusModelPtr &model, float threshold) | |
RANSAC (RAndom SAmple Consensus) main constructor. More... | |
bool | computeModel (int debug_verbosity_level=0) |
Compute the actual model and find the inliers. More... | |
|
inline |
MEstimatorSampleConsensus main constructor.
model | a Sample Consensus model |
|
inline |
bool pcl_cuda::MEstimatorSampleConsensus< Storage >::computeModel | ( | int | debug_verbosity_level = 0 | ) |
Compute the actual model and find the inliers.
debug_verbosity_level | enable/disable on-screen debug information and set the verbosity level |