opencv/doc/py_tutorials/py_imgproc
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()
2021-01-18 19:52:37 +08:00
..
images Moved tutorial table-of-contents files to corresponding root level 2014-12-26 19:17:14 +03:00
py_canny python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
py_colorspaces grammar corrections 2019-11-25 13:49:09 -05:00
py_contours Fix np row,column to cv y,x 2020-09-14 14:23:38 +03:00
py_filtering grammar corrections 2019-11-25 13:49:09 -05:00
py_geometric_transformations grammar corrections 2019-11-25 13:49:09 -05:00
py_grabcut Misc. typos 2018-07-31 18:44:23 +03:00
py_gradients python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
py_histograms doc: fix misused "see also" doxygen command 2020-03-21 00:25:49 +00:00
py_houghcircles python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
py_houghlines typo fix 2020-04-06 14:56:31 +03:00
py_morphological_ops python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 2017-12-11 13:46:55 +03:00
py_pyramids update xrange() to range() 2021-01-18 19:52:37 +08:00
py_template_matching Misc. ./apps ./doc ./platoforms typos 2018-02-08 13:04:34 -05:00
py_thresholding update xrange() to range() 2021-01-18 19:52:37 +08:00
py_transforms update xrange() to range() 2021-01-18 19:52:37 +08:00
py_watershed Misc. ./apps ./doc ./platoforms typos 2018-02-08 13:04:34 -05:00
py_table_of_contents_imgproc.markdown Moved tutorial table-of-contents files to corresponding root level 2014-12-26 19:17:14 +03:00