OpenMS
RANSAC< TModelType > Member List

This is the complete list of members for RANSAC< TModelType >, including all inherited members.

RANSAC(uint64_t seed=time(nullptr))RANSAC< TModelType >inlineexplicit
ransac(const std::vector< std::pair< double, double > > &pairs, const RANSACParam &p)RANSAC< TModelType >inline
ransac(const std::vector< std::pair< double, double > > &pairs, size_t n, size_t k, double t, size_t d, bool relative_d=false)RANSAC< TModelType >inline
setSeed(uint64_t seed)RANSAC< TModelType >inline
shuffler_RANSAC< TModelType >private
~RANSAC()=defaultRANSAC< TModelType >