- 09 Oct, 2018 2 commits
-
-
Hamdi Sahloul authored
-
Apoorv Goel authored
* Add documentation for cvtColorTwoPlane * Change brief and add links
-
- 08 Oct, 2018 7 commits
-
-
Lubov Batanina authored
* Add Shufflenet support in ONNX * Add test for transpose layer
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* cmake: don't ignore Python from PATH environment variable - this breaks selection between 32/64-bit Python - this breaks Anaconda/Conda environments - it is not the CMake default behavior, expected by many projects * cmake: add Python version check, fallback path on CMake 3.12+ * cmake: drop Python 2.6, allow version selection for Python 3.x
-
Alexander Alekhin authored
-
- 07 Oct, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Hamdi Sahloul authored
-
- 05 Oct, 2018 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
especially in CPU only processing
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 04 Oct, 2018 8 commits
-
-
Anush Elangovan authored
_tzcnt_u32() is not exported by clang-cl intrin.h so check for clang-cl and enable an alterate for _tzcnt_u32() Some discussions: http://lists.llvm.org/pipermail/cfe-dev/2016-October/051329.html https://bugs.llvm.org/show_bug.cgi?id=30506 TEST=Build with clang-cl
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
to avoid build break without `__OPENCV_BUILD`
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Georgy Mironov authored
-
- 03 Oct, 2018 4 commits
-
-
Tomoaki Teshima authored
* if the src has odd number of height, access error happens * it could happen on width, too * check both dst and src range in both width and height
-
Apoorv Goel authored
* fix #12012 * Replace CV_StsBadFlag with Error::StsBadFlag
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 02 Oct, 2018 8 commits
-
-
Reid Kleckner authored
Avoids passing -Wall, which will enable literally every warning in Clang. Avoids passing -ffunction-sections etc to clang-cl, which each generate warnings.
-
Alexander Alekhin authored
- to avoid multiple conditional calls via sub_group() functions
-
Alexander Alekhin authored
-
Peter Rekdal Sunde authored
The `codec_tag` is only available when opening a file from disk. If `AVStream` is a network stream then `fourcc` must be obtained using `codec_id`. I have tested the following scenarios: 1) Open a `.mp4` file and verify that `codec_tag` is returned (old behavior) 2) Open a `rtsp` stream and verify that `codec_fourcc` is returned (Tested with a MJPEG, H264 and H265 stream)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* avoid race condition
-
Vitaly Tuzov authored
-
- 01 Oct, 2018 2 commits
-
-
Suleyman TURKMEN authored
Update hog.cpp (#12649)
-
Alexander Alekhin authored
-