- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Sep, 2016 1 commit
-
-
danil-tolkachev authored
-
- 13 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
-
- 12 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
I noticed that I missed the fact that `cimg` is used in the second `imshow()` call. Changed the scope of the second function call to be within the if-statement. Otherwise in cases where have not been detected the second `imshow()` will attempt to use `cimg` which will be empty leading to an error.
-
- 09 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
-
- 02 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any circles in it that is whether the Hough circles function has managed to find any in the given image. This check is missing for the Python example and if no circles are found the application breaks.
-
- 18 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
flp authored
-
- 15 Dec, 2015 1 commit
-
-
flp authored
-
- 13 Sep, 2015 1 commit
-
-
Adam Gibson authored
-
- 04 Aug, 2015 1 commit
-
-
Adam Geitgey authored
Prevent grabcut, houghcircles and houghlines python2 demos from running automatically while browsing demos in the demo list viewer
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 27 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 05 Apr, 2013 1 commit
-
-
Siva Prasad Varma authored
houghlines.py for HoughLinesP() and HoughLines() houghcircles.py for HoughCircles()
-