From 15ec89b8acb5e2fb3f41b45cc37fd3c585bdb38b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 3 Aug 2010 17:10:32 +0000 Subject: a few fixes for opencv 2.0 svn path=/trunk/externals/pix_opencv/; revision=13743 --- pix_opencv_motempl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pix_opencv_motempl.h') diff --git a/pix_opencv_motempl.h b/pix_opencv_motempl.h index e83a3bf..7fc6aa7 100644 --- a/pix_opencv_motempl.h +++ b/pix_opencv_motempl.h @@ -109,7 +109,7 @@ class GEM_EXTERN pix_opencv_motempl : public GemPixObj static void apertureMessCallback(void *data, t_floatarg aperture); // The output and temporary images - IplImage *img, *motion, *rgba, *alpha; + IplImage *rgb, *motion, *rgba, *grey; // ring image buffer IplImage **buf; -- cgit v1.2.1