Additing quality of recognition to Hough Circle and Hough Line detection (Feature #2220)
Description
Good afternoon,
I was recommended to request a feature to be added to Hough Circle Detection, where the quality (confidence level between 0 and 1) of each detected circle will be reported along with the circle description.
Please look at the post http://tech.groups.yahoo.com/group/OpenCV/message/88887
This is essential to circle detection, otherwise, there is no way to qualify which circles detected are real circles and which ones are artifacts.
This should also be added to Hough Line deteection.
Thanks,
-Dmitry
Associated revisions
Merge pull request #2220 from ilya-lavrenov:tapi_accumulate
History
Updated by Shervin Emami over 12 years ago
- Assignee deleted (
Shervin Emami)
Updated by Andrey Kamaev over 12 years ago
- Target version deleted (
2.4.3)
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4403