sample_consensus::MLESAC Class Reference

#include <mlesac.h>

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

List of all members.

Public Member Functions

bool computeModel (int debug=0)
 Compute the actual model and find the inliers.
 MLESAC (SACModel *model, double threshold)
 MLESAC (Maximum Likelihood Estimator Sample Consensus) main constructor.
 MLESAC (SACModel *model)
 MLESAC (Maximum Likelihood Estimator Sample Consensus) main constructor.
virtual ~MLESAC ()

Private Attributes

int iterations_EM_
 Maximum number of EM (Expectation Maximization) iterations.
double sigma_

Detailed Description

Definition at line 41 of file mlesac.h.


Constructor & Destructor Documentation

sample_consensus::MLESAC::MLESAC ( SACModel model  ) 

MLESAC (Maximum Likelihood Estimator Sample Consensus) main constructor.

Parameters:
model a Sample Consensus model

Definition at line 59 of file mlesac.cpp.

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

MLESAC (Maximum Likelihood Estimator Sample Consensus) main constructor.

Parameters:
model a Sample Consensus model
threshold distance to model threshold

Definition at line 42 of file mlesac.cpp.

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

Definition at line 48 of file mlesac.h.


Member Function Documentation

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

Compute the actual model and find the inliers.

Parameters:
debug enable/disable on-screen debug information

Implements sample_consensus::SAC.

Definition at line 66 of file mlesac.cpp.


Member Data Documentation

Maximum number of EM (Expectation Maximization) iterations.

Definition at line 54 of file mlesac.h.

Definition at line 55 of file mlesac.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Defines


door_handle_detector
Author(s): Radu Bogdan Rusu, Marius
autogenerated on Fri Jan 11 09:42:08 2013