#include <ransac_estimators.h>
Public Member Functions | |
| template<class It> | |
| bool | estimate (It begin, It end) |
| template<class Match> | |
| bool | isInlier (const Match &m, double r) const |
| template<class It> | |
| std::vector< std::pair< size_t, TooN::SE3 > > | decompose (It begin, It end, std::vector< int > &group) |
Public Attributes | |
| TooN::Matrix< 3 > | E |
TooN::Vector<2> a = first_point(*it); // default value is "(*it).first" TooN::Vector<2> b = second_point(*it); // default value is "(*it).second" double R = noise(*it); // default value is "1.0"
|
||||||||||||||||||||
|
Decompose the essential matrix into four possible SE3s
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.3.9.1