Implementation of the Ransac algorithm as outlined in [15]. More...
#include <vector>
#include <opengv/sac/SampleConsensus.hpp>
#include <cstdio>
#include "implementation/Ransac.hpp"
Go to the source code of this file.
Classes | |
class | opengv::sac::Ransac< PROBLEM_T > |
Namespaces | |
opengv | |
The namespace of this library. | |
opengv::sac | |
The namespace for the sample consensus methods. | |
Implementation of the Ransac algorithm as outlined in [15].