My Project
Loading...
Searching...
No Matches
ver3.GUI Class Reference

Public Member Functions

 __init__ (self, master)
 
 control_window (self)
 

Public Attributes

 master = master
 
 canvas = tk.Canvas(self.master, bg="black")
 
 shared_data = SharedData()
 
 commands = Commands(self, self.shared_data)
 
 control_window = tk.Toplevel(self.master)
 
 overlap = tk.IntVar(value=200)
 
 alpha = tk.DoubleVar(value=0.5)
 
 alphaLabel = tk.Label(self.control_window, text='Alpha value', font=('calibre', 10, 'bold'))
 
 alphaBox = tk.Entry(self.control_window, textvariable=self.alpha)
 
 set_alpha_button = tk.Button(self.control_window, text="Set Alpha", command=self.commands.set_alpha_value)
 
 overlapLabel = tk.Label(self.control_window, text='Overlap region Width', font=('calibre', 10, 'bold'))
 
 overlapBox = tk.Entry(self.control_window, textvariable=self.overlap)
 
 set_overlap_button = tk.Button(self.control_window, text="Set Overlap Region", command=self.commands.set_overlap_region)
 
 button_load_left = tk.Button(self.control_window, text="Load Left Image", command=self.commands.load_left_image)
 
 button_load_right = tk.Button(self.control_window, text="Load Right Image", command=self.commands.load_right_image)
 
 button_show_left = tk.Button(self.control_window, text="Show Left Image", command=self.commands.show_left_image)
 
 button_show_right = tk.Button(self.control_window, text="Show Right Image", command=self.commands.show_right_image)
 

The documentation for this class was generated from the following file: