StevenPuttemans
|
5728f796f6
|
updating python tutorials + providing necessary data
|
8 years ago |
berak
|
e233f7d199
|
py_tutorials: fix cv2.findContours return val
|
9 years ago |
Ankit Yadav
|
c62eda023d
|
Fix typo
|
9 years ago |
Alexander Alekhin
|
323e24e3ef
|
change links from samples/python2 to samples/python
|
9 years ago |
Valentin Tsatskin
|
a28a556f60
|
Fix variable names in python color spaces tutorial
|
10 years ago |
Maksim Shabunin
|
3f91b0d340
|
Fixed external link in python colorspace tutorial
|
10 years ago |
StevenPuttemans
|
34dacdea32
|
fixing all RGB instances to BGR where needed
|
10 years ago |
StevenPuttemans
|
370389c7af
|
add extra output argument to tutorial
|
10 years ago |
berak
|
c83044d45a
|
fix houghlines.py sample and tutorial
fix whitespace
|
10 years ago |
Maksim Shabunin
|
ad6a80f68c
|
Moved tutorial table-of-contents files to corresponding root level
|
10 years ago |
Maksim Shabunin
|
d01bedbc61
|
Removed Sphinx documentation files
|
10 years ago |
Maksim Shabunin
|
812ce48c36
|
Doxygen tutorials: python final edits
|
10 years ago |
Maksim Shabunin
|
875f922332
|
Doxygen tutorials: python basic
|
10 years ago |
burun
|
c52a3f7634
|
Update py_colorspaces.rst
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
|
10 years ago |
eltermann
|
c87af333b3
|
Documentation fix on py_tutorials
|
11 years ago |
jeremy
|
56091bae1f
|
changing many instances of the same grammar error in documentation
|
11 years ago |
Martin Dlouhy
|
8f6ebc2427
|
fixed rotated rectangle (center instead of corner)
|
11 years ago |
Martin Dlouhy
|
d9a322f606
|
undo changes of cv2.cv.* functions/constants
|
11 years ago |
Martin Dlouhy
|
bbefc101de
|
removed return images and fixed cv2 names
|
11 years ago |
Martin Dlouhy
|
47a41449e3
|
fixed spelling and removed return images
|
11 years ago |
abidrahmank
|
899781b3d6
|
GSoC Python Tutorials
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
|
12 years ago |