Compare commits

..

No commits in common. "6162f5a3c1469639ba5b927bf726f0b98312621c" and "6b57db324edb9f0e80df665454a95735597ec810" have entirely different histories.

View File

@ -66,17 +66,12 @@ class MainApp:
# Load values from config after UI has been initialised
self.img_path.set(config_json["path"])
self.img_size.set(config_json["size"])
now = datetime.datetime.now()
self.log = open(pathlib.Path(config_json["out"], F"result-{now.strftime('%Y-%m-%dT%H.%M.%S')}.csv"), "x")
self.log.write("test")
def on_quit(self, event=None):
'''
Close PLT windows on main app quit
'''
plt.close()
self.log.close()
self.mainwindow.quit();
def run(self):
@ -366,12 +361,6 @@ class MainApp:
if not part_update:
self.drawCannyHM(img, 1, 1)
# Write results to CSV file
if not part_update:
# if self.log.
# Only do this if the image has changed
self.log.write(F"{self.img_name[1]}, test\n")
# Show all data
plt.show(block=False) ## Graphs
self.draw_output(size) ## Images