opencv/modules/cudaimgproc/src
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
..
cuda Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
bilateral_filter.cpp
blend.cpp
canny.cpp Merge pull request #11483 from nglee:dev_cudaCannyStreamIssue 2018-05-09 23:44:34 +03:00
color.cpp rewrite cuda::cvtColor with new device layer and fix test failures 2014-12-25 19:23:15 +03:00
corners.cpp
cvt_color_internal.h rewrite cuda::cvtColor with new device layer and fix test failures 2014-12-25 19:23:15 +03:00
generalized_hough.cpp build: cuda warnings 2016-12-04 03:10:05 +03:00
gftt.cpp Thrust allocator usage. 2016-03-15 11:14:47 -04:00
histogram.cpp follow histogram 2018-03-22 21:33:51 +09:00
hough_circles.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
hough_lines.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
hough_segments.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
match_template.cpp refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
mean_shift.cpp
mssegmentation.cpp Misc. modules/ cont. pt2 2018-02-13 11:28:11 -05:00
precomp.hpp