1. 06 Feb, 2019 1 commit
    • Namgoo Lee's avatar
      Add CV_16UC1 support for cuda::CLAHE · fb8e652c
      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.
      fb8e652c
  2. 05 Feb, 2019 3 commits
  3. 04 Feb, 2019 1 commit
  4. 02 Feb, 2019 1 commit
  5. 01 Feb, 2019 6 commits
  6. 31 Jan, 2019 3 commits
  7. 30 Jan, 2019 3 commits
  8. 29 Jan, 2019 4 commits
  9. 28 Jan, 2019 4 commits
  10. 25 Jan, 2019 4 commits
  11. 24 Jan, 2019 3 commits
  12. 21 Jan, 2019 5 commits
  13. 20 Jan, 2019 1 commit
  14. 18 Jan, 2019 1 commit