- 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 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
-
- 13 Mar, 2019 3 commits
-
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
or with batch rendering
-
utkarshg6 authored
-
- 05 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 01 Mar, 2019 3 commits
-
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
-
Alexander Alekhin authored
-
- 26 Feb, 2019 1 commit
-
-
Maksim Shabunin authored
* Fixed type narrowing issues
-
- 21 Feb, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 20 Feb, 2019 1 commit
-
-
Ted Steiner authored
This built correctly before because tests were run with the highgui module enabled. The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled. Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
-