Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
5 years ago
dab0bby
70ce2bbb9e
fix typo and reference
5 years ago
atinfinity
e48682a9f7
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
...
* fixed tutorial code of py_matcher
* fixed imread mode
6 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
5560db73bf
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
Pranit Bauva
d3e3d0996c
doc: fix typo in py_tutorials
7 years ago
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 383559c228/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`.
8 years ago
Steven Puttemans
be89b0505a
Fix
9 years ago
StevenPuttemans
b09f591dda
fix py_matcher tutorial
9 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
PhilLab
3ece65ad62
Updates python feature matching tutorial
...
The given ORB parameter was misspelled
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