profile/ivi/opencv.git
2013-03-25 Vladislav VinogradovGPU implementation of CLAHE
2013-03-25 Vladislav VinogradovCPU implementation of CLAHE
2013-03-25 Andrey KamaevMerge pull request #698 from vpisarev/ms_visimage_tut24
2013-03-25 Andrey KamaevMerge pull request #697 from Nerei/ios_png_jpeg
2013-03-25 Anatoly Baksheevenabled png and jpeg for iOS
2013-03-24 Vadim Pisarevskyadded tutorial by Wolf Kienzle on using "image watch...
2013-03-22 Andrey KamaevMerge pull request #691 from vpisarev:fix_2899
2013-03-22 Andrey KamaevMerge pull request #688 from jet47:fix-nonfree-compilation
2013-03-22 Andrey KamaevMerge pull request #683 from jet47:gpu-license
2013-03-22 Vadim Pisarevskyremoved extra whitespaces
2013-03-22 Vadim Pisarevskyfixed http://code.opencv.org/issues/2899
2013-03-22 Vadim PisarevskyMerge pull request #687 from vpisarev:fast_lin_svm2
2013-03-22 Vladislav Vinogradovupdated license header in whole gpu module
2013-03-22 Vladislav Vinogradovfixed nonfree compilation with gpu (perf tests)
2013-03-21 Vadim Pisarevskyfixed buffer size and restored the use of compressed...
2013-03-21 Andrey KamaevMerge pull request #664 from taka-no-me/ocl
2013-03-21 Andrey KamaevMerge pull request #686 from taka-no-me/stereobm_sobel
2013-03-21 Andrey KamaevMerge pull request #676 from vpisarev/svd_stuff
2013-03-21 Andrey KamaevMerge pull request #675 from jet47/gpu-test-fixes
2013-03-21 Vadim Pisarevskyadd hack to disable optimization of linear svms; improv...
2013-03-21 Andrey KamaevFix build errors
2013-03-21 Dong NguyenFixed wrong in row index of SSE implementation in prefi...
2013-03-21 Andrey KamaevMove OpenCl SURF perf tests to nonfree and fix build...
2013-03-21 Andrey KamaevDisable crashing ocl tests
2013-03-21 Andrey KamaevRefactor OpenCL initialization and allow to use ocl...
2013-03-21 Andrey KamaevTrying to make ocl surf work
2013-03-21 Andrey KamaevSURF accuracy test is moved to nonfree
2013-03-21 Andrey KamaevMove OpenCL SURF to nonfree module
2013-03-21 Andrey KamaevAllow OpenCL acceleration in every OpenCV module
2013-03-21 Andrey KamaevRefactor OpenCL search
2013-03-21 Andrey KamaevTurn on OpenCL by default
2013-03-21 Vadim Pisarevskyexploring possible bug in optimize_linear_svm
2013-03-21 Andrey KamaevMerge pull request #679 from jet47:gpu-simd-functions
2013-03-21 Andrey KamaevMerge pull request #677 from jet47:gpu-lut-fix
2013-03-21 Andrey KamaevMerge pull request #662 from asmorkalov:android_native_...
2013-03-21 Vladislav Vinogradovadded simd_functions.hpp to device layer
2013-03-21 Vladislav Vinogradovfixed minMax perf test
2013-03-21 Vladislav Vinogradovdisable tests that requires video support if it is...
2013-03-21 Vladislav Vinogradovincreased epsilon in sanity test
2013-03-21 Vladislav Vinogradovincreased time limits in perf tests
2013-03-21 Vladislav Vinogradovfixed gpu::LUT on multi device system
2013-03-21 Vadim PisarevskyMerge pull request #669 from vpisarev:fast_lin_svm
2013-03-21 cuda-geekMerge pull request #656 from jet47:gpu-nonfree
2013-03-20 Vadim Pisarevskyadded test for bug #1448 and hopefully fixes the bug...
2013-03-19 Vadim Pisarevskyadded load/save feature for SVM classifier in letter_re...
2013-03-19 Vadim Pisarevskydramatic speedup of SVM::predict in the case of linear SVM
2013-03-18 Alexander SmorkalovCode refactoring was done.
2013-03-18 Vladislav Vinogradovmerged gpunonfree and nonfree module
2013-03-18 Andrey KamaevMerge pull request #663 from asmorkalov:manager_tegra4
2013-03-18 Andrey KamaevMerge pull request #652 from Daniil-Osokin:fixCvtColorH...
2013-03-18 Vladislav Vinogradovfixed warnings
2013-03-18 Vladislav Vinogradovmoved SURF_GPU and VIBE to gpunonfree module
2013-03-18 Vladislav Vinogradovmoved utility functions from gpu_perf_test and gpu_test...
2013-03-18 Alexander SmorkalovTegra4 support added.
2013-03-18 Alexander SmorkalovInitialization with Manager instead static link added.
2013-03-18 Alexander SmorkalovBase for Native Activity example added.
2013-03-18 Daniil OsokinAdded missing enums for cvtColor RGB to YUV420p
2013-03-17 cuda-geekMerge pull request #660 from Nerei:2.4
2013-03-17 Vadim PisarevskyMerge pull request #532 from jet47:super-resolution
2013-03-17 Anatoly Baksheevbugfix in sample to support LBP classifier. To merge...
2013-03-15 cuda-geekMerge pull request #644 from jet47:gpu-debayer-mht
2013-03-15 Andrey KamaevMerge pull request #632 from pengx17:2.4
2013-03-15 Andrey KamaevMerge pull request #631 from bitwangyaoyao:2.4_stereo
2013-03-14 Vladislav Vinogradovimplemented Malvar, He, and Cutler Bayer Demosaicing...
2013-03-14 Andrey KamaevMerge pull request #638 from bitwangyaoyao:2.4_fixErode
2013-03-14 Andrey KamaevMerge pull request #628 from bitwangyaoyao:2.4_fixMoments
2013-03-14 peng xiaoMerge remote-tracking branch 'upstream/2.4' into 2.4
2013-03-12 yaoFix a bug in ocl::Erode/Dilate, simplify the host logic
2013-03-12 peng xiaoRemove unnecessary HAVE_OPENCL macro block.
2013-03-12 yaofix warnings on Linux
2013-03-11 Andrey KamaevMerge pull request #633 from jet47:gpu-debayer-gray
2013-03-11 Andrey KamaevMerge pull request #630 from asmorkalov:android_view_st...
2013-03-11 Andrey KamaevFix clang + ccache build warnings
2013-03-11 Andrey KamaevMerge pull request #635 from taka-no-me:c++11
2013-03-11 Vladislav Vinogradovgpu : implement Bayer* -> Gray color conversion
2013-03-11 Andrey KamaevFix build errors
2013-03-11 peng xiaoAdd ocl::SURF accurate test.
2013-03-11 yaoremove the OpenCL define
2013-03-11 yaoadd stereoBM function
2013-03-11 Alexander SmorkalovStetch support for Android View classes added (Feature...
2013-03-08 yaofix mismatch on NV OCL and some AMD GPUs
2013-03-06 Andrey KamaevMerge pull request #620 from apavlenko:java_tutorial_fix
2013-03-06 Andrey Pavlenkoremoving redundant code
2013-03-06 Andrey Pavlenkominor formatting
2013-03-05 Andrey Pavlenkomore formatting
2013-03-05 Andrey Pavlenkoupdating JNI lib location for Unix; formatting update
2013-03-05 Andrey Pavlenkomoving JNI library to 'build/lib' dir on non-Win
2013-03-05 Andrey KamaevMerge pull request #491 from Daniil-Osokin:cvtRGB2YUV420p
2013-03-01 Andrey KamaevDisable -fomit-frame-pointer for OS X Clang as it leads...
2013-03-01 Andrey KamaevMerge pull request #603 from taka-no-me:avoid_deps_on_m...
2013-03-01 Andrey KamaevMerge pull request #602 from bitwangyaoyao:2.4_fixAdd
2013-03-01 Andrey KamaevMerge pull request #600 from taka-no-me:fix_build_warnings
2013-03-01 Andrey KamaevAvoid build falure in armeabi build with Android SDK
2013-03-01 cuda-geekMerge pull request #601 from apavlenko:android_tutorial...
2013-03-01 yaoFix a bug in addWeighted x64 mode
2013-03-01 Andrey Pavlenkoremoving redundant picture resize
2013-03-01 Andrey KamaevMerge pull request #598 from asmorkalov:lib_info_fix
2013-03-01 Andrey Pavlenkominor Android tutorial fixes
2013-03-01 Andrey KamaevFix build warnings on MSVC x64 and OS X clang
2013-03-01 Andrey KamaevMerge pull request #595 from bitwangyaoyao:2.4_perfTest
next