profile/ivi/opencv.git
2013-11-01 perpingfixed a bug of haar.
2013-10-31 Andrey PavlenkoMerge pull request #1727 from ilya-lavrenov:ocl_warpPer...
2013-10-31 Andrey PavlenkoMerge pull request #1726 from melody-rain:2.4_tvl1_ocl
2013-10-31 Andrey PavlenkoMerge pull request #1724 from ilya-lavrenov:ocl_thresh
2013-10-31 Andrey PavlenkoMerge pull request #1710 from melody-rain:2.4_moments_ocl
2013-10-31 Ilya Lavrenovfixed ocl::warpPerspective
2013-10-31 Jin Mafixed a typo.
2013-10-31 Jin Maremoved test for double since not all platforms support...
2013-10-31 Jin MaResolved a bug and used ocl::multiply.
2013-10-31 Ilya Lavrenovvectorized ocl::threshold for single channel images
2013-10-31 Jin Mamodified the copyright info.
2013-10-30 Andrey PavlenkoMerge pull request #1709 from ilya-lavrenov:ocl_cornerh...
2013-10-30 Andrey PavlenkoMerge pull request #1723 from ilya-lavrenov:ocl_norm
2013-10-30 Andrey PavlenkoMerge pull request #1721 from alalek:ocl_fix_filter2D_6...
2013-10-30 Andrey PavlenkoMerge pull request #1719 from ilya-lavrenov:ocl_gaussia...
2013-10-30 Andrey PavlenkoMerge pull request #1717 from alalek:ocl_adjust_worksize
2013-10-30 Andrey PavlenkoMerge pull request #1715 from asmorkalov:android_java_b...
2013-10-30 Roman DonchenkoMerge pull request #1720 from SpecLad:cmp0017
2013-10-30 Roman DonchenkoMerge pull request #1718 from SpecLad:have-opencv-ocl
2013-10-30 Ilya Lavrenovdisabled upload and download perf tests
2013-10-30 Ilya Lavrenovfixed ocl::norm (with NORM_RELATIVE specified) when...
2013-10-30 Alexander Alekhinocl: filter2D: fix processing of kernel with double...
2013-10-30 Roman DonchenkoFixed CMake warnings/bugs caused by #1670 and #1714
2013-10-30 Roman DonchenkoMerge pull request #1712 from alalek:ocl_split
2013-10-30 Ilya Lavrenovchanged eps in ocl::GaussianBlur test
2013-10-30 Alexander Alekhinocl: adjust worksize for filter2D and boxFilter
2013-10-30 Roman DonchenkoMerge pull request #1652 from nghiaho12:kalman
2013-10-30 Alexander Alekhinocl: split: update tests and implementation
2013-10-30 Roman DonchenkoFixed building with OpenCL, but without the ocl module.
2013-10-30 Roman DonchenkoMerge pull request #1714 from jet47:find-cuda-fix
2013-10-30 Alexander SmorkalovBug #3276 Java bindings binary compatibility is broken...
2013-10-30 Roman DonchenkoMerge pull request #1675 from krodyush:opencl-optimization
2013-10-30 Roman DonchenkoMerge pull request #1713 from pengx17:patch-2
2013-10-30 Vladislav Vinogradovfixed find package CUDA for cross-compilation
2013-10-30 Jin Mafixed a bug when double is not supported.
2013-10-30 Peng XiaoFix a typo
2013-10-29 Ilya Lavrenovfixed extrapolation for ocl::cornerMinEigenVal and...
2013-10-29 Jin MaRewrote moments of opencl version.
2013-10-29 Roman DonchenkoMerge pull request #1670 from jet47:cuda-cmake-fix
2013-10-29 Andrey PavlenkoMerge pull request #1702 from alalek:ocl_memory_corrupt...
2013-10-29 Andrey PavlenkoMerge pull request #1688 from alalek:ocl_fix_filters
2013-10-29 Andrey PavlenkoMerge pull request #1687 from bitwangyaoyao:2.4_fix
2013-10-29 Andrey PavlenkoMerge pull request #1677 from pengx17:patch-1
2013-10-29 Andrey PavlenkoMerge pull request #1495 from StevenPuttemans:bugfix_3282
2013-10-29 Andrey PavlenkoMerge pull request #1544 from ilya-lavrenov:ocl_blendLinear
2013-10-29 Andrey PavlenkoMerge pull request #1708 from ilya-lavrenov:ocl_threshold
2013-10-29 Andrey PavlenkoMerge pull request #1700 from ilya-lavrenov:ocl_bitwise...
2013-10-29 Andrey PavlenkoMerge pull request #1707 from ilya-lavrenov:ocl_morph
2013-10-29 Andrey PavlenkoMerge pull request #1699 from ilya-lavrenov:ocl_minMax
2013-10-29 Andrey PavlenkoMerge pull request #1695 from ilya-lavrenov:ocl_showDiff
2013-10-28 Ilya Lavrenovfixed and generalized ocl::blendLinear
2013-10-28 Ilya Lavrenovfixed OpenCL morph operations for case when kernel...
2013-10-28 Alexander Alekhinocl: filters: update documentation
2013-10-28 Alexander Alekhinocl: fix morph filters
2013-10-28 Alexander Alekhinocl: rewrite filter2D
2013-10-28 Alexander Alekhinocl: rewrite boxFilter
2013-10-28 Alexander Alekhinocl: update filter tests
2013-10-28 Roman DonchenkoMerge pull request #1691 from SpecLad:ffmpeg-test
2013-10-28 Alexander Alekhinocl: memory corruption check
2013-10-28 Roman DonchenkoMerge pull request #1706 from ilya-lavrenov:example_fix
2013-10-28 Andrey PavlenkoMerge pull request #1705 from ilya-lavrenov:ocl_flip
2013-10-28 Andrey PavlenkoMerge pull request #1703 from bitwangyaoyao:2.4_fix1480
2013-10-28 Andrey PavlenkoMerge pull request #1701 from alalek:ocl_fix_canny
2013-10-28 Andrey PavlenkoMerge pull request #1698 from ilya-lavrenov:ocl_warp
2013-10-28 Ilya Lavrenovfixed ocl::minMax for FP-types
2013-10-28 Ilya Lavrenovocl tests: show diff when cv::countNonZero(diff) > 0
2013-10-28 Ilya Lavrenovrewrote and generalized ocl::threshold
2013-10-28 Ilya Lavrenovfixed OpenCL morph operations for case when kernel...
2013-10-28 Ilya Lavrenovocl example typo
2013-10-28 Ilya Lavrenovfixed ocl::flip
2013-10-28 Roman DonchenkoMerge pull request #1657 from KonstantinMatskevich...
2013-10-28 yaofix bug #1480
2013-10-28 yaofix the mismatch running on cpu devices
2013-10-28 Roman DonchenkoMerge pull request #1696 from apavlenko:fix_typo_GpuMat...
2013-10-28 Peng XiaoFixed a missing barrier.
2013-10-28 Vladislav Vinogradovadded own version of FindCUDA.cmake
2013-10-27 konstantinfix bugs on host and device sides for imgprog_sobel3.cl
2013-10-27 Alexander Alekhinocl: Canny: port CUDA-based implementation of edgesHyst...
2013-10-27 Ilya Lavrenovadded performance tests for ocl::bitwise_or and ocl...
2013-10-27 Alexander Alekhinocl: Canny: replace unsafe buffer to oclMat
2013-10-27 Ilya Lavrenovfixed tests for ocl::warpAffine and ocl::warpPerspective
2013-10-25 konstantinrename imageproc_sobel2.cl -> imageproc_sobel3.cl for...
2013-10-25 Roman DonchenkoMerge pull request #1697 from SpecLad:sdk-redux
2013-10-25 Andrey PavlenkoMerge pull request #1655 from pengx17:2.4_opt_superres_ocl
2013-10-25 Andrey PavlenkoMerge pull request #1689 from ilya-lavrenov:ocl_bilater...
2013-10-25 Andrey PavlenkoMerge pull request #1692 from ilya-lavrenov:ocl_separab...
2013-10-25 Andrey PavlenkoMerge pull request #1694 from apavlenko:fix_typo
2013-10-25 Andrey PavlenkoMerge pull request #1693 from ilya-lavrenov:ocl_adaptiv...
2013-10-25 Roman DonchenkoMerge pull request #1690 from SpecLad:cmake-2.8.12
2013-10-25 Roman DonchenkoFixed Android SDK build - again.
2013-10-25 Andrey Pavlenkofixing typo
2013-10-25 Andrey Pavlenkofixing typo
2013-10-25 Roman DonchenkoMerge pull request #1680 from alalek:cmake_fix_android_...
2013-10-25 Ilya Lavrenovfixed extrapolation in ocl::adaptiveBilateralFilter
2013-10-25 Alexander Alekhincmake: fix android installation for different NDK ABIs
2013-10-25 Ilya Lavrenovfixed separable filter extrapolation
2013-10-25 Roman DonchenkoAnother FFmpeg fix from master.
2013-10-25 peng xiaoRewrite distanceToCenters.
2013-10-25 Roman DonchenkoFixed indentation in CV_FFmpegWriteBigVideoTest::run.
2013-10-25 Roman DonchenkoAdded stupid hacks to make the video tests pass with...
next