opencv/modules/cudaimgproc
Namgoo Lee fb8e652c3f Add CV_16UC1 support for cuda::CLAHE
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.
2019-02-06 17:21:55 +00:00
..
include/opencv2 Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
perf Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
src Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
test Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
CMakeLists.txt Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00