27 #include <yarp/os/all.h>
28 #include <yarp/sig/all.h>
30 #define FPS_SAMPLE_SIZE 20 //number of frames used for calculating the average FPS
41 yarp::os::BufferedPort<yarp::sig::ImageOf<yarp::sig::PixelRgb> >
imagePort;
43 void initialise(QString senderPortName, QString receiverPortName);
48 yarp::sig::ImageOf<yarp::sig::PixelRgb>*
getImage();
65 void setImage(yarp::sig::ImageOf<yarp::sig::PixelRgb> *yarpImage);
82 void imageReceived(yarp::sig::ImageOf<yarp::sig::PixelRgb> *yarpImage);