aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_morphology.h
diff options
context:
space:
mode:
Diffstat (limited to 'pix_opencv_morphology.h')
-rw-r--r--pix_opencv_morphology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pix_opencv_morphology.h b/pix_opencv_morphology.h
index 238549e..90c0780 100644
--- a/pix_opencv_morphology.h
+++ b/pix_opencv_morphology.h
@@ -78,7 +78,7 @@ class GEM_EXTERN pix_opencv_morphology : public GemPixObj
static void shapeMessCallback(void *data, t_floatarg f);
// The output and temporary images
- IplImage *rgba, *alpha, *src, *dst;
+ IplImage *rgba, *grey, *rgb, *dst;
IplConvKernel *element;