added dual tvl1 optical flow gpu implementation
[profile/ivi/opencv.git] / modules / gpu / src / cuda / internal_shared.hpp
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
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-08 Anatoly Baksheevfixed compilation under Ubuntu without CUDA
2012-06-28 Marina Kolpakovamerged the trunk r8669:8702
2012-06-18 Marina Kolpakovaminor formating changes
2011-11-14 Vladislav Vinogradovfixed compilation under linux
2011-11-14 Vladislav Vinogradovmoved GpuMat's operations implementation to core module
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovminor fix
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-08-31 Vladislav Vinogradovadded BORDER_REFLECT and BORDER_WRAP support to gpu...
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-06-30 Alexey SpizhevoyGPU: updated upsample, downsample functions, added...
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-05-23 Vladislav Vinogradovminor optimization of SURF_GPU (reduce memory transfers...
2011-03-10 Vladislav Vinogradovmade GPU version of SURF more consistent with CPU one
2011-01-13 Anatoly BaksheevFirst version of CascadeClassifier_GPU.
2010-12-13 Vladislav Vinogradovfixed bug in gpu filter engine (incorrect buffer type...
2010-12-06 Anatoly Baksheevmodule reorganization: added folder with pure device...