|
OpenMS
2.6.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
57 static double rm_rsq_impl(
const DVecIt& begin,
const DVecIt& end);
Generic plug-in template base class using 'Curiously recurring template pattern' (CRTP) to allow for ...
Definition: RANSACModel.h:58
std::vector< double > ModelParameters
Definition: RANSACModel.h:64
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
DVec::const_iterator DVecIt
Definition: RANSACModel.h:63
std::vector< DPair > DVec
Definition: RANSACModel.h:62
Implementation of a linear RANSAC model fit.
Definition: RANSACModelLinear.h:51