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

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)

Calculating Center Of An Object In An Image

I was reading this post to calculate the center of an image using OpenCV which uses Moments. But I … Read more Calculating Center Of An Object In An Image

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