opencv/modules/cudaimgproc/test
Namgoo Lee ed86bd34b1 Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue
cuda_canny : multi stream safety (#11483)

* CUDA_ImgProc/Canny Asynchronous test

* cuda_canny : multi stream safety (1/3)

- Convert global variable canny::counter to class local variable

* cuda_canny : multi stream safety (2/3)

- Use texture objects rather than texture reference for cc >= 3.0,
  since texture reference must be declared as a static global variable
  which results in race condition when ran concurrently

* cuda_canny : multi stream safety (3/3)

- Refrain from using global variable in row_filter and column_filter
  (converts column_filter::c_kernel and row_filter::c_kernel to local
  variables)

* Fixes #11193
2018-05-09 23:44:34 +03: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 follow histogram 2018-03-22 21:33:51 +09: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