Alexander Alekhin
c78a8dfd2d
fix 4.x links
3 years ago
UncleLLD
5aef565fb6
Merge pull request #21188 from UncleLLD:fix-markdown-error
...
fix issue 21187: markdown file: gray image does not have three dimensions
3 years ago
icestraw
e4a87f2f4f
fix type error of slice indices
3 years ago
Alexander Alekhin
0c10ae1861
python: cv.Mat wrapper over numpy.ndarray
3 years ago
Zhuo Zhang
36cc43170d
docs: fix image path for py_fast doc
3 years ago
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
Shreyas Taware
803ff8ebb9
Update py_canny.markdown
...
Fixed a word that was previously written as third argument but it is instead the fourth argument of cv.Canny() function
3 years ago
hyrodium
81567a9d3e
fix latex script in the docs
4 years ago
Larry Wei
98c2ccfaa3
Merge pull request #19586 from larryw3i:patch-2
...
* Update py_setup_in_ubuntu.markdown
4 years ago
Maksim Shabunin
e4e10e54df
Updated more links to forum.opencv.org
4 years ago
Maksim Shabunin
f65d75f5c8
Updated more links to forum.opencv.org
4 years ago
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
notmatthancock
2d2d72afbb
Merge pull request #19258 from notmatthancock:doc/update-sift-patent-blurb
...
* Remove sentences about SIFT patent and code location
* Add note about patent in opencv-specific section
4 years ago
Gabriel Nascarella Hishida
f28895cd6b
doc: Fix example code using deprecated xrange
...
xrange was abandoned and doesn't exist in Python 3. range() works just the same
4 years ago
Ian Maquignaz
fef23768fe
Fixed issue with Epipolar Geometry Tutorial
4 years ago
junxnone
ad71a1633c
fix truncate threshold example display issue in py_tutorials
...
Signed-off-by: junxnone <junchen0102@gmail.com>
4 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
Anna Petrovicheva
f86c8656a3
Updated the OpenCV logo
4 years ago
dmallia17
07c56f149f
Merge pull request #17313 from hunter-college-ossd-spr-2020:revise-knn-tutorials
...
* Revise and expand kNN Python tutorials
* Correct NPTEL link
5 years ago
Daniel Mallia
1622e7cc90
Update NumPy links
5 years ago
Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
5 years ago
Alanli
7aaa918367
doc: formula miss
5 years ago
mehlukas
75bd9f86b2
Merge pull request #16889 from mehlukas:3.4-consolidateImshow
...
* consolidate tutorials on image read/display/write
* fix unsused variables
* apply requested changes
* apply requested changes
* fix mistake
5 years ago
Ben Li
1a6b4d6ce6
typo fix
5 years ago
Alexander Alekhin
2fb1d9d02e
doc: fix misused "see also" doxygen command
5 years ago
ankit6979
17fe63446f
Merge pull request #16499 from ankit6979:3.4
...
* Update py_thresholding.markdown
* 📝 Update py_thresholding.markdown
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Collin Brake
8b55f476be
grammar and readability improvements
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
Sajarin
21ee54c3d1
Merge pull request #16100 from sajarindider:brief
...
* (doc): added info about STAR
* (doc): fixed typos and sentence structure
* fixed trailing whitespaces
5 years ago
ysy
ff4d3d27dd
fix wrong method name
5 years ago
Brian Wignall
af997529a1
Fix some typos
5 years ago
Brian Wignall
9276f1910b
Fix some typos
5 years ago
Collin Brake
6276b86a78
grammar corrections
5 years ago
collinbrake
35cebbd167
Merge pull request #15832 from collinbrake:feature_grammar_fixes_4
...
* Grammar fixes for python core operations docs
* fixed whitespace error
* reverted changes
5 years ago
collin
3ada597449
grammar corrections for python gui docs
5 years ago
Wise86
b1485d0337
upgrade the file to use the correct package name and include py3/gtk3 support
5 years ago
collin
bcf7d3160c
Grammer fixes on python image display tutorial
5 years ago
dab0bby
70ce2bbb9e
fix typo and reference
5 years ago
xitong
b1a5c76215
Fix a typo
5 years ago
jxu
b9399a5df8
Fix python setup in ubuntu dependencies
5 years ago
mehlukas
0ecc2b8c17
Merge pull request #14674 from mehlukas:3.4-moveObjdetect
...
Merge two Haar Cascade tutorials (#14674 )
* move haar cascade introduction, add code explanation, mark content as moved
* switch to ref for include to provide correct breadcrumb navigation
6 years ago
Lukas Mehl
2acc7c96e7
remove bgsgm tutorial, set references to OpenCV-Tutorials
6 years ago
mehlukas
6bff0e24f8
Merge pull request #14314 from mehlukas:3.4-opticalflow
...
Extend optical flow tutorial (#14314 )
* extend python optical flow tutorial with cpp example code and add it to general tutorial directory
* remove unused parameters, fix comparison between signed and unsigned int
* fix hsv range problem
* switch to samples::findFile for sample file location
* switch to command line parameter for path
* remove old tutorial as in 14393
* minor fixes
6 years ago
mehlukas
47c45e5bd3
Merge pull request #14393 from mehlukas:3.4-meanshift
...
Extend meanshift tutorial (#14393 )
* copy original tutorial and python code
* add cpp code, fix python code
* add camshift cpp code, fix bug in meanshift code
* add description to ToC page
* fix shadowing previous local declaration
* fix grammar: with -> within
* docs: remove content of old py_meanshift tutorial, add link
* docs: replace meanshift tutorial subpage in Python tutorials
* switch to ref to fix wrong breadcrumb navigation
* switch to cmdline for path as in #14314
* Apply suggestions from code review
* order programming languages alphabetically
6 years ago
Fady Essam
1b294c013a
remove unnecessary imports in knn tutorials
6 years ago
Manthan Keim
269c28e69e
Update py_svm_opencv.markdown
...
Fixes a broken link for histograms of Oriented Gradients.
6 years ago
Nick Yang
169dc9c311
Merge pull request #14297 from shxuy:patch-1
...
fix just a typo of the word 'word' (#14297 )
6 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago