- 13 Feb, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Fangjun KUANG authored
Fix typos in the documentation for AutoBuffer. (#8197) * Allocate 1000 floats to match the documentation Fix the documentation of `AutoBuffer`. By default, the following code ```.cpp cv::AutoBuffer<float> m; ```` allocates only 264 floats. But the comment in the demonstration code says it allocates 1000 floats, which is not correct. * fix typo in the comment.
-
- 11 Feb, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 10 Feb, 2017 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
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 3 commits
-
-
Alexander Alekhin authored
-
Adeel authored
taken from https://github.com/google/googletest/pull/856
-
Alexander Alekhin authored
-
- 08 Feb, 2017 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 07 Feb, 2017 4 commits
-
-
StevenPuttemans authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Solve issue 8136 opencv doc of threshold
-
LaurentBerger authored
-
- 06 Feb, 2017 8 commits
-
-
LaurentBerger authored
-
Alexander Alekhin authored
-
chrizandr authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Add a link to MatExpr in Detailed Description of Mat
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
StevenPuttemans authored
-
- 05 Feb, 2017 1 commit
-
-
Tony Theodore authored
The backslash causes build failure when cross-compiling with mingw-w64
-
- 04 Feb, 2017 1 commit
-
-
LaurentBerger authored
-
- 03 Feb, 2017 2 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
- 02 Feb, 2017 1 commit
-
-
msk-repo01 authored
fix for opencv/opencv#8105, compilation issue with mingw32 (in google/googletest#721 a similar issue was solved and the reason was described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION as two separate (equivalent) structs, instead of using typedef)
-
- 01 Feb, 2017 3 commits
-
-
PkLab authored
CoInitialize/CoUninitialize in VFW classes (#8112)
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
- 31 Jan, 2017 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Vlasov authored
-
Juha Reunanen authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-