Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hough Transform

How Can I Correctly Classify The Number Of Positive (bright Color) Circles And Negative (dark Color) Circles In The Image

Long post - please bear with me. For a better understanding of what the goal is and what I have don… Read more How Can I Correctly Classify The Number Of Positive (bright Color) Circles And Negative (dark Color) Circles In The Image

Delete Segmented Lines (opencv, Python)

Given the followig code: import numpy as np import cv2 gray = cv2.imread('image.png') edge… Read more Delete Segmented Lines (opencv, Python)