#include <vcg/math/matrix44.h>
#include <vcg/space/point3.h>
#include <vcg/space/point2.h>
#include <vcg/math/shot.h>
#include <list>
Go to the source code of this file.
Classes | |
struct | TsaiCorrelation |
class | TsaiMethods |
Variables | |
static const int | MIN_POINTS_FOR_CALIBRATE = 13 |
const int MIN_POINTS_FOR_CALIBRATE = 13 [static] |
Tsai Methods -- Interface with the tsai lib
The class is static, so a simple call to calibrate()
is sufficient to get a calibrated shot.
Comment:
Sometimes the Tsai Lib returns a irregular shifted translation values.
Since now no solution found.
Definition at line 61 of file tsaimethods.h.