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)
Find all the concentric circles and fill them using OpenCV C++
I have an image of concentric circles. Now I want to find some of them and fill the area between then with white color. I have done canny edge detection then erosion and area filter and got the below ...

Krupali Mistry
Votes: 0
Answers: 1
How to fill the holes of a binary image using scikit?
For an image analysis problem, I want to output a binary image where the background is dark and the coins are white. I'm supposed to use skimage and not CV2.
I've already done some coding to come up w...
Paul Engelbert
Votes: 0
Answers: 0
OpenCV: Unable to run Canny edge detection in C++
I have written a simple code to perform canny edge detection on a live stream. The code is as shown below,
#include <opencv2/imgcodecs.hpp>
#include <opencv2/highgui.hpp>
#include <open...
Deekshith Patil
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