best() const | RANSAC< Dataset, Hypothesis > | |
compute(int sampleSize, int keepBest=1, const std::vector< double > &weights={}) | RANSAC< Dataset, Hypothesis > | |
computeScores(int first=0, int last=-1) | RANSAC< Dataset, Hypothesis > | protected |
fitEntireDataset() const | RANSAC< Dataset, Hypothesis > | |
FitFunction typedef | RANSAC< Dataset, Hypothesis > | |
hypotheses() const | RANSAC< Dataset, Hypothesis > | |
inliers(double threshold=0.5, int which=0) | RANSAC< Dataset, Hypothesis > | |
m_dataset (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_eps (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_fit (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_maxIterations (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_multinomial (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_requiredMatchingQuality (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_results (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_score (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_seed (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_stopValidationEarly (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
m_validationSetSize (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | protected |
numInliers(double threshold=0.5, int which=0) | RANSAC< Dataset, Hypothesis > | |
RANSAC(const Dataset &dataset, const FitFunction &fit, const ScoreFunction &score) | RANSAC< Dataset, Hypothesis > | inline |
refine(double threshold=0.5) | RANSAC< Dataset, Hypothesis > | |
refine(const RefineFunction &computeRefinement) | RANSAC< Dataset, Hypothesis > | |
RefineFunction typedef | RANSAC< Dataset, Hypothesis > | |
results() const | RANSAC< Dataset, Hypothesis > | |
ScoreFunction typedef | RANSAC< Dataset, Hypothesis > | |
setEps(double eps) | RANSAC< Dataset, Hypothesis > | inline |
setMaxIterations(size_t iterations) | RANSAC< Dataset, Hypothesis > | inline |
setRandomSeed(uint32_t seed) | RANSAC< Dataset, Hypothesis > | inline |
setRequiredMatchingQuality(double q) | RANSAC< Dataset, Hypothesis > | inline |
setStopValidationEarly(bool v) | RANSAC< Dataset, Hypothesis > | inline |
setValidationSetSize(size_t size) | RANSAC< Dataset, Hypothesis > | inline |
stopValidationEarly() const (defined in RANSAC< Dataset, Hypothesis >) | RANSAC< Dataset, Hypothesis > | inline |