opencv/modules/cudaarithm/src/cuda
2019-03-13 20:25:28 +09:00
..
absdiff_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
absdiff_scalar.cu suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
add_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
add_scalar.cu fixed assertion 2013-10-01 12:18:36 +04:00
add_weighted.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
bitwise_mat.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
bitwise_scalar.cu Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cmp_mat.cu used new device layer for cv::gpu::compare 2013-10-01 12:18:36 +04:00
cmp_scalar.cu used new device layer for cv::gpu::compare 2013-10-01 12:18:36 +04:00
copy_make_border.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
countnonzero.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
div_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
div_scalar.cu fixed warnings 2013-10-01 12:18:36 +04:00
integral.cu use new BufferPool class for some cudaarithm routines 2014-12-30 11:06:33 +03:00
lut.cu Move Ptr-related code from lut.cu to lut.cpp 2019-03-13 20:25:28 +09:00
math.cu Closes #12281 - a bug in cuda::pow with negative base values 2018-08-24 05:12:14 +09:00
minmax_mat.cu switched to new device layer in min/max 2013-10-01 12:18:36 +04:00
minmax.cu fix windows build with CUDA 2015-02-17 21:50:39 +03:00
minmaxloc.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
mul_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
mul_scalar.cu fixed assertion 2013-10-01 12:18:36 +04:00
mul_spectrums.cu Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
norm.cu fix windows build with CUDA 2015-02-17 21:50:39 +03:00
normalize.cu fix cuda::normalize (dtype < 0) case 2015-10-02 11:41:01 +03:00
polar_cart.cu cuda::polarToCart: Support double precision 2018-09-22 07:02:43 +09:00
reduce.cu Fixed cv::cuda::reduce bug. 2016-02-27 08:30:10 +05:30
split_merge.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
sub_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
sub_scalar.cu fixed assertion 2013-10-01 12:18:36 +04:00
sum.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
threshold.cu accept multiple channels image for threshold on cuda 2016-05-16 06:45:35 +09:00
transpose.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00