Skip to content

Commit

Permalink
Delete unnecessary commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeyoung committed Aug 31, 2024
1 parent e64d761 commit 420bedf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bubble_analyser/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def run_algorithm(
_, labels = cv2.connectedComponents(distThresh)
plt.title("5. Labels")
plt.imshow(labels)
plt.savefig("plot_1.png")

# Apply watershed segmentation
plt.figure()
Expand All @@ -194,7 +193,6 @@ def run_algorithm(

# Display the images
plt.show()
plt.savefig("plot_2.png")

# Calculate and print the circle properties
circle_properties = calculate_circle_properties(labels, px2cm)
Expand Down

0 comments on commit 420bedf

Please sign in to comment.