|
Jafar
|
A Point3DPair links two 3D points which are matched between the two stereo frames. More...
A Point3DPair links two 3D points which are matched between the two stereo frames.
Definition at line 54 of file engine.hpp.
#include <engine.hpp>
Public Member Functions | |
| Point3DPair (Point3D const &first_, Point3D const &second_) | |
Public Attributes | |
| Point3D const & | first |
| index of first point | |
| Point3D const & | second |
| index of second point | |
| double | weight |
| weight of this pair in the minimization process | |
| double | error |
| error for this pair | |
| Generated on Wed Oct 15 2014 00:37:52 for Jafar by doxygen 1.7.6.1 |
|