diff options
Diffstat (limited to 'pix_opencv_distrans.h')
-rw-r--r-- | pix_opencv_distrans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pix_opencv_distrans.h b/pix_opencv_distrans.h index bfa1506..9e16c86 100644 --- a/pix_opencv_distrans.h +++ b/pix_opencv_distrans.h @@ -78,7 +78,7 @@ class GEM_EXTERN pix_opencv_distrans : public GemPixObj // The output and temporary images IplImage *dist, *dist8u1, *dist8u2, *dist8u, *dist32s; - IplImage *src, *gray, *edge, *labels; + IplImage *rgb, *gray, *edge, *labels; IplImage *rgba, *alpha; }; |