0

I able to detect circle center using hough circle, but i need to find the circle "center coordinates" using x and y in python. Anyone can explain it with the code? I am newbie in programming especially in python. Thanks.

4
  • Possible duplicate of HoughCircles circle detection using opencv and python- Commented Apr 18, 2016 at 7:01
  • @Miki i mean that i would find the x and y coordinates.. I succes to detect the circle center.. but, still cannot show up x and y in program.. thanks.. Commented Apr 19, 2016 at 18:09
  • At the end of the script there is an example on how to access x (i[0]) and y (i[1]) coordinates Commented Apr 19, 2016 at 18:37
  • okay, got it.. Sorry not notice that thing at all.. Thank you @Miki Commented Apr 20, 2016 at 18:57

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.