A simple struct to carry all the parameters required for a RANSAC run. More...
#include <OpenMS/MATH/MISC/RANSAC.h>
Public Member Functions | |
RANSACParam () | |
Default constructor. More... | |
RANSACParam (size_t p_n, size_t p_k, double p_t, size_t p_d, bool p_relative_d=false, int(*p_rng)(int)=NULL) | |
Full constructor. More... | |
std::string | toString () const |
Public Attributes | |
size_t | n |
size_t | k |
double | t |
size_t | d |
bool | relative_d |
int(* | rng )(int) |
A simple struct to carry all the parameters required for a RANSAC run.
|
inline |
Default constructor.
|
inline |
Full constructor.
References RANSACParam::d, and RANSACParam::relative_d.
|
inline |
References RANSACParam::d, RANSACParam::k, RANSACParam::n, and RANSACParam::t.
size_t d |
Referenced by RANSAC< TModelType >::ransac(), RANSACParam::RANSACParam(), and RANSACParam::toString().
size_t k |
Referenced by RANSAC< TModelType >::ransac(), and RANSACParam::toString().
size_t n |
Referenced by RANSAC< TModelType >::ransac(), and RANSACParam::toString().
bool relative_d |
Referenced by RANSAC< TModelType >::ransac(), and RANSACParam::RANSACParam().
int(* rng) (int) |
Referenced by RANSAC< TModelType >::ransac().
double t |
Referenced by RANSAC< TModelType >::ransac(), and RANSACParam::toString().
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |