This is the complete list of members for
jafar::jmath::RANSAC< NUMTYPE >, including all inherited members.
execute(const ublas::matrix< NUMTYPE > &data, RANSAC_fit_functor fit_func, RANSAC_distance_functor dist_func, RANSAC_degenerate_functor degen_func, const NUMTYPE distance_threshold, const unsigned int min_size_samples_to_fit, std::vector< size_t > &out_best_inliers, ublas::matrix< NUMTYPE > &out_best_model, const NUMTYPE prob_good_sample=0.999, const size_t max_iter=200000) | jafar::jmath::RANSAC< NUMTYPE > | [inline, static] |
RANSAC_degenerate_functor typedef | jafar::jmath::RANSAC< NUMTYPE > | |
RANSAC_distance_functor typedef | jafar::jmath::RANSAC< NUMTYPE > | |
RANSAC_fit_functor typedef | jafar::jmath::RANSAC< NUMTYPE > | |