kyshel
|
321f26f450
|
update xrange() to range()
update xrange() to range() as Python 2 has been deprecate, more info:
1. Python 2 has been no longer supported officially since January 1, 2020. Check https://www.python.org/doc/sunset-python-2/
2. xrange() was renamed to range() in Python 3. Check https://stackoverflow.com/questions/17192158/nameerror-global-name-xrange-is-not-defined-in-python-3/17192181#17192181
update xrange() to range()
Update py_fourier_transform.markdown
update xrange() to range()
|
4 years ago |
junxnone
|
ad71a1633c
|
fix truncate threshold example display issue in py_tutorials
Signed-off-by: junxnone <junchen0102@gmail.com>
|
4 years ago |
ankit6979
|
17fe63446f
|
Merge pull request #16499 from ankit6979:3.4
* Update py_thresholding.markdown
* 📝 Update py_thresholding.markdown
|
5 years ago |
Collin Brake
|
6276b86a78
|
grammar corrections
|
5 years ago |
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
|
6 years ago |
vishwesh5
|
018eab7040
|
Corrected formula
Corrected formula for weighted within-class variance
|
7 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 |
StevenPuttemans
|
5728f796f6
|
updating python tutorials + providing necessary data
|
8 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 |
abidrahmank
|
899781b3d6
|
GSoC Python Tutorials
GSoC Python Tutorials
removed white spaces
removed blank lines at EOF
removed duplicate labels
|
11 years ago |