OpenMS
|
#include <OpenMS/config.h>
#include <OpenMS/ML/RANSAC/RANSACModel.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/ML/RANSAC/RANSACModelLinear.h>
#include <OpenMS/MATH/MathFunctions.h>
#include <limits>
#include <vector>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | RANSACParam |
A simple struct to carry all the parameters required for a RANSAC run. More... | |
class | RANSAC< TModelType > |
This class provides a generic implementation of the RANSAC outlier detection algorithm. Is implemented and tested after the SciPy reference: http://wiki.scipy.org/Cookbook/RANSAC. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Math | |
Math namespace. | |