how can we get the hough space (voting values) in hough circle algorithm using opencv c++

asked 2017-09-27 02:15:14 -0600

adnan_318 gravatar image

HI, I work on hough circle detection using opencv c++ algorithm. I want to get or show the value of hough space or voting values for circle . How can i show in opencv c++. Thanks

edit retag flag offensive close merge delete

Comments

Quite simply: You can't get this from the bundled OpenCV functions! It is not for all! But also OpenCV is opensource you can see the code and do whatever you want to do! Why not try for yourself? https://github.com/npinto/opencv/blob...

Balaji R gravatar imageBalaji R ( 2017-09-27 03:27:11 -0600 )edit