aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_distrans.h
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2010-08-03 17:10:32 +0000
committerN.N. <sevyves@users.sourceforge.net>2010-08-03 17:10:32 +0000
commit15ec89b8acb5e2fb3f41b45cc37fd3c585bdb38b (patch)
tree1601a4e3e6e4cc36d761a3ea6502c1876bbc3ee6 /pix_opencv_distrans.h
parent5dc1d97357e3519da6c595c21682aa00a58624ff (diff)
a few fixes for opencv 2.0
svn path=/trunk/externals/pix_opencv/; revision=13743
Diffstat (limited to 'pix_opencv_distrans.h')
-rw-r--r--pix_opencv_distrans.h2
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;
};