#include <iostream>
#include <cv.h>
Go to the source code of this file.
Classes |
class | homography |
| Static class for the estimation of homographies.Provides functions to estimate the homography. More...
|
Function Documentation
float cvmGet |
( |
const homography * |
H, |
|
|
const int |
i, |
|
|
const int |
j |
|
) |
| |
|
inline |
void cvmSet |
( |
const homography * |
H, |
|
|
const int |
i, |
|
|
const int |
j, |
|
|
const float |
val |
|
) |
| |
|
inline |
void cvmSet |
( |
const homography * |
H, |
|
|
const int |
i, |
|
|
const int |
j, |
|
|
const double |
val |
|
) |
| |
|
inline |
ostream& operator<< |
( |
ostream & |
o, |
|
|
const homography & |
H |
|
) |
| |