TooN Algorithm Library - tag
0.2
|
#include <ransac_estimators.h>
Public Member Functions | |
template<class It > | |
void | estimate (It begin, It end) |
template<class M > | |
double | score (const M &m) const |
template<class M > | |
bool | isInlier (const M &m, double r) const |
Public Attributes | |
TooN::SO3 | rotation |
homography More... | |
Static Public Attributes | |
static const int | hypothesis_size = 2 |
minimal number of correspondences More... | |
RANSAC estimator to compute a camera rotation between two sets of rays: The rays are specified as 2D vectors on the camera plane. The minimal set are two corresponding pairs of rays.
The resulting transformation will map from a -> b.
|
inline |
References tag::computeOrientation(), tag::first_point(), hypothesis_size, rotation, and tag::second_point().
|
inline |
References tag::noise(), and score().
|
inline |
References tag::first_point(), rotation, and tag::second_point().
Referenced by isInlier().
|
static |
minimal number of correspondences
Referenced by estimate().
TooN::SO3 tag::CameraRotation::rotation |
homography
Referenced by estimate(), and score().