- 13 Aug, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
tesseract 4.x headers require C++11 (can't be used by OpenCV 3.4 without C++11)
-
- 08 Aug, 2019 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* limit the affect by using HAVE_CUDA
-
- 05 Aug, 2019 2 commits
-
-
Tobias Senst authored
Enhance EdgeAwareInterpolation no. matches limitation (#2209) * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types * fix wrong allocation of labels mats CV16S to CV_32S
-
Alexander Alekhin authored
-
- 03 Aug, 2019 1 commit
-
-
SSE4 authored
Signed-off-by: SSE4 <tomskside@gmail.com>
-
- 02 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jul, 2019 1 commit
-
-
Rajkiran Natarajan authored
-
- 10 Jul, 2019 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-
- 23 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 19 Jun, 2019 1 commit
-
-
LaurentBerger authored
add python sample
-
- 17 Jun, 2019 1 commit
-
-
RAJKIRAN NATARAJAN authored
* issue-2060: implement ability to return scores for edgeboxes implementation * issue-2060: address feedback to add some foolproofing
-
- 12 Jun, 2019 2 commits
-
-
Alexander Alekhin authored
-
lichun authored
-
- 06 Jun, 2019 1 commit
-
-
Ahmed Ashour authored
* doc: fix return parameter for void method * docs: add missing parameter description
-
- 01 Jun, 2019 2 commits
-
-
Alexander Alekhin authored
-
Andrew authored
-
- 30 May, 2019 2 commits
-
-
Alexander Alekhin authored
-
Lizeth Huertas authored
* added detection of inverted Markers, tests included * corrections added, default preserved, identation, var, comment
-
- 28 May, 2019 1 commit
-
-
mehlukas authored
Move background subtraction python tutorial to proper location (#2120) * add tutorial from OpenCV-Python Tutorials * remove trailing whitespace * remove MOG2 part * add cross-link to MOG2 tutorial
-
- 24 May, 2019 2 commits
-
-
Alexander Alekhin authored
-
LaurentBerger authored
-
- 23 May, 2019 1 commit
-
-
Krutika Bapat authored
Incomplete sentence corrected. Resolves Issue #1997 (#2000) * Incomplete sentence corrected. Issue #1997 Resolves Issue #1997 ``` FaceRecognizer::train(InputArrayOfArrays src, InputArray labels); ``` The type `InputArray` can accept `vector<T>` or `Mat` types as mentioned here: https://docs.opencv.org/3.4/d4/d32/classcv_1_1__InputArray.html * Trailing whitespaces problem resolved
-
- 21 May, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 May, 2019 2 commits
-
-
Alexander Alekhin authored
-
Suleyman TURKMEN authored
-
- 08 May, 2019 1 commit
-
-
tegusi authored
-
- 16 Apr, 2019 2 commits
-
-
Alexander Alekhin authored
-
bitsun authored
* fix rectifyPatch bug when patch orientation is not extracted
-
- 15 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 12 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 11 Apr, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
avoid broken min/max macros from tesseract headers
-
- 10 Apr, 2019 1 commit
-
-
Pavel Rojtberg authored
-
- 05 Apr, 2019 2 commits
-
-
Alexander Alekhin authored
-
Julian Seuffert authored
If the disparity maps have the depth CV_32F, they are wls-filtered in `DisparityWLSFilterImpl::filter` but the result is not saved in the OutputArray of the method. Now, the result is copied to that array.
-
- 14 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-