opencv/modules/cudaimgproc/test
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
..
test_bilateral_filter.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_blend.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_canny.cpp Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
test_color.cpp update the threshold 2018-10-11 18:45:20 +09:00
test_corners.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_gftt.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_histogram.cpp Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
test_hough.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp replaced GPU -> CUDA 2013-09-02 14:00:44 +04:00
test_match_template.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_mean_shift.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00