AleksandrPanov
65134c793b
add links in python and js contours tutorial
3 years ago
Mahendra Kumar
b468468e7e
Closing brackets missing
...
In line 94, closing brackets are added which were missing .
3 years ago
or-toledano
49ba744130
Fix np row,column to cv y,x
...
This explanation was created to avoid confusion, but it seems like the author was confused :D
4 years ago
Alexander Alekhin
2fb1d9d02e
doc: fix misused "see also" doxygen command
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
Suleyman TURKMEN
8eb987e393
Update findContours parameter type
6 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
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
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
9 years ago
StevenPuttemans
370389c7af
add extra output argument to tutorial
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
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