#include "BaseComponent.h"
#include <opencv/cv.h>
Go to the source code of this file.
Functions | |
| void | SendImage (IplImage *GivenImage, BaseComponent *ComponentObj) |
| Send an Image over ipc. | |
| void | ReceiveImage (IplImage *dest, BaseComponent *self, const char *sender_name) |
| void ReceiveImage | ( | IplImage * | dest, | |
| BaseComponent * | self, | |||
| const char * | sender_name | |||
| ) |
Receive an Image sent over ipc using SendImage
| dest | [out] image read gets placed here. Old data destroyed | |
| self | the object being called from | |
| sender_name | name of the component sending the image |
| void SendImage | ( | IplImage * | GivenImage, | |
| BaseComponent * | ComponentObj | |||
| ) |
Send an Image over ipc.
1.5.5