diff options
Diffstat (limited to 'pix_opencv_threshold.h')
-rw-r--r-- | pix_opencv_threshold.h | 5 |
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: |