I have the following image:
There are curves in the image. I would like to find the center of the circles containing the curves.
I tried converting opencv and hough circle but got no results.
A natural candidate will be cvHoughCircles. Each part of each curve adds a βvoiceβ to the triplet X/Y/Rthat identifies the center point. Now you have only part of the circles, so the number of votes is limited and the accuracy is reduced, but you probably suspect that a lot.
cvHoughCircles
X/Y/R
Here is what I will try first:
, , , . .
, , 16 [0, pi], , (xc, yc) , ri , , , .