- 16 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Nov, 2017 1 commit
-
-
Wei Hao authored
Fix a code indent bug: cv2.imshow("detected lines", cdst)
-
- 14 Sep, 2016 1 commit
-
-
danil-tolkachev authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 13 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
-
- 12 Jun, 2016 1 commit
-
-
Aleksandar Atanasov authored
Moved second `imshow()` inside the if-statement to prevent error when no lines have been found and the function is called with an empty `cdst`.
-
- 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 lines in it that is whether the Hough lines function has managed to find any in the given image. This check is missing for the Python example and if no lines 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
-
- 20 Feb, 2015 1 commit
-
-
berak authored
fix whitespace
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Anisimov 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()
-