Merge remote-tracking branch 'origin/2.4' into merge-2.4
[profile/ivi/opencv.git] / modules / gpuarithm /
2013-06-25 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-06-21 Roman DonchenkoMerge pull request #1014 from jet47:gpustereo-refactoring
2013-06-21 Roman DonchenkoMerge pull request #1015 from SpecLad:merge-2.4
2013-06-21 Roman DonchenkoMerge pull request #1010 from jet47:gpufilters-refactoring
2013-06-19 Roman DonchenkoMerge remote-tracking branch 'origin/2.4'
2013-06-17 Vladislav Vinogradovupdated documentation
2013-06-14 Roman DonchenkoMerge pull request #977 from jet47:gpucodec-refactoring
2013-06-14 Roman DonchenkoMerge pull request #978 from jet47:gpuarithm-refactoring
2013-06-14 Roman DonchenkoMerge pull request #976 from PeterMinin:num_detections
2013-06-13 Roman DonchenkoMerge pull request #696 from znah:detect_method
2013-06-11 Roman DonchenkoMerge pull request #966 from berak:master
2013-06-11 Vladislav Vinogradovupdated documentation
2013-06-11 Vladislav Vinogradovrefactored gpu::convolve function:
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in Fourier operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::gemm
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in reductions operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::copyMakeBorder
2013-06-11 Vladislav Vinogradovrefactored gpu::LUT function:
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in transpose/flip operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in split/merge operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in cart<->polar operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::threshold
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::addWeighted
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in min/max operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in shift operations
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in bitwise logical opera...
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::compare
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in abs, sqr, sqrt, exp...
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::absdiff
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::divide
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::multiply
2013-06-11 Vladislav Vinogradovadded arithm_op function to reduce code duplication
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::subtract
2013-06-11 Vladislav Vinogradovswitched to Input/Output Array in gpu::add
2013-06-11 Roman DonchenkoMerge pull request #899 from LeszekSwirski:fix-drawingdoc
2013-06-11 Roman DonchenkoMerge pull request #975 from SpecLad:merge-2.4
2013-06-11 Roman DonchenkoMerge pull request #974 from jet47:gpu-core-refactoring
2013-06-10 Roman DonchenkoMerge remote-tracking branch 'origin/2.4' into merge-2.4
2013-06-10 Roman DonchenkoMerge pull request #958 from apavlenko:fix_java_mixchannels
2013-06-10 Vadim PisarevskyMerge pull request #856 from ericgreveson:master
2013-06-10 Vladislav Vinogradovrenamed gpu_private.hpp to private.gpu.hpp
2013-06-10 Vladislav Vinogradovrefactored gpu::Stream (minor fixes)
2013-06-10 Vladislav Vinogradovrenamed gpu headers (made it more consistent)
2013-06-10 Roman DonchenkoMerge pull request #964 from jet47:cuda-5.5-support
2013-06-07 Vladislav Vinogradovrewrite core/cuda/vec_math.hpp file
2013-06-07 Vladislav Vinogradovfixed constructors for functional objects (added __host...
2013-06-07 Roman DonchenkoMerge pull request #900 from jet47:restore-gpu-modules
2013-06-07 Vladislav VinogradovRevert "Revert "Merge pull request #836 from jet47...
2013-04-18 Andrey KamaevRevert "Merge pull request #836 from jet47:gpu-modules"
2013-04-18 Andrey PavlenkoMerge pull request #836 from jet47:gpu-modules
2013-04-18 Vladislav Vinogradovremoved const qualifier (it produces warnings)
2013-04-18 Vladislav Vinogradovgpuarithm module fixes
2013-04-18 Vladislav Vinogradovremoved gpu BORDER_* constants
2013-04-18 Vladislav Vinogradovgpuwarping module for image warping
2013-04-18 Vladislav Vinogradovgpuarithm module fixes
2013-04-18 Vladislav Vinogradovrenamed gpunvidia -> gpulegacy
2013-04-18 Vladislav Vinogradovgpuimgproc module for image processing
2013-04-18 Vladislav Vinogradovmoved mulSpectrums, dft and convolve to gpuarithm
2013-04-18 Vladislav Vinogradovmoved integral to gpuarithm module
2013-04-18 Vladislav Vinogradovmoved copyMakeBorder to gpuarithm module
2013-04-18 Vladislav Vinogradovmoved rectStdDev to gpuarithm
2013-04-18 Vladislav Vinogradovremoved columnSum function (it is a duplicate for reduce)
2013-04-18 Vladislav VinogradovCV_GPU_TEST_MAIN macros
2013-04-18 Vladislav Vinogradovgpuarithm module for arithmetics operations on matrices