opencv/modules/gpu/src/cuda
2011-09-26 11:18:30 +00:00
..
bf_knnmatch.cu implemented optimized version of gpu::bf_radius_match 2011-09-26 11:18:30 +00:00
bf_match.cu implemented optimized version of gpu::bf_radius_match 2011-09-26 11:18:30 +00:00
bf_radius_match.cu implemented optimized version of gpu::bf_radius_match 2011-09-26 11:18:30 +00:00
bilateral_filter.cu minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation 2011-09-14 06:23:46 +00:00
blend.cu modified according to CUDA 4.0 API updates 2011-05-31 08:31:10 +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
column_filter.cu implemented gpu::copyMakeBorder for all border modes 2011-09-21 07:02:45 +00:00
copy_make_border.cu implemented gpu::copyMakeBorder for all border modes 2011-09-21 07:02:45 +00:00
element_operations.cu Fixed GPU version of multi-band blending in stitching module 2011-09-24 05:58:29 +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 Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers. 2011-09-16 12:25:23 +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 minor 2011-09-15 05:51:41 +00:00
matrix_operations.cu added TransformFunctorTraits, optimized some functions that use transform 2011-08-17 11:32:24 +00:00
matrix_reductions.cu added performance tests for gpu::reduce 2011-09-26 08:14:31 +00:00
pyr_down.cu minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation 2011-09-14 06:23:46 +00:00
pyr_up.cu minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation 2011-09-14 06:23:46 +00:00
remap.cu minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation 2011-09-14 06:23:46 +00:00
resize.cu minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation 2011-09-14 06:23:46 +00:00
row_filter.cu implemented gpu::copyMakeBorder for all border modes 2011-09-21 07:02:45 +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 minor 2011-09-12 15:15:02 +00:00