Yulv-git
|
1cdd8510fd
|
Fix some typos in doc.
|
2022-04-30 13:29:25 +08:00 |
|
UncleLLD
|
5aef565fb6
|
Merge pull request #21188 from UncleLLD:fix-markdown-error
fix issue 21187: markdown file: gray image does not have three dimensions
|
2021-12-06 16:14:17 +00:00 |
|
Zhuo Zhang
|
36cc43170d
|
docs: fix image path for py_fast doc
|
2021-09-06 13:05:58 +08:00 |
|
hyrodium
|
81567a9d3e
|
fix latex script in the docs
|
2021-05-26 12:46:14 +09:00 |
|
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
|
2021-01-05 11:33:57 +00:00 |
|
Alexander Alekhin
|
a327418767
|
features2d(sift): move SIFT tests / headers / build fixes
|
2020-04-23 08:45:22 +00:00 |
|
Alexander Alekhin
|
515ec6b98a
|
Merge pull request #16247 from alalek:backport_16241
|
2019-12-27 16:20:52 +00:00 |
|
Brian Wignall
|
f9c514b391
|
Fix spelling typos
backport commit 659ffaddb4
|
2019-12-27 12:46:53 +00:00 |
|
Collin Brake
|
8b55f476be
|
grammar and readability improvements
|
2019-12-26 20:31:54 -05:00 |
|
Sajarin
|
21ee54c3d1
|
Merge pull request #16100 from sajarindider:brief
* (doc): added info about STAR
* (doc): fixed typos and sentence structure
* fixed trailing whitespaces
|
2019-12-15 12:42:19 +03:00 |
|
dab0bby
|
70ce2bbb9e
|
fix typo and reference
|
2019-08-21 14:52:31 +02:00 |
|
klemens
|
5d9c6723ee
|
spelling fixes
backport 997b7b18af
|
2019-02-11 15:35:10 +03:00 |
|
atinfinity
|
e48682a9f7
|
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
* fixed tutorial code of py_matcher
* fixed imread mode
|
2019-01-13 12:34:05 +03:00 |
|
Marco A. Gutierrez
|
6b3469268e
|
minor typo corrections to python tutorials
|
2018-11-07 16:18:52 +08: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 |
|
wxzs5
|
0a4b1b8d68
|
Use class' method to set attribute value
|
2017-12-27 11:57:58 +08:00 |
|
Alexander Alekhin
|
5560db73bf
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
2017-12-11 13:46:55 +03:00 |
|
Alexander Alekhin
|
ca9a3af704
|
Merge pull request #9756 from pranitbauva1997:doc-typo-faster
doc: fix typo in py_tutorials
|
2017-10-02 14:26:07 +03:00 |
|
Pranit Bauva
|
d3e3d0996c
|
doc: fix typo in py_tutorials
|
2017-10-02 15:54:00 +05:30 |
|
Vivek Wisdom
|
e6ee800fde
|
Corrected Typo in Additional Resources Section
Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH.
|
2017-08-31 17:37:24 +05:30 |
|
berak
|
0f51155e79
|
py_tutorials: add print() braces for python3
|
2017-05-29 13:19:20 +02:00 |
|
Kene Udeh
|
873b2cabb8
|
Merge pull request #8378 from kudeh:master
Fix grammar error in py_features_meaning.markdown (#8378)
|
2017-03-14 13:21:28 +00:00 |
|
oulenz
|
9cb13435a1
|
FLANN_INDEX_KDTREE = 0 -> 1
0 corresponds to FLANN_INDEX_LINEAR
|
2017-02-22 19:10:33 +01:00 |
|
oulenz
|
29eda007bb
|
Fix FLANN_INDEX_KDTREE, add FLANN_INDEX_LSH initialisation
Add initialisations to make clear what values actually have to be passed.
Moreover, in accordance with https://github.com/opencv/opencv/blob/383559c2285baaf3df8cf0088072d104451a30ce/modules/flann/include/opencv2/flann/defines.h#L68, I believe `FLANN_INDEX_KDTREE` was being initialised wrongly in the code examples, 1 should be correct, whereas 0 is `FLANN_INDEX_LINEAR`.
|
2017-02-22 17:45:21 +01:00 |
|
berak
|
c2513ffb5f
|
python tutorials: removed remainders of former Algorithm interface
|
2016-09-30 12:53:09 +02:00 |
|
Vadim Pisarevsky
|
c1d73e4fca
|
Merge pull request #7059 from berak:doc_python_drawkeypoints
|
2016-08-08 15:31:11 +00:00 |
|
berak
|
d2a1994d71
|
python docs: fix missing output image in cv2.drawKeypoint examples
|
2016-08-08 08:14:26 +02:00 |
|
Oskari Vinko
|
31fb82176d
|
Corrected tutorial grammar and sentences
|
2016-07-25 20:25:38 +02:00 |
|
Alexander Alekhin
|
ddc0b42bc3
|
migration: github.com/opencv/opencv
|
2016-07-12 12:51:12 +03:00 |
|
berak
|
781931a671
|
update python features2d tutorials
|
2015-10-21 08:22:22 +02:00 |
|
StevenPuttemans
|
913c266b4a
|
adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ...
|
2015-10-08 11:59:54 +02:00 |
|
Steven Puttemans
|
be89b0505a
|
Fix
|
2015-08-19 13:46:17 +02:00 |
|
StevenPuttemans
|
b09f591dda
|
fix py_matcher tutorial
|
2015-08-07 09:36:49 +02: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
|
ecfd056111
|
Fixed whitespace warnings in new tutorials
|
2014-12-05 15:33:53 +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 |
|
eltermann
|
b3a60b9c22
|
Documentation fix on py_tutorials/py_feature2d
|
2014-11-11 17:10:33 -02:00 |
|
jeremy
|
56091bae1f
|
changing many instances of the same grammar error in documentation
|
2014-09-09 17:03:59 -05:00 |
|
PhilLab
|
3ece65ad62
|
Updates python feature matching tutorial
The given ORB parameter was misspelled
|
2014-06-24 11:35:22 +02: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 |
|