python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
From Hough Circle detection to coin separation
For an image analysis problem I'm trying to separate 11 unique, partly overlapping, coins and output an image with the coins separated and displayed in 11 different colors. I've done a Hough Circle De...
Paul Engelbert
Votes: 0
Answers: 0
Houghlines not reaching edge of image
I am trying to detect all the lines in the following image:
Using the following code I am able to detect almost all lines:
%Find the line detected
I = imread('img3.png');
J = histeq(I);
BW = edge(J,'...
Joe Taylor
Votes: 0
Answers: 1
How can i average a series of parallel lines into a single thick line?
Im a student and im trying to do lane detection on an image using python language. Using Canny edge detection and Hough line transformation, i was succesful to detetct the lines in roads. But a single...

SaFaL
Votes: 0
Answers: 1