41 #ifndef OPENGV_SAC_MULTIRANSAC_HPP_ 42 #define OPENGV_SAC_MULTIRANSAC_HPP_ 63 template<
typename PROBLEM_T>
70 typedef typename problem_t::model_t
model_t;
85 int maxIterations = 1000,
86 double threshold = 1.0,
87 double probability = 0.99 );
102 #include "implementation/MultiRansac.hpp" Definition: MultiSampleConsensus.hpp:62
virtual ~MultiRansac()
Destructor.
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
PROBLEM_T problem_t
Definition: MultiRansac.hpp:68
problem_t::model_t model_t
Definition: MultiRansac.hpp:70
bool computeModel(int debug_verbosity_level=0)
Fit the model.
MultiRansac(int maxIterations=1000, double threshold=1.0, double probability=0.99)
Constructor.
Definition: MultiRansac.hpp:64
This is a base class for sample consensus methods such as Ransac. Derivatives call the three basic fu...