RANSACParam#

class pyopenms.RANSACParam#

Bases: object

Cython implementation of _RANSACParam

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

A simple struct to carry all the parameters required for a RANSAC run

Overload:

__init__(self, p_n: int, p_k: int, p_t: float, p_d: int, p_relative_d: bool) None

Methods

__init__

Overload:

toString(self)

Attributes

d

k

n

relative_d

t

d#
k#
n#
relative_d#
t#
toString(self) bytes | str | String#