30 template <
typename NUMTYPE = 
double>
    47                 const NUMTYPE distanceThreshold, 
unsigned int& out_bestModelIndex,
    74                 const double distanceThreshold,
    75                 const unsigned int minimumSizeSamplesToFit,
    78                 const double prob_good_sample = 0.999,
    79                 const size_t maxIter = 2000) 
const;
 std::function< bool(const CMatrixTemplateNumeric< NUMTYPE > &allData, const mrpt::vector_size_t &useIndices)> TRansacDegenerateFunctor
The type of the function passed to mrpt::math::ransac - See the documentation for that method for mor...
 
bool execute(const CMatrixTemplateNumeric< NUMTYPE > &data, const TRansacFitFunctor &fit_func, const TRansacDistanceFunctor &dist_func, const TRansacDegenerateFunctor °en_func, const double distanceThreshold, const unsigned int minimumSizeSamplesToFit, mrpt::vector_size_t &out_best_inliers, CMatrixTemplateNumeric< NUMTYPE > &out_best_model, const double prob_good_sample=0.999, const size_t maxIter=2000) const
An implementation of the RANSAC algorithm for robust fitting of models to data. 
 
std::function< void(const CMatrixTemplateNumeric< NUMTYPE > &allData, const mrpt::vector_size_t &useIndices, std::vector< CMatrixTemplateNumeric< NUMTYPE > > &fitModels)> TRansacFitFunctor
The type of the function passed to mrpt::math::ransac - See the documentation for that method for mor...
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
std::function< void(const CMatrixTemplateNumeric< NUMTYPE > &allData, const std::vector< CMatrixTemplateNumeric< NUMTYPE > > &testModels, const NUMTYPE distanceThreshold, unsigned int &out_bestModelIndex, mrpt::vector_size_t &out_inlierIndices)> TRansacDistanceFunctor
The type of the function passed to mrpt::math::ransac - See the documentation for that method for mor...
 
A matrix of dynamic size. 
 
RANSAC_Template< double > RANSAC
The default instance of RANSAC, for double type. 
 
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
 
A generic RANSAC implementation with models as matrices. 
 
GLsizei GLsizei GLenum GLenum const GLvoid * data
 
std::vector< size_t > vector_size_t