Skip to content

Commit 817a9fc

Browse files
committed
Initial commit
1 parent f2f45b8 commit 817a9fc

7 files changed

+4
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/background.jpeg

97.8 KB
Loading

assets/loading.mp4

4.79 MB
Binary file not shown.

image_preprocessing_app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
img_display = None
1212
patterns = []
1313

14+
15+
1416
# Functionality for the buttons
1517
def load_image():
1618
global img, img_display, original_img
@@ -166,4 +168,5 @@ def find_pattern():
166168
match_ratio_label = tk.Label(root, text="Matching Ratio: N/A")
167169
match_ratio_label.grid(row=8, column=0, columnspan=2)
168170

169-
root.mainloop()
171+
root.mainloop()
172+

patterns.zip

-659 KB
Binary file not shown.

patterns/leo star pattern.jpg

63.7 KB
Loading

patterns/pegasus star pattern.jpg

64.3 KB
Loading

0 commit comments

Comments
 (0)