y0umu
ade29fc6c9
Merge pull request #11260 from y0umu:patch-1
...
Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260 )
* Update py_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
* Update js_table_of_contents_histograms.markdown
Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
7 years ago
Naoto Mizuno
ddf6bc86a7
Update rotated image
7 years ago
Naoto Mizuno
e1b66ffd01
Fix center of rotation
7 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
Bisaloo
ed397cfbea
Fix 404 url in canny edge detection tutorial
7 years ago
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
7 years ago
Maksim Shabunin
2a33f452b0
Fixed minor doc issue
7 years ago
berak
0f51155e79
py_tutorials: add print() braces for python3
8 years ago
Sixela David
75a489b75b
Correcting issue #8431
8 years ago
cclauss
a347569350
Merge pull request #8150 from cclauss/patch-1
...
cv2.findContours() no longer modifies source image (#8150 )
* cv2.findContours() no longer modifies source image
Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters. ??? Do I have that correct ???
Also fixed up the code blocks to be valid markdown.
* ```python --> @code{.py}
Enables syntax highlighting in docs.
8 years ago
chrizandr
88f5e2f3f7
Corrected typo in py_histogram_begins tutorial
8 years ago
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
8 years ago
StevenPuttemans
5728f796f6
updating python tutorials + providing necessary data
8 years ago
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
8 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
9 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
10 years ago
jeremy
56091bae1f
changing many instances of the same grammar error in documentation
10 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
11 years ago