#include <cmath>
#include <vector>
#include "fullMatrix.h"
Go to the source code of this file.
|
template<class FLOAT > |
bool | computeAffineTransformation (const FLOAT *rc, const FLOAT *ra, const FLOAT *tr, std::vector< double > &tfo) |
|
template bool | computeAffineTransformation (const float *rc, const float *ra, const float *tr, std::vector< double > &tfo) |
|
template bool | computeAffineTransformation (const double *rc, const double *ra, const double *tr, std::vector< double > &tfo) |
|
template<class FLOAT > |
bool | getAffineTransformationParameters (const std::vector< double > &tfo, FLOAT *rc, FLOAT *ra, FLOAT *tr) |
|
template bool | getAffineTransformationParameters (const std::vector< double > &tfo, float *rc, float *ra, float *tr) |
|
template bool | getAffineTransformationParameters (const std::vector< double > &tfo, double *rc, double *ra, double *tr) |
|
bool | invertAffineTransformation (const std::vector< double > &tfo, std::vector< double > &newTfo) |
|
bool | setUnitAffineTransformation (std::vector< double > &tfo) |
|
◆ computeAffineTransformation() [1/3]
template bool computeAffineTransformation |
( |
const double * |
rc, |
|
|
const double * |
ra, |
|
|
const double * |
tr, |
|
|
std::vector< double > & |
tfo |
|
) |
| |
◆ computeAffineTransformation() [2/3]
template<class FLOAT >
bool computeAffineTransformation |
( |
const FLOAT * |
rc, |
|
|
const FLOAT * |
ra, |
|
|
const FLOAT * |
tr, |
|
|
std::vector< double > & |
tfo |
|
) |
| |
◆ computeAffineTransformation() [3/3]
template bool computeAffineTransformation |
( |
const float * |
rc, |
|
|
const float * |
ra, |
|
|
const float * |
tr, |
|
|
std::vector< double > & |
tfo |
|
) |
| |
◆ getAffineTransformationParameters() [1/3]
template bool getAffineTransformationParameters |
( |
const std::vector< double > & |
tfo, |
|
|
double * |
rc, |
|
|
double * |
ra, |
|
|
double * |
tr |
|
) |
| |
◆ getAffineTransformationParameters() [2/3]
template<class FLOAT >
bool getAffineTransformationParameters |
( |
const std::vector< double > & |
tfo, |
|
|
FLOAT * |
rc, |
|
|
FLOAT * |
ra, |
|
|
FLOAT * |
tr |
|
) |
| |
◆ getAffineTransformationParameters() [3/3]
template bool getAffineTransformationParameters |
( |
const std::vector< double > & |
tfo, |
|
|
float * |
rc, |
|
|
float * |
ra, |
|
|
float * |
tr |
|
) |
| |
◆ invertAffineTransformation()
bool invertAffineTransformation |
( |
const std::vector< double > & |
tfo, |
|
|
std::vector< double > & |
newTfo |
|
) |
| |
◆ setUnitAffineTransformation()
bool setUnitAffineTransformation |
( |
std::vector< double > & |
tfo | ) |
|