Utilities_Vision.h File Reference

#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)


Function Documentation

void ReceiveImage ( IplImage *  dest,
BaseComponent self,
const char *  sender_name 
)

Receive an Image sent over ipc using SendImage

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


Generated on Sun Feb 21 00:00:08 2010 for Penn State Robotics Club: Mini Grand Challenge 2010 by  doxygen 1.5.5