#include <tsaimethods.h>
Static Public Member Functions | |
static bool | calibrate (vcg::Shot< double > *shot, std::list< TsaiCorrelation > *corr, bool p_foc) |
static void | Shot2Tsai (vcg::Shot< double > *) |
send all the valid binded points of the image at the calibration lib, then set the intinsic param of the image | |
static void | Tsai2Shot (vcg::Shot< double > *, bool p_foc=true) |
Transformation of the camera data between tsai structure and vcg structure. | |
Static Private Member Functions | |
static void | Cam2Tsai (vcg::Shot< double > *) |
static bool | createDataSet (std::list< TsaiCorrelation > *corr, vcg::Shot< double > *s) |
Definition at line 68 of file tsaimethods.h.
bool TsaiMethods::calibrate | ( | vcg::Shot< double > * | shot, |
std::list< TsaiCorrelation > * | corr, | ||
bool | p_foc | ||
) | [static] |
Definition at line 47 of file tsaimethods.cpp.
void TsaiMethods::Cam2Tsai | ( | vcg::Shot< double > * | s | ) | [static, private] |
Definition at line 183 of file tsaimethods.cpp.
bool TsaiMethods::createDataSet | ( | std::list< TsaiCorrelation > * | corr, |
vcg::Shot< double > * | s | ||
) | [static, private] |
Definition at line 76 of file tsaimethods.cpp.
void TsaiMethods::Shot2Tsai | ( | vcg::Shot< double > * | shot | ) | [static] |
send all the valid binded points of the image at the calibration lib, then set the intinsic param of the image
Transformation of the camera data between tsai structure and vcg structure
Definition at line 122 of file tsaimethods.cpp.
void TsaiMethods::Tsai2Shot | ( | vcg::Shot< double > * | shot, |
bool | p_foc = true |
||
) | [static] |
Transformation of the camera data between tsai structure and vcg structure.
Definition at line 149 of file tsaimethods.cpp.