7 #ifndef _PF3DTRACKERSUPPORT_
8 #define _PF3DTRACKERSUPPORT_
17 #include <yarp/os/LogStream.h>
20 #pragma package <opencv>
23 #include <opencv2/opencv.hpp>
24 #include <opencv2/highgui/highgui.hpp>
25 #include <opencv2/core/types_c.h>
35 void rgbToYuvBin(
int &R,
int &G,
int &B,
int &YBin,
int &UBin,
int &VBin);
37 void rgbToYuvBinImage(IplImage *image,IplImage *yuvBinsImage);
39 void rgbToYuvBinMatLut(
const cv::Mat& image, cv::Mat& yuvBinsImage,
Lut *lut);
40 void rgbToYuvBinImageLut(IplImage *image,IplImage *yuvBinsImage,
Lut *lut);
42 void setPixel(
int u,
int v,
int r,
int g,
int b, IplImage *image);
44 void fillLut(
Lut *lut);
Copyright: (C) 2009 RobotCub Consortium Authors: Matteo Taiana, Ugo Pattacini CopyPolicy: Released un...