delete normalization in gabor kernel #1995
[profile/ivi/opencv.git] / modules / gpu /
2012-10-10 Oleg SklyarovMerge branch 'master' of git://code.opencv.org/opencv
2012-10-10 Vladislav Vinogradovfixed bug #2425 : Concurrent convolutions with streams
2012-10-10 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-10 marina.kolpakovaadd GPU module specific command line arguments
2012-10-10 marina.kolpakovaprint information message about target device for GPU...
2012-10-10 marina.kolpakovaadd sanity checks into the denoising gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the features2d gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the objdetect gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the calib3d gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the video gpu performance tests
2012-10-10 marina.kolpakovatemporarily disable HoughLines test
2012-10-10 marina.kolpakovaadd sanity checks into the matop gpu performance tests
2012-10-10 marina.kolpakovaadd sanity checks into the filters gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks into the imgproc gpu performance...
2012-10-10 marina.kolpakovaadd sanity checks in core gpu pefrormance tests
2012-10-10 marina.kolpakovaGPU module performance tests are aligned with other...
2012-10-10 marina.kolpakovamove GPU utiluty functions in utility.cpp
2012-10-10 marina.kolpakovamain.cpp moved to perf_main.cpp
2012-10-08 Anatoly BaksheevFixed output log in GPU perf tests
2012-10-08 Anatoly Baksheevmore compilation fixes
2012-10-08 Anatoly Baksheevfixed compilation under Ubuntu without CUDA
2012-10-08 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-08 Anatoly Baksheevfixed compilation without CUDA
2012-10-08 Anatoly Baksheevadded MatCn enum to GPU perf tests
2012-10-08 Anatoly Baksheevfast nlm (class version)
2012-10-08 Anatoly Baksheevfast_nlm initial version
2012-10-07 marina.kolpakovafix for bug 2264
2012-10-05 Vladislav VinogradovMerge branch 'gpu-device-layer'
2012-10-05 Vladislav Vinogradovdeleted thrust header
2012-10-05 Vladislav Vinogradovmoved device layer headers to include directory
2012-10-05 Vladislav Vinogradovminor refactoring:
2012-10-04 Vladislav Vinogradovdisabled NPP resize for 8uc4+Cubic (Bug #2388)
2012-10-04 Vladislav Vinogradovdisabled NVidia test output by default
2012-10-02 Vadim Pisarevskyreplaced jpegs with png's. Accuracy tests pass; perform...
2012-10-01 Anatoly Baksheevwarnings
2012-10-01 Anatoly Baksheevadded CUDA_DISABLER preprocessor commands
2012-09-28 Marius MujaMerge branch 'master' of git://code.opencv.org/opencv
2012-09-28 marina.kolpakovafix device pointer alignmen in sft-based integral integ...
2012-09-28 marina.kolpakovafixed bit arifmetic in sft-based integral
2012-09-24 Anatoly Baksheevfixed bug in nln (out of border access)
2012-09-21 Anatoly Baksheevfixed warnings under windows
2012-09-20 Vladislav Vinogradovchanged the type of the arguments to const reference...
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-17 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-09-17 Andrey KamaevFix windows build warnings
2012-09-14 Andrey KamaevHonor resently added functionality in hdr_parser and...
2012-09-13 Vladislav Vinogradovdisabled utility code in gpu tests when WITH_CUDA=false
2012-09-13 Vladislav Vinogradovoptimized gpu pyrDown and sepFilter2D
2012-09-13 Vladislav Vinogradovfixed gpu perf tests (VideoCapture reopen)
2012-09-11 Vladislav Vinogradovseveral fixes in gpu module
2012-09-10 Vladislav Vinogradovadded Generalized Hough implementation
2012-09-07 AoD314add new version of CommandLineParser. add empty docs
2012-09-05 Yury ZemlyanskiyMerge remote-tracking branch 'itseez/opencv'
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-30 Vadim Pisarevskyadded a few missing images for tutorials; integrated...
2012-08-30 Vladislav Vinogradovfixed build without CUDA
2012-08-30 Vladislav Vinogradovfixed bug in buildPointList
2012-08-29 Anatoly Baksheevminor
2012-08-29 noobMerge branch 'master' of git://code.opencv.org/opencv
2012-08-29 Anatoly Baksheevadded GPU bilateral filter + tests
2012-08-29 Anatoly Baksheevrenamed device::bilaterl_filter kernel to device::disp_...
2012-08-29 Andrey KamaevMerge pull request #25 from sergiud/master
2012-08-29 Vladislav Vinogradovfixed gpu PyrLKSparse perf test
2012-08-28 Vadim Pisarevskyfixed many warnings (modified pull request 13)
2012-08-28 marina.kolpakovaadded test for caltech images
2012-08-24 Anatoly Baksheevminor
2012-08-24 Anatoly BaksheevFixed bug in BP_GPU
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-08-23 Andrey KamaevMerge branch 'norm_Matx' of git://github.com/vrabaud...
2012-08-23 Vladislav Vinogradovfixed type for threshold parameter
2012-08-23 Vladislav Vinogradovfixed gpu::integral for Kepler
2012-08-23 Vladislav Vinogradovgpu version of HoughCircles
2012-08-23 Anatoly Baksheevremoved /EHa flag for cuda compilation
2012-08-23 Anatoly Baksheevpossibility to enable /mp compiler flag from cmake
2012-08-23 Vsevolod GlumovMerge remote-tracking branch 'origin/master'
2012-08-23 marina.kolpakovaminor warning fix
2012-08-23 Anatoly Baksheevminor fix in FindTBB
2012-08-22 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-22 Vladislav Vinogradovoptimized gpu::integral for Kepler
2012-08-22 Andrey KamaevFix Windows build issues
2012-08-21 Leonid BeynensonMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Andrey KamaevMerge branch 'master' of git://github.com/vpas/opencv...
2012-08-20 Vladislav Vinogradovgpu::HoughLines : minor code improvements
2012-08-20 marina.kolpakovaremoved logging from test
2012-08-20 Vladislav VinogradovMerge branch 'gpu-tests'
2012-08-20 Vladislav Vinogradovminor gpu tests fix
2012-08-20 Vladislav Vinogradovremoved perf_gpu_cpu from CMake scripts
2012-08-19 marina.kolpakovamore warning fixes for GCC
2012-08-19 marina.kolpakovaupdated CascadeClassifier_GPU documentation
2012-08-19 marina.kolpakovafixed -Wstrict_alliasing warning for GCC
2012-08-19 marina.kolpakovarefactoring in Emulation
2012-08-19 marina.kolpakovafixed unused warnings
2012-08-19 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-19 Andrey KamaevFix build warnings
2012-08-19 Andrey KamaevMerge branch 'sergiud_vs2012rtm_support'
2012-08-19 Sergiu Dotencoadded missing includes
2012-08-18 Alexander MordvintesvMerge branch 'master' of code.opencv.org:opencv
2012-08-17 Andrey KamaevFix documentation build warnings in gpu module reference
2012-08-17 Vladislav Vinogradovmerged gpu_perf_cpu into gpu_perf
2012-08-17 Vladislav Vinogradovadded --cpu flag (run tests on CPU)
next