opencv/modules/gpu/src/cuda
2011-09-05 07:59:59 +00:00
..
blend.cu modified according to CUDA 4.0 API updates 2011-05-31 08:31:10 +00:00
brute_force_matcher.cu optimized memory usage in BruteForceMatcher_GPU_base::knnMatch when k==2 2011-08-30 08:49:11 +00:00
calib3d.cu added registerPageLocked/unregisterPageLocked functions 2011-08-10 11:32:48 +00:00
canny.cu 1) ticket #1332 2011-08-26 09:34:49 +00:00
color.cu optimized some gpu::cvtColor functions 2011-08-22 11:07:52 +00:00
element_operations.cu added TransformFunctorTraits, optimized some functions that use transform 2011-08-17 11:32:24 +00:00
filters.cu added BORDER_REFLECT and BORDER_WRAP support to gpu module 2011-08-31 13:21:14 +00:00
hist.cu added registerPageLocked/unregisterPageLocked functions 2011-08-10 11:32:48 +00:00
hog.cu GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) 2011-06-30 14:39:48 +00:00
imgproc.cu optimized gpu::remap (use texture memory) 2011-09-05 07:59:59 +00:00
internal_shared.hpp added BORDER_REFLECT and BORDER_WRAP support to gpu module 2011-08-31 13:21:14 +00:00
match_template.cu fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341 2011-08-29 08:06:45 +00:00
mathfunc.cu added TransformFunctorTraits, optimized some functions that use transform 2011-08-17 11:32:24 +00:00
matrix_operations.cu added TransformFunctorTraits, optimized some functions that use transform 2011-08-17 11:32:24 +00:00
matrix_reductions.cu gpu device layer code refactoring 2011-08-03 12:10:36 +00:00
safe_call.hpp added CUFFT errors handling into GPU module 2010-12-22 08:03:53 +00:00
split_merge.cu minor 2011-08-09 09:15:04 +00:00
stereobm.cu added __forceinline__ to device functions 2011-06-14 11:27:32 +00:00
stereobp.cu minor 2011-08-09 09:15:04 +00:00
stereocsbp.cu minor 2011-08-09 09:15:04 +00:00
surf.cu added assertion for small image sizes to SURF_GPU (ticket #1323) 2011-09-05 06:03:49 +00:00