| 
    Point Cloud Library (PCL)
    1.15.1-dev
    
   | 
 
#include </__w/1/s/cuda/sample_consensus/include/pcl/cuda/sample_consensus/msac.h>
 Inheritance diagram for pcl_cuda::MEstimatorSampleConsensus< Storage >:
 Collaboration diagram for pcl_cuda::MEstimatorSampleConsensus< Storage >: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 |