aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_threshold.h
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-08-15 16:01:08 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-08-15 16:01:08 +0000
commit3eca5353025abcded8bf8e009945260dcbad677e (patch)
treec40afd0ef752047ee8ada4d88b1624e8c64629fc /pix_opencv_threshold.h
parent65fede5d18e7e4004c36991dc21dbf6273f9f0af (diff)
fixed threshold
svn path=/trunk/externals/pix_opencv/; revision=11926
Diffstat (limited to 'pix_opencv_threshold.h')
-rw-r--r--pix_opencv_threshold.h5
1 files changed, 2 insertions, 3 deletions
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: