opencv/modules/gpu/src
Vladislav Vinogradov 5af529c1bd fixed and updated gpu implementation of separable liner filters
now it supports kernel's size up to 32
2012-02-15 12:05:59 +00:00
..
cuda fixed and updated gpu implementation of separable liner filters 2012-02-15 12:05:59 +00:00
nvidia disabled unnecessary code (it can't be compiled with VS 2008 Ticket #1561) 2012-01-26 12:52:32 +00:00
opencv2/gpu/device fixed gpu::device::transform with non-aligned sources (Ticket #1567) 2012-01-27 13:10:30 +00:00
arithm.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
bilateral_filter.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
blend.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
brute_force_matcher.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
calib3d.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
cascadeclassifier.cpp moved GpuMat and DevMem2D to core module, some code refactoring 2011-11-09 13:13:52 +00:00
color.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
cudastream.cpp moved GpuMat's operations implementation to core module 2011-11-14 14:34:36 +00:00
element_operations.cpp fixed build under CUDA 4.1 2012-01-30 13:15:20 +00:00
error.cpp moved GpuMat's operations implementation to core module 2011-11-14 14:34:36 +00:00
fast.cpp bug fix 2011-12-28 07:56:19 +00:00
filtering.cpp fixed and updated gpu implementation of separable liner filters 2012-02-15 12:05:59 +00:00
gftt.cpp fixed ~200 warnings for windows 2012-02-14 10:22:34 +00:00
graphcuts.cpp fixed build under CUDA 4.1 2012-01-30 13:15:20 +00:00
hog.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
imgproc.cpp fixed build under CUDA 4.1 2012-01-30 13:15:20 +00:00
initialization.cpp added gpu::printCudaDeviceInfo to all samples 2012-01-30 07:20:09 +00:00
match_template.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
matrix_operations.cpp moved GpuMat and DevMem2D to core module, some code refactoring 2011-11-09 13:13:52 +00:00
matrix_reductions.cpp fixed build under CUDA 4.1 2012-01-30 13:15:20 +00:00
mssegmentation.cpp moved GpuMat and DevMem2D to core module, some code refactoring 2011-11-09 13:13:52 +00:00
optical_flow.cpp fix OpenGL render functions 2012-01-18 08:27:08 +00:00
orb.cpp fixed orb bug commited by mistake 2012-02-14 10:27:33 +00:00
precomp.cpp modified according to NPP for CUDA 3.2 API updates. 2010-09-24 16:41:34 +00:00
precomp.hpp added gpu::printCudaDeviceInfo to all samples 2012-01-30 07:20:09 +00:00
pyrlk.cpp added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 2012-02-13 12:57:27 +00:00
speckle_filtering.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
split_merge.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
stereobm.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
stereobp.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
stereocsbp.cpp removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 2011-11-14 09:02:06 +00:00
surf.cpp fixed bug in SURF_GPU 2012-01-30 07:59:14 +00:00