gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
[profile/ivi/opencv.git] / modules / gpu / src / filtering.cpp
2012-10-19 Vladislav Vinogradovgpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC...
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-10 Oleg SklyarovMerge branch 'master' of git://code.opencv.org/opencv
2012-10-10 Vladislav Vinogradovfixed bug #2425 : Concurrent convolutions with streams
2012-10-01 Anatoly Baksheevadded CUDA_DISABLER preprocessor commands
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-11 Vladislav Vinogradovseveral fixes in gpu module
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-04-02 Vladislav Vinogradovfixed gpu::Laplacian
2012-04-02 Vladislav Vinogradovfixeg gpu::Laplacian
2012-04-01 Vladislav Vinogradovfixed gpu::filter2D
2012-03-26 Vladislav Vinogradovfixed octave computation in SURF_GPU
2012-03-21 Vladislav Vinogradovfixed gpu::filter2D border interpolation for CV_32FC1...
2012-03-07 Vladislav Vinogradovupdated image for StereoConstantSpaceBP regression...
2012-02-22 Vladislav Vinogradovcreated wrappers for new NPP functions
2012-02-15 Vladislav Vinogradovfixed compilation for old compute capabilities
2012-02-15 Vladislav Vinogradovfixed and updated gpu implementation of separable liner...
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-10-13 Anatoly Baksheevgpu module: refactored devmem2d.hpp (atomic bomb)
2011-10-10 Vladislav Vinogradovadded missing arithm operations to gpu module
2011-09-28 Vladislav Vinogradovoptimized gpu filters, added buffered version for diffe...
2011-09-14 Vladislav Vinogradovminor gpu module refactoring: split big .cu files,...
2011-08-31 Vladislav Vinogradovadded BORDER_REFLECT and BORDER_WRAP support to gpu...
2011-08-09 Vladislav Vinogradovminor stitching optimization (improve buffer reuse)
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-06-30 Alexey SpizhevoyGPU: updated upsample, downsample functions, added...
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-01-24 Vladislav Vinogradovadded synchronization after NPP calls
2011-01-13 Vladislav Vinogradovadded docs for GPU Filter Engine
2010-12-22 Vladislav Vinogradovfixed some warnings under linux
2010-12-13 Vladislav Vinogradovfixed bug in gpu filter engine (incorrect buffer type...
2010-11-15 Vladislav Vinogradovfixed gpu linear filters
2010-10-31 Anatoly Baksheevadded PtrStep PtrElemStep structures. Refactored name...
2010-10-20 Vladislav Vinogradovadded vecmath to gpu module.
2010-10-20 Vladislav Vinogradovadded to gpu module linear filters for int and float...