- 06 Feb, 2019 1 commit
-
-
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.
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 18 Jan, 2018 1 commit
-
-
catree authored
-
- 27 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 30 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
used BufferPool mechanism instead
-
- 26 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 25 Dec, 2014 1 commit
-
-
Vladislav Vinogradov authored
the algorithm is not stable yet
-
- 02 Sep, 2013 4 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-