gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
[profile/ivi/opencv.git] / modules / gpu / src / cuda / column_filter.cu
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-13 Vladislav Vinogradovoptimized gpu pyrDown and sepFilter2D
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-23 marina.kolpakovaminor warning fix
2012-06-28 Marina Kolpakovamerged the trunk r8669:8702
2012-06-18 Marina Kolpakovaminor formating changes
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-09-28 Vladislav Vinogradovfixed build for compute capability < 2.0
2011-09-28 Vladislav Vinogradovoptimized gpu filters, added buffered version for diffe...
2011-09-21 Vladislav Vinogradovimplemented gpu::copyMakeBorder for all border modes
2011-09-14 Vladislav Vinogradovminor gpu module refactoring: split big .cu files,...