#include <iostream>
#include <assert.h>
#include <cv.h>
Go to the source code of this file.
Functions |
ostream & | operator<< (ostream &o, const affinity &A) |
float | cvmGet (const affinity *A, const int i, const int j) |
void | cvmSet (const affinity *A, const int i, const int j, const float val) |
void | cvmSet (const affinity *A, const int i, const int j, const double val) |
void | mcvGetQuadrangleSubPix (IplImage *src, IplImage *dest, affinity *A, int fill_outliers, CvScalar fill_value) |
Function Documentation
float cvmGet |
( |
const affinity * |
A, |
|
|
const int |
i, |
|
|
const int |
j |
|
) |
| |
|
inline |
- Examples:
- multigl.cpp.
Definition at line 86 of file affinity.h.
Referenced by CamCalibration::ComposeRotationTranslationTo3x4Matrix(), homography::estimate(), PoseObs::eval_func(), ProjObs::eval_func(), CamCalibration::ExtractRotationTranslationFrom3x4Matrix(), CamCalibration::HomogenousNormalizeVector(), mcvmPrint(), operator<<(), photo_draw(), CamCalibration::PlotPointsToImagesAfterOptimization(), CamCalibration::PrintOptimizedResultsToFile2(), projection_matrix::set_external_parameters(), projection_matrix::set_external_parameters_exp_map(), showmatrix(), showmatrix_ch(), showmatrix_file(), CamCalibration::StoreHomographiesToFile(), homography::transform_point(), and planar_object_recognizer::valid().
void cvmSet |
( |
const affinity * |
A, |
|
|
const int |
i, |
|
|
const int |
j, |
|
|
const float |
val |
|
) |
| |
|
inline |
void cvmSet |
( |
const affinity * |
A, |
|
|
const int |
i, |
|
|
const int |
j, |
|
|
const double |
val |
|
) |
| |
|
inline |
ostream& operator<< |
( |
ostream & |
o, |
|
|
const affinity & |
A |
|
) |
| |