Public Member Functions | Private Attributes
sample_consensus::RRANSAC Class Reference

#include <rransac.h>

Inheritance diagram for sample_consensus::RRANSAC:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool computeModel (int debug=0)
 Compute the actual model and find the inliers.
 RRANSAC (SACModel *model)
 RRANSAC (Randomized RAndom SAmple Consensus) main constructor.
 RRANSAC (SACModel *model, double threshold)
 RRANSAC (Randomized RAndom SAmple Consensus) main constructor.
void setFractionNrPretest (int nr_pretest)
 Set the maximum number of iterations.
virtual ~RRANSAC ()

Private Attributes

int fraction_nr_pretest_
 Number of samples to randomly pre-test, in percents.

Detailed Description

Definition at line 41 of file rransac.h.


Constructor & Destructor Documentation

RRANSAC (Randomized RAndom SAmple Consensus) main constructor.

Parameters:
modela Sample Consensus model

Definition at line 61 of file rransac.cpp.

sample_consensus::RRANSAC::RRANSAC ( SACModel model,
double  threshold 
)

RRANSAC (Randomized RAndom SAmple Consensus) main constructor.

Parameters:
modela Sample Consensus model
thresholddistance to model threshold

Definition at line 43 of file rransac.cpp.

virtual sample_consensus::RRANSAC::~RRANSAC ( ) [inline, virtual]

Definition at line 48 of file rransac.h.


Member Function Documentation

bool sample_consensus::RRANSAC::computeModel ( int  debug = 0) [virtual]

Compute the actual model and find the inliers.

Parameters:
debugenable/disable on-screen debug information

Implements sample_consensus::SAC.

Definition at line 68 of file rransac.cpp.

Set the maximum number of iterations.

Parameters:
nr_pretestpercentage of points to pre-test

Definition at line 157 of file rransac.cpp.


Member Data Documentation

Number of samples to randomly pre-test, in percents.

Definition at line 56 of file rransac.h.


The documentation for this class was generated from the following files:


door_handle_detector
Author(s): Radu Bogdan Rusu, Marius
autogenerated on Wed Dec 11 2013 14:17:01