diff options
Diffstat (limited to 'pix_opencv_motempl.h')
-rw-r--r-- | pix_opencv_motempl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |