- 13 Feb, 2019 2 commits
-
-
Alexander Alekhin authored
-
Stefan Dragnev authored
* re-enabled NEON routines for arm64
-
- 12 Feb, 2019 7 commits
-
-
Alexander Alekhin authored
-
Namgoo Lee authored
-
Alexander Alekhin authored
Merge pull request #13803 from thangktran:thangktran/fix-misleading-runtime-assertion-calibrateCamera
-
Alexander Alekhin authored
-
Thang Tran authored
objectPoints and imagePoints are not checked whether they're empty and cause checkVector() to fail, thus result in a wrong error message. Fixes: https://github.com/opencv/opencv/issues/6002
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 11 Feb, 2019 6 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Oleh authored
-
- 09 Feb, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 08 Feb, 2019 15 commits
-
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
AnastasiaaSenina authored
-
- 07 Feb, 2019 6 commits
-
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Nesterov authored
-
- 06 Feb, 2019 2 commits
-
-
Namgoo Lee authored
Due to size limit of shared memory, histogram is built on the global memory for CV_16UC1 case. The amount of memory needed for building histogram is: 65536 * 4byte = 256KB and shared memory limit is 48KB typically. Added test cases for CV_16UC1 and various clip limits. Added perf tests for CV_16UC1 on both CPU and CUDA code. There was also a bug in CV_8UC1 case when redistributing "residual" clipped pixels. Adding the test case where clip limit is 5.0 exposes this bug.
-
Rostislav Vasilikhin authored
-