From 3eca5353025abcded8bf8e009945260dcbad677e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 15 Aug 2009 16:01:08 +0000 Subject: fixed threshold svn path=/trunk/externals/pix_opencv/; revision=11926 --- pix_opencv_threshold.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pix_opencv_threshold.h') diff --git a/pix_opencv_threshold.h b/pix_opencv_threshold.h index 7d45ffb..66286cf 100644 --- a/pix_opencv_threshold.h +++ b/pix_opencv_threshold.h @@ -65,14 +65,13 @@ class GEM_EXTERN pix_opencv_threshold : public GemPixObj void floatModeMess(float mode); // The new edge threshold - int threshold_value; - int max_value; + float threshold_value; + float max_value; int threshold_mode; // to detect changes in the image size int comp_xsize; int comp_ysize; - float edge_thresh; private: -- cgit v1.2.1