#include <rransac.h>
List of all members.
Detailed Description
Definition at line 41 of file rransac.h.
Constructor & Destructor Documentation
RRANSAC (Randomized RAndom SAmple Consensus) main constructor.
- Parameters:
-
model | a Sample Consensus model |
Definition at line 61 of file rransac.cpp.
RRANSAC (Randomized RAndom SAmple Consensus) main constructor.
- Parameters:
-
model | a Sample Consensus model |
threshold | distance to model threshold |
Definition at line 43 of file rransac.cpp.
Member Function Documentation
Compute the actual model and find the inliers.
- Parameters:
-
debug | enable/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_pretest | percentage 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: