#include <ransac.h>
Public Member Functions | |
bool | computeModel (int debug=0) |
Compute the actual model and find the inliers. | |
RANSAC (SACModel *model) | |
RANSAC (RAndom SAmple Consensus) main constructor. | |
RANSAC (SACModel *model, double threshold) | |
RANSAC (RAndom SAmple Consensus) main constructor. | |
virtual | ~RANSAC () |
sample_consensus::RANSAC::RANSAC | ( | SACModel * | model | ) |
RANSAC (RAndom SAmple Consensus) main constructor.
model | a Sample Consensus model |
Definition at line 58 of file ransac.cpp.
sample_consensus::RANSAC::RANSAC | ( | SACModel * | model, |
double | threshold | ||
) |
RANSAC (RAndom SAmple Consensus) main constructor.
model | a Sample Consensus model |
threshold | distance to model threshold |
Definition at line 43 of file ransac.cpp.
virtual sample_consensus::RANSAC::~RANSAC | ( | ) | [inline, virtual] |
bool sample_consensus::RANSAC::computeModel | ( | int | debug = 0 | ) | [virtual] |
Compute the actual model and find the inliers.
debug | enable/disable on-screen debug information |
Implements sample_consensus::SAC.
Definition at line 65 of file ransac.cpp.