- 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
-
- 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`.
-
- 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.
-
- 09 Feb, 2017 1 commit
-
-
Jiří Sejkora authored
-
- 06 Feb, 2017 1 commit
-
-
chrizandr authored
-
- 24 Jan, 2017 2 commits
- 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 2 commits
- 16 Jan, 2017 1 commit
-
-
Nicholas Nadeau authored
Fixed exceptions, print statements, and long types for gen_pattern.py to be Python 3 compatible (#7994) * fixed exceptions and print statements to be python 3 compatible; removed long type checks (py3 uses int); whitespace reformatting * Pulled latest svgfig from upstream https://github.com/jpivarski/svgfig/commit/f3179a8926508bf0f9021fd4e1f9731c95524a38
-
- 10 Jan, 2017 1 commit
-
-
catree authored
-
- 05 Jan, 2017 1 commit
-
-
catree authored
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.
-
- 03 Jan, 2017 2 commits
-
-
Lorena García authored
-
Bryce Evans authored
Fix Documentation Typos (#7942)
-
- 19 Dec, 2016 1 commit
-
-
Peter Entwistle authored
-