Skip to content

Commit

Permalink
reset defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zacswider committed Jun 22, 2022
1 parent b0b166c commit 486ef55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions optflowmods/flowgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ def __init__(self):
self.folder_path = tk.StringVar()
self.folder_path.set('/Users/bementmbp/Desktop/lesliecrop.tif')
self.window_size = tk.IntVar()
self.window_size.set(17)
self.window_size.set(20)
self.polyN_size = tk.IntVar()
self.polyN_size.set(3)
self.polyN_size.set(7)
self.polyS_size = tk.DoubleVar()
self.polyS_size.set(2)
self.polyS_size.set(1.5)
self.frame_skip_num = tk.IntVar()
self.frame_skip_num.set(15)
self.frame_skip_num.set(0)
self.vector_skip_num = tk.IntVar()
self.vector_skip_num.set(8)
self.vector_skip_num.set(2)
self.gauss_sigma = tk.IntVar()
self.gauss_sigma.set(0)

Expand Down

0 comments on commit 486ef55

Please sign in to comment.