Live wire to be implemented into GUI
Compare changes
- Christian authored
+ 15
− 6
@@ -2,7 +2,7 @@ import time
@@ -59,9 +59,19 @@ def compute_cost(image, sigma=3.0, epsilon=1e-5):
@@ -74,13 +84,12 @@ def backtrack_pixels_on_image(img_color, path_coords, bgr_color=(0, 0, 255)):
@@ -132,4 +141,4 @@ def main():
\ No newline at end of file