Aleksandar Atanasov
cf0df733da
Fix houghcircles.py when no circles found
...
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.
9 years ago
Alexander Alekhin
a8e2922467
rename samples/{python2 -> python}
9 years ago
flp
0c5d9e18d1
Removed outdated tutorial link
9 years ago
flp
b6ce4a527e
added docstring to python files
9 years ago
Adam Gibson
b57be28920
Various Python samples updated for Python 2/3 compatibility.
10 years ago
Adam Geitgey
e976c448b7
Prevent grabcut, houghcircles and houghlines python2 demos from running automatically while browsing demos in the demo list viewer
10 years ago
Dmitriy Anisimov
1007c06d44
initial commit
11 years ago
Roman Donchenko
dd25f416a6
War on Whitespace, master edition: tabs.
12 years ago
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
12 years ago
Andrey Kamaev
f886651cf0
Drop old python samples and tests
12 years ago
Siva Prasad Varma
3b0ce8e132
Add HoughTransform examples python2
...
houghlines.py for HoughLinesP() and HoughLines()
houghcircles.py for HoughCircles()
12 years ago