- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 14 Nov, 2017 1 commit
-
-
Akhilesh Kumar authored
Added Python setup docs for Ubuntu Machines (#10056)
-
- 25 Oct, 2017 1 commit
-
-
Ryan Fox authored
clarify some passages, fix grammar errors
-
- 17 Oct, 2017 1 commit
-
-
Ryan Fox authored
-
- 16 Oct, 2017 1 commit
-
-
Ryan Fox authored
-
- 11 Oct, 2017 1 commit
-
-
Ryan Fox authored
-
- 04 Oct, 2017 1 commit
-
-
Bisaloo authored
-
- 02 Oct, 2017 1 commit
-
-
Pranit Bauva authored
-
- 31 Aug, 2017 1 commit
-
-
Vivek Wisdom authored
Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH.
-
- 28 Jul, 2017 1 commit
-
-
puqeko authored
-
- 27 Jul, 2017 1 commit
-
-
Bragadeesh authored
-
- 03 Jul, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 10 Jun, 2017 1 commit
-
-
lewisjb authored
-
- 29 May, 2017 1 commit
-
-
berak authored
-
- 24 May, 2017 1 commit
-
-
Yuval Langer authored
-
- 21 May, 2017 1 commit
-
-
berak authored
-
- 03 Apr, 2017 1 commit
-
-
vskarlsruhe authored
updated links for python, numpy and matplotlib
-
- 27 Mar, 2017 1 commit
-
-
Sixela David authored
-
- 14 Mar, 2017 1 commit
-
-
Kene Udeh authored
Fix grammar error in py_features_meaning.markdown (#8378)
-
- 05 Mar, 2017 1 commit
-
-
xuning0 authored
-
- 22 Feb, 2017 3 commits
-
-
oulenz authored
0 corresponds to FLANN_INDEX_LINEAR
-
oulenz authored
0 corresponds to FLANN_INDEX_LINEAR
-
oulenz authored
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`.
-
- 10 Feb, 2017 1 commit
-
-
cclauss authored
cv2.findContours() no longer modifies source image (#8150) * cv2.findContours() no longer modifies source image Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters. ??? Do I have that correct ??? Also fixed up the code blocks to be valid markdown. * ```python --> @code{.py} Enables syntax highlighting in docs.
-
- 06 Feb, 2017 1 commit
-
-
chrizandr authored
-
- 18 Jan, 2017 1 commit
-
-
Maksim Shabunin authored
- disabled OPTIMIZE_OUTPUT_JAVA - filtered out *.m scripts - removed link to old Sphinx documentation - replaced all mentions of Sphinx with Doxygen
-
- 17 Jan, 2017 1 commit
-
-
catree authored
-
- 26 Oct, 2016 1 commit
-
-
StevenPuttemans authored
-
- 30 Sep, 2016 1 commit
-
-
berak authored
-
- 16 Aug, 2016 1 commit
-
-
Vitaliy Lyudvichenko authored
Adding of destructor and placement new constructors for classes wrapped with CV_EXPORTS_W_SIMPLE macro
-
- 08 Aug, 2016 1 commit
-
-
berak authored
-
- 25 Jul, 2016 1 commit
-
-
Oskari Vinko authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jul, 2016 1 commit
-
-
berak authored
-
- 11 Jun, 2016 1 commit
-
-
Ankit Yadav authored
-
- 02 Jun, 2016 1 commit
-
-
Susmit authored
There were two bugs that were solved here.Changes were done after extreme testing. 1.replaced cv2.solvePnPRansac() with cv2.solvePnP() previous fc was giving terrible errors. 2.The code was incapable of saving edited pics;Now fixed with little code mods.
-
- 01 Jun, 2016 1 commit
-
-
Susmit authored
In the camera calibration code { cv2.cornerSubPix() } will be of no use.In the updated code it is assigned to the (corners2) variable which is passed down to { cv2.drawChessboardCorners() }
-
- 17 May, 2016 2 commits
- 29 Feb, 2016 1 commit
-
-
berak authored
-