opencv/modules/gpu/src/cuda
Vladislav Vinogradov eaaa2d27d5 fix CUDA LUT implementation
In CUDA 6.0 there was a bug in NPP LUT implementation (invalid results when
src == 255). In CUDA 6.5 the bug was fixed.

Replaced NPP LUT call with own implementation (ported from master branch) 
to be independant from CUDA Toolkit version.
2014-08-28 14:47:26 +04:00
..
bf_knnmatch.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
bf_match.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
bf_radius_match.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
bgfg_gmg.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
bgfg_mog.cu Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2 2014-03-18 17:26:24 +02:00
bilateral_filter.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
blend.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
build_point_list.cu split CUDA Hough sources 2014-01-21 15:07:47 +04:00
calib3d.cu fixed constructors for functional objects (added __host__ modifier) 2013-06-03 14:41:23 +04:00
canny.cu fix bug #3562: 2014-02-20 10:24:52 +04:00
ccomponetns.cu rewrite gpu/device/vec_math.hpp file 2013-06-04 13:57:35 +04:00
clahe.cu GPU implementation of CLAHE 2013-03-25 17:45:13 +04:00
color.cu implemented Luv/Lab <-> RGB conversion 2013-01-23 21:05:08 +04:00
column_filter.0.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.1.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.2.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.3.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.4.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.5.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.6.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.7.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.8.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.9.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.10.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.11.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.12.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.13.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.14.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
column_filter.h updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
copy_make_border.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
debayer.cu implemented Malvar, He, and Cutler Bayer Demosaicing on gpu 2013-03-14 18:11:12 +04:00
disp_bilateral_filter.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
element_operations.cu fixed constructors for functional objects (added __host__ modifier) 2013-06-03 14:41:23 +04:00
fast.cu typos 2014-03-04 12:47:40 +04:00
fgd_bgfg_common.hpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
fgd_bgfg.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
generalized_hough.cu disable gpu::GeneralizedHough compilation on gcc 4.7 2014-04-04 10:31:33 +04:00
gftt.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
global_motion.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
hist.cu use NPP version for Fermi 2013-08-02 09:05:21 +04:00
hog.cu optimizations: 2013-01-23 21:05:07 +04:00
hough_circles.cu split CUDA Hough sources 2014-01-21 15:07:47 +04:00
hough_lines.cu split CUDA Hough sources 2014-01-21 15:07:47 +04:00
hough_segments.cu split CUDA Hough sources 2014-01-21 15:07:47 +04:00
imgproc.cu fixed compilation without CUBLAS and CUFFT 2013-07-18 12:04:33 +04:00
integral_image.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
internal_shared.hpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
lbp.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
lbp.hpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
lut.cu fix CUDA LUT implementation 2014-08-28 14:47:26 +04:00
match_template.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
mathfunc.cu fixes for gpu module: 2013-01-23 21:05:06 +04:00
matrix_reductions.cu added mask support to gpu norm and sum 2013-02-13 15:54:50 +04:00
nlm.cu fixes typo and unused variables 2014-02-18 14:16:54 +04:00
NV12ToARGB.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
optflowbm.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
optical_flow_farneback.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
optical_flow.cu fixes for gpu module: 2013-01-23 21:05:06 +04:00
orb.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
pyr_down.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
pyr_up.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
pyrlk.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
remap.cu optimizations: 2013-01-23 21:05:07 +04:00
resize.cu fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version 2014-08-01 11:33:29 +04:00
rgb_to_yv12.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.0.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.1.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.2.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.3.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.4.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.5.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.6.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.7.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.8.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.9.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.10.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.11.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.12.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.13.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.14.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
row_filter.h updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
safe_call.hpp Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
split_merge.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
stereobm.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
stereobp.cu updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
stereocsbp.cu optimizations: 2013-01-23 21:05:07 +04:00
texture_binder.hpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
tvl1flow.cu gpu TVL1 Optical Flow optimization: 2013-08-27 11:21:41 +04:00
warp.cu optimizations: 2013-01-23 21:05:07 +04:00