Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
[profile/ivi/opencv.git] / modules / gpu / src / cuda / color.cu
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-06-18 Marina Kolpakovaminor formating changes
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...