- 05 Oct, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Oct, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin 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 11 commits
-
-
Suleyman TURKMEN authored
Update hog.cpp (#12649)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Antonio Borondo authored
-
- 30 Sep, 2018 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- avoid memory access violation during "prefetch" stage
-
Loic Petit authored
-
Loic Devulder authored
This commit fixes an issue while trying to compile on s390x architecture. This is simply a backport of a fixe already applied in official protobuf code: - https://github.com/protocolbuffers/protobuf/pull/3955
-
berak authored
-
- 29 Sep, 2018 9 commits
-
-
Hamdi Sahloul authored
TS: fix Python v2/v3 compatibility (#12667) * TS: fix Python2.7 compatibility * TS: fix Python3 compatibility * py3: use integer division '/' => '//' instead of cast
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Hamdi Sahloul authored
especially if it matches the module being tested
-
Tomoaki Teshima authored
* follow the implementation of Luv2RGBfloat in imgproc/src/color_lab.cpp * loosen threshold in cudaimgproc
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-