added dual tvl1 optical flow gpu implementation
[profile/ivi/opencv.git] / modules / gpu / src / cuda / color.cu
2013-02-04 Andrey KamaevMerge pull request #395 from LeonidBeynenson:fix_ml_lar...
2013-02-01 Andrey KamaevMerge pull request #400 from ilysenkov:bugfix_2560
2013-02-01 Andrey KamaevMerge pull request #397 from ilysenkov:bugfix_2677
2013-02-01 Andrey KamaevMerge pull request #398 from ilysenkov:bugfix_2330
2013-01-30 Andrey KamaevMerge pull request #373 from ilysenkov:bugfix_2440
2013-01-30 Andrey KamaevMerge pull request #370 from ilysenkov:bugfix_1747
2013-01-30 Andrey KamaevMerge pull request #368 from ilysenkov:checkSubset-fix
2013-01-29 Andrey KamaevMerge pull request #346 from taka-no-me:decouple_V4L2
2013-01-29 Andrey KamaevRebase and merge pull request #342 from ilysenkov/bugfi...
2013-01-29 Andrey KamaevMerge pull request #339 from vpisarev:core_fixes
2013-01-29 Andrey KamaevMerge pull request #355 from asmaloney:copy_paste_cond
2013-01-29 Andrey KamaevMerge pull request #354 from asmaloney:fix_mem_dealloc
2013-01-29 Andrey KamaevMerge pull request #347 from asmorkalov:WITH_FFMPEG_logic
2013-01-29 Vadim PisarevskyMerge pull request #351 from vpisarev:python_fixes
2013-01-29 cuda-geekMerge pull request #353 from asmaloney:arg_checks
2013-01-29 cuda-geekMerge pull request #328 from jet47:new-gpu-fixes
2013-01-23 Vladislav Vinogradovimplemented Luv/Lab <-> RGB conversion
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-01 Anatoly Baksheevadded CUDA_DISABLER preprocessor commands
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-06-28 Marina Kolpakovamerged the trunk r8669:8702
2012-06-18 Marina Kolpakovaminor formating changes
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-09 Marina KolpakovaDeclaration of color conversion functions are moved...
2012-01-10 Vladislav Vinogradovfixed bug with submatrix in some gpu functions
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-08-22 Vladislav Vinogradovoptimized some gpu::cvtColor functions
2011-08-17 Vladislav Vinogradovfixed bug in gpu::cvtColor
2011-08-03 Vladislav Vinogradovgpu device layer code refactoring
2011-06-15 Vladislav Vinogradovfixed gpu::cvtColor
2011-06-14 Vladislav Vinogradovadded __forceinline__ to device functions
2011-06-09 Vladislav Vinogradovfixed gpu::cvtColor according #5324 changes
2011-02-16 Vladislav Vinogradovupdate docs
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2010-12-06 Anatoly Baksheevmodule reorganization: added folder with pure device...
2010-10-31 Anatoly Baksheevadded PtrStep PtrElemStep structures. Refactored name...
2010-10-26 Vladislav Vinogradovmoved gpu::cvtColor from imgproc_gpu.cpp to color.cpp
2010-10-20 Vladislav Vinogradovadded to gpu module linear filters for int and float...
2010-10-13 Vladislav Vinogradovadded gpu::cvtColor for RGB <-> HSV and RGB <-> HLS
2010-10-11 Vladislav Vinogradovadded min/max filters to gpu module.
2010-09-29 Vladislav Vinogradovadded gpu 1d window sum, convertTo, based on NPP.
2010-09-28 Vladislav Vinogradovfixed short and float reading/writing in gpu::cvtColor
2010-09-28 Vladislav Vinogradovadded gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV
2010-09-27 Vladislav Vinogradovadded gpu::magnitude for complex source vector (two...
2010-09-27 Vladislav Vinogradovadded gpu::LUT for CV_8UC3 type, added gpu::cvtColor...
2010-09-22 Vladislav Vinogradovadded gpu version of LUT, integral, boxFilter and cvtCo...
2010-09-06 Kirill KornyakovGPU module update: _GPU suffix removed, some namespaces...
2010-08-30 Andrey Morozovfixed cvtColorGPU on linux
2010-08-30 Vladislav Vinogradovadded cvtColor on gpu (supports conversion between...