#include <ProjectionTest.h>

Public Member Functions | |
| ProjectionTest () | |
| Constructor; Takes nothing and simply registeres self with the main CMU IPC server. | |
| ~ProjectionTest () | |
| Destructor. | |
| int | Update () |
| Does projection transform on given image. | |
Private Attributes | |
| IplImage * | input |
| IplImage * | output |
| const char * | window_name |
| ProjectionTest::ProjectionTest | ( | ) |
Constructor; Takes nothing and simply registeres self with the main CMU IPC server.
| ProjectionTest::~ProjectionTest | ( | ) |
Destructor.
| int ProjectionTest::Update | ( | ) | [virtual] |
IplImage* ProjectionTest::input [private] |
IplImage* ProjectionTest::output [private] |
const char* ProjectionTest::window_name [private] |
1.5.5