RANSACParam
- class pyopenms.RANSACParam
Bases:
objectCython implementation of _RANSACParam
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::Math_1_1RANSACParam.html
- __init__()
Cython signature: void RANSACParam() A simple struct to carry all the parameters required for a RANSAC run
Cython signature: void RANSACParam(size_t p_n, size_t p_k, double p_t, size_t p_d, bool p_relative_d)
Methods
Cython signature: void RANSACParam()
Cython signature: String toString()
Attributes
- d
- k
- n
- relative_d
- t
- toString()
Cython signature: String toString()