- 03 Sep, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 31 Aug, 2017 3 commits
-
-
LaurentBerger authored
-
Vivek Wisdom authored
Corrected the Typo 'Hasing' to 'Hashing' in second item in Additional Resources section. Also added Wikipedia link for the LSH.
-
LaurentBerger authored
update add anchor
-
- 24 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
tribta authored
* Adding CMake script to check if pylint is installed * Adding Pylint config file (to choose the tests that are enabled) * Adding CMake script to samples/python/tutorial_code Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
-
- 21 Aug, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 16 Aug, 2017 1 commit
-
-
Steven Puttemans authored
-
- 14 Aug, 2017 1 commit
-
-
Steven Puttemans authored
-
- 31 Jul, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 28 Jul, 2017 1 commit
-
-
puqeko authored
-
- 27 Jul, 2017 1 commit
-
-
Bragadeesh authored
-
- 25 Jul, 2017 1 commit
-
-
LaurentBerger authored
-
- 14 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
Add constructors taking initializer_list for some of OpenCV data types (#9034) * Add a constructor taking initializer_list for Matx * Add a constructor taking initializer list for Mat and Mat_ * Add one more method to initialize Mat to the corresponding tutorial * Add a note how to initialize Matx * CV_CXX_11->CV_CXX11
-
- 12 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 09 Jul, 2017 1 commit
-
-
Guilherme William Guedes authored
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
-
- 03 Jul, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 30 Jun, 2017 1 commit
-
-
Frank de Brabander authored
Improve the readability of the tutorial.
-
- 28 Jun, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 10 Jun, 2017 1 commit
-
-
lewisjb authored
-
- 29 May, 2017 1 commit
-
-
berak authored
-
- 25 May, 2017 1 commit
-
-
Drew Hintz authored
* change tutorial to use enum name instead of value * use enum name instead of value
-
- 24 May, 2017 1 commit
-
-
Yuval Langer authored
-
- 22 May, 2017 2 commits
-
-
vskarlsruhe authored
Update windows_install.markdown (#8752)
-
Drew Hintz authored
* Update broken downloads link * Update broken downloads link * Update broken downloads link
-
- 21 May, 2017 1 commit
-
-
berak authored
-
- 11 May, 2017 1 commit
-
-
Cartucho authored
* Extending template_matching tutorial with Java * adding mask to java version of the tutorial * adding the python toggle and code * updating table of content * adding py and java to table of content * adding mask to python * going back to markdown with duplicated text * non duplicated text
-
- 03 May, 2017 1 commit
-
-
vskarlsruhe authored
-
- 29 Apr, 2017 1 commit
-
-
Ninad P.Chaudhari authored
Corrected the spelling which was used in explanation for parameters.
-
- 24 Apr, 2017 1 commit
-
- 07 Apr, 2017 1 commit
-
-
Tong Ke authored
New p3p algorithm (accepted by CVPR 2017) (#8301) * add p3p source code * indent 4 * update publication info * fix filename * interface done * plug in done, test needed * debugging * for test * a working version * clean p3p code * test * test * fix warning, blank line * apply patch from @catree * add reference info * namespace, indent 4 * static solveQuartic * put small functions to anonymous namespace
-
- 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)
-
- 06 Mar, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 05 Mar, 2017 1 commit
-
-
xuning0 authored
-
- 01 Mar, 2017 1 commit
-
-
Adeel Ahmad authored
* Update linux_install.markdown Grammar improvements, fixed typos. * Update tutorials.markdown Improvements in grammar. * Update table_of_content_calib3d.markdown * Update camera_calibration_square_chess.markdown Improvements in grammar. Added answer. * Update tutorials.markdown * Update erosion_dilatation.markdown * Update table_of_content_imgproc.markdown * Update warp_affine.markdown * Update camera_calibration_square_chess.markdown Removed extra space. * Update gpu_basics_similarity.markdown Grammatical improvements, fixed typos. * Update trackbar.markdown Improvement for better understanding.
-
- 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`.
-