Alexander Alekhin
01a28db949
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-11-29 18:57:33 +03:00
Collin Brake
6276b86a78
grammar corrections
2019-11-25 13:49:09 -05:00
Alexander Alekhin
4635356435
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-04-13 20:00:54 +00:00
Nick Yang
169dc9c311
Merge pull request #14297 from shxuy:patch-1
...
fix just a typo of the word 'word' (#14297 )
2019-04-12 19:32:08 +03:00
Alexander Alekhin
c9fc27b337
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-04-05 19:08:23 +00:00
Alexander Alekhin
473941c341
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-04-04 18:09:24 +00:00
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
2019-04-04 18:57:22 +03:00
mehlukas
ab21dc6d47
Merge pull request #14245 from mehlukas:3.4-fixtutorial
...
* improve thresholding tutorial, fix grammar issues and incorrections
* keep full list of simple thresholding types
2019-04-04 17:44:03 +03:00
Alexander Alekhin
8409aa9eba
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-14 19:41:09 +00:00
ssnover95
b24a815ac1
doc(tutorial_py_fourier_transform): Correct errors in tutorial for integer division and filter symmetry
2018-11-13 12:45:23 -05:00
Suleyman TURKMEN
8eb987e393
Update findContours parameter type
2018-09-28 18:42:48 +03:00
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
2018-07-31 18:44:23 +03:00
vishwesh5
018eab7040
Corrected formula
...
Corrected formula for weighted within-class variance
2018-06-14 12:30:06 +05:30
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"
2018-04-07 19:39:37 +03:00
Naoto Mizuno
ddf6bc86a7
Update rotated image
2018-03-22 22:09:19 +09:00
Naoto Mizuno
e1b66ffd01
Fix center of rotation
2018-03-22 19:38:39 +09:00
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
2018-02-08 13:04:34 -05:00
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
2017-12-11 13:46:55 +03:00
Bisaloo
ed397cfbea
Fix 404 url in canny edge detection tutorial
2017-10-04 11:16:06 +02:00
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
2017-10-02 15:54:00 +05:30
Maksim Shabunin
2a33f452b0
Fixed minor doc issue
2017-07-03 12:56:22 +03:00
berak
0f51155e79
py_tutorials: add print() braces for python3
2017-05-29 13:19:20 +02:00
Sixela David
75a489b75b
Correcting issue #8431
2017-03-27 11:15:03 +02:00
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.
2017-02-10 15:12:11 +03:00
chrizandr
88f5e2f3f7
Corrected typo in py_histogram_begins tutorial
2017-02-06 16:05:48 +05:30
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
2017-01-17 16:09:27 +01:00
StevenPuttemans
5728f796f6
updating python tutorials + providing necessary data
2016-10-26 13:14:20 +02:00
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
2016-07-10 11:17:00 +02:00
Ankit Yadav
c62eda023d
Fix typo
2016-06-11 17:56:58 +05:30
Alexander Alekhin
323e24e3ef
change links from samples/python2 to samples/python
2015-12-18 11:00:30 +03:00
Valentin Tsatskin
a28a556f60
Fix variable names in python color spaces tutorial
2015-09-03 15:45:36 -04:00
Maksim Shabunin
3f91b0d340
Fixed external link in python colorspace tutorial
2015-05-13 18:46:21 +03:00
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
2015-05-04 09:02:46 +02:00
Vadim Pisarevsky
c9ea878d10
Merge pull request #3722 from berak:py_houghlines_sample
2015-03-03 18:16:25 +00:00
StevenPuttemans
370389c7af
add extra output argument to tutorial
2015-02-23 15:13:33 +01:00
berak
c83044d45a
fix houghlines.py sample and tutorial
...
fix whitespace
2015-02-20 10:51:52 +01:00
Maksim Shabunin
ad6a80f68c
Moved tutorial table-of-contents files to corresponding root level
2014-12-26 19:17:14 +03:00
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
2014-12-26 19:12:19 +03:00
Maksim Shabunin
812ce48c36
Doxygen tutorials: python final edits
2014-12-01 16:05:38 +03:00
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
2014-12-01 16:05:38 +03:00
burun
c52a3f7634
Update py_colorspaces.rst
...
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
2014-11-27 09:00:40 +02:00
eltermann
c87af333b3
Documentation fix on py_tutorials
2014-10-04 19:14:11 -03:00
jeremy
56091bae1f
changing many instances of the same grammar error in documentation
2014-09-09 17:03:59 -05:00
Martin Dlouhy
8f6ebc2427
fixed rotated rectangle (center instead of corner)
2014-02-24 07:54:08 +01:00
Martin Dlouhy
d9a322f606
undo changes of cv2.cv.* functions/constants
2014-02-12 11:25:03 +01:00
Martin Dlouhy
bbefc101de
removed return images and fixed cv2 names
2014-02-12 07:06:05 +01:00
Martin Dlouhy
47a41449e3
fixed spelling and removed return images
2014-02-10 20:32:54 +01:00
abidrahmank
899781b3d6
GSoC Python Tutorials
...
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
2013-09-23 13:41:14 +05:30