opencv/modules/cudaimgproc/src/cuda
Naba Kumar 27cf6e549e Merge pull request #8367 from khnaba:cuda-calchist-with-mask
Implement cv::cuda::calcHist with mask support (#8367)

* Implement cuda::calcHist with mask

* Fix documentation build warning

* Have their own step sizes for src and mask. Fix review comment.
2017-03-15 09:34:00 +00:00
..
bilateral_filter.cu Use stream argument when launching bilateral filter kernel 2015-09-18 13:12:58 +02:00
blend.cu
build_point_list.cu
canny.cu added stream parameter to all cudaimgproc routines 2014-12-30 15:37:45 +03:00
clahe.cu
color.cu rewrite cuda::cvtColor with new device layer and fix test failures 2014-12-25 19:23:15 +03:00
corners.cu
debayer.cu
generalized_hough.cu
gftt.cu Thrust allocator usage. 2016-03-15 11:14:47 -04:00
hist.cu Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
hough_circles.cu
hough_lines.cu
hough_segments.cu
match_template.cu fix cuda match template: 2014-12-25 19:23:16 +03:00
mean_shift.cu