Documentation inaccurate: Hough circles (Bug #3253)
Description
http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.html
The documentation mentions two examples, one which has sliders. This is apparently copied from the HoughLines documentation, and no example for Hough Circles is available with parameter sliders.
Associated revisions
Merge pull request #3253 from asmorkalov:ocv_gstreamer2
History
Updated by Alexander Smorkalov over 11 years ago
- Difficulty set to Easy
- Target version changed from 2.4.7 to Next Hackathon
- Status changed from New to Open
Updated by Alexander Smorkalov over 11 years ago
Link to simple sample fixed. Hough Circle Transform Demo update is needed.
- Pull request set to https://github.com/Itseez/opencv/pull/1416
Updated by Hui Tay over 11 years ago
Hi just updated the Hough Circle tutorial demo to add a threshold slider https://github.com/Itseez/opencv/pull/1812. Note that for lines there is the Standard Hough Transform and Probabilistic Hough Transform, whereas to detect circles there currently is only one implementation, Gradient Hough Transform, so had to modify documentation slightly too.
- % Done changed from 0 to 100
Updated by Dmitry Retinskiy over 10 years ago
- Status changed from Open to Done
- Affected version changed from 2.4.6 (latest release) to branch '2.4' (2.4-dev)