vusr commited on
Commit
30580e4
·
verified ·
1 Parent(s): 31f41ae

Update Image_height.py

Browse files
Files changed (1) hide show
  1. Image_height.py +1 -1
Image_height.py CHANGED
@@ -12,7 +12,7 @@ from skimage.filters import threshold_li
12
  class options:
13
  def __init__(self, image_path):
14
  self.image = image_path
15
- self.debug = "plot"
16
  self.tmp_dir = "plantpattern"
17
  self.result = os.path.join(self.tmp_dir, "try2.txt")
18
  self.writeimg = False
 
12
  class options:
13
  def __init__(self, image_path):
14
  self.image = image_path
15
+ self.debug = None
16
  self.tmp_dir = "plantpattern"
17
  self.result = os.path.join(self.tmp_dir, "try2.txt")
18
  self.writeimg = False