opencv/modules/cudaarithm/src/cuda
Vladislav Vinogradov cd0e95de16 refactor cudaarithm reductions:
* remove overloads with explicit buffer, now BufferPool is used
* added async versions for all reduce functions
2014-12-30 11:06:33 +03:00
..
absdiff_mat.cu fixed assertion 2013-10-01 12:18:36 +04:00
absdiff_scalar.cu fixed assertion 2013-10-01 12:18:36 +04: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 switched to new device layer in bitwize operations 2013-10-01 12:18:36 +04: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 use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
math.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
minmax_mat.cu switched to new device layer in min/max 2013-10-01 12:18:36 +04:00
minmax.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +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 use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
norm.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
normalize.cu refactor cudaarithm reductions: 2014-12-30 11:06:33 +03:00
polar_cart.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
reduce.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
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 use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00
transpose.cu use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines 2014-12-30 11:06:33 +03:00