OpenMS
RANSAC.h File Reference
#include <OpenMS/config.h>
#include <OpenMS/MATH/MISC/RANSACModel.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/MATH/MISC/RANSACModelLinear.h>
#include <OpenMS/MATH/MISC/MathFunctions.h>
#include <limits>
#include <vector>
#include <sstream>
Include dependency graph for RANSAC.h:
This graph shows which files directly or indirectly include this file:

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.