- 19 May, 2017 1 commit
-
-
chacha21 authored
when dropping optimizations in the last commit, I forgot to keep the simplest case where a single memset can be called
-
- 10 May, 2017 1 commit
-
-
chacha21 authored
Only keep the ICV_HLINE_X optimization to reduce code size.
-
- 09 Mar, 2017 2 commits
- 03 Mar, 2017 1 commit
-
-
chacha21 authored
added ICV_HLINE custom implementations for element sizes up to 32 but timings show that it is not very relevant for sizes >= 12
-
- 02 Mar, 2017 1 commit
-
-
chacha21 authored
added 64b optimization for 3 channels case not added 64b optimization for 4 channels case since timings did not show any improvement split ICV_HLINE cases into inline functions instead of macro for code size reduction, without significand speed drawback at first sight
-
- 21 Feb, 2017 2 commits
- 11 Feb, 2017 2 commits
- 10 Feb, 2017 4 commits
-
-
chacha21 authored
On MacOS and iOS, the unused opencvBigToHost32 is a warning for buildbot
-
chacha21 authored
-
chacha21 authored
ICV_HLINE is split into several specific cases, according to pixel_size, to optimize memory copies of the same color components along the line.
-
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 2 commits
-
-
Alexander Alekhin authored
-
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
-