
Public Member Functions | |
| RoadSelectTest () | |
| Constructor; Takes nothing and simply registeres self with the main CMU IPC server. | |
| ~RoadSelectTest () | |
| Destructor. | |
| int | Update () |
Private Attributes | |
| CvCapture * | capture |
| OpenCV's internal representation of the video source. | |
| const char * | window_name |
| RoadSelectTest::RoadSelectTest | ( | ) | [inline] |
Constructor; Takes nothing and simply registeres self with the main CMU IPC server.
| RoadSelectTest::~RoadSelectTest | ( | ) | [inline] |
Destructor.
| int RoadSelectTest::Update | ( | ) | [inline, virtual] |
The main update function; The end-developer of the target component must overload this function Though no input / output events are required, this is where such transfer would be done The return value can be anything, though a negative value means a failure and will kill the component
Implements BaseComponent.
CvCapture* RoadSelectTest::capture [private] |
OpenCV's internal representation of the video source.
const char* RoadSelectTest::window_name [private] |
1.5.5