bazar  1.3.1
Classes | Functions
homography.h File Reference
#include <iostream>
#include <cv.h>
Include dependency graph for homography.h:
This graph shows which files directly or indirectly include this file:

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...

Functions

ostream & operator<< (ostream &o, const homography &H)
float cvmGet (const homography *H, const int i, const int j)
void cvmSet (const homography *H, const int i, const int j, const float val)
void cvmSet (const homography *H, const int i, const int j, const double val)

Function Documentation

float cvmGet ( const homography H,
const int  i,
const int  j 
)
inline

Definition at line 123 of file homography.h.

void cvmSet ( const homography H,
const int  i,
const int  j,
const float  val 
)
inline

Definition at line 130 of file homography.h.

void cvmSet ( const homography H,
const int  i,
const int  j,
const double  val 
)
inline

Definition at line 137 of file homography.h.

ostream& operator<< ( ostream &  o,
const homography H 
)

Definition at line 85 of file homography.cpp.

References cvmGet().