OpenGV
A library for solving calibrated central and non-central geometric vision problems
opengv::sac::SampleConsensusProblem< MODEL_T > Member List

This is the complete list of members for opengv::sac::SampleConsensusProblem< MODEL_T >, including all inherited members.

computeModelCoefficients(const std::vector< int > &indices, model_t &outModel) const =0opengv::sac::SampleConsensusProblem< MODEL_T >pure virtual
countWithinDistance(const model_t &model_coefficients, const double threshold)opengv::sac::SampleConsensusProblem< MODEL_T >virtual
drawIndexSample(std::vector< int > &sample)opengv::sac::SampleConsensusProblem< MODEL_T >
getDistancesToModel(const model_t &model_coefficients, std::vector< double > &distances)opengv::sac::SampleConsensusProblem< MODEL_T >virtual
getIndices() const opengv::sac::SampleConsensusProblem< MODEL_T >
getSamples(int &iterations, std::vector< int > &samples)opengv::sac::SampleConsensusProblem< MODEL_T >virtual
getSampleSize() const =0opengv::sac::SampleConsensusProblem< MODEL_T >pure virtual
getSelectedDistancesToModel(const model_t &model, const std::vector< int > &indices, std::vector< double > &scores) const =0opengv::sac::SampleConsensusProblem< MODEL_T >pure virtual
indices_opengv::sac::SampleConsensusProblem< MODEL_T >
isSampleGood(const std::vector< int > &sample) const opengv::sac::SampleConsensusProblem< MODEL_T >virtual
max_sample_checks_opengv::sac::SampleConsensusProblem< MODEL_T >
model_t typedefopengv::sac::SampleConsensusProblem< MODEL_T >
optimizeModelCoefficients(const std::vector< int > &inliers, const model_t &model_coefficients, model_t &optimized_coefficients)=0opengv::sac::SampleConsensusProblem< MODEL_T >pure virtual
rnd()opengv::sac::SampleConsensusProblem< MODEL_T >
rng_alg_opengv::sac::SampleConsensusProblem< MODEL_T >
rng_dist_opengv::sac::SampleConsensusProblem< MODEL_T >
rng_gen_opengv::sac::SampleConsensusProblem< MODEL_T >
SampleConsensusProblem(bool randomSeed=true)opengv::sac::SampleConsensusProblem< MODEL_T >
selectWithinDistance(const model_t &model_coefficients, const double threshold, std::vector< int > &inliers)opengv::sac::SampleConsensusProblem< MODEL_T >virtual
setIndices(const std::vector< int > &indices)opengv::sac::SampleConsensusProblem< MODEL_T >
setUniformIndices(int N)opengv::sac::SampleConsensusProblem< MODEL_T >
shuffled_indices_opengv::sac::SampleConsensusProblem< MODEL_T >
~SampleConsensusProblem()opengv::sac::SampleConsensusProblem< MODEL_T >virtual