#include <ProjectionInterface.h>

Public Member Functions | |
| ProjectionInterface () | |
| Constructor; Takes nothing and simply registeres self with the main CMU IPC server. | |
| ~ProjectionInterface () | |
| Destructor. | |
| int | Update () |
| Does projection transform on given image. | |
Private Attributes | |
| CvMat * | trans_mat |
| The perspective transformation matrix. | |
| IplImage * | input |
| Image for input. | |
| IplImage * | dest |
| Image for output. | |
| ProjectionInterface::ProjectionInterface | ( | ) |
Constructor; Takes nothing and simply registeres self with the main CMU IPC server.
| ProjectionInterface::~ProjectionInterface | ( | ) |
Destructor.
| int ProjectionInterface::Update | ( | ) | [virtual] |
CvMat* ProjectionInterface::trans_mat [private] |
The perspective transformation matrix.
IplImage* ProjectionInterface::input [private] |
Image for input.
IplImage* ProjectionInterface::dest [private] |
Image for output.
1.5.5