added dual tvl1 optical flow gpu implementation
[profile/ivi/opencv.git] / modules / gpu / src / cuda / surf.cu
2013-02-04 Andrey KamaevMerge pull request #395 from LeonidBeynenson:fix_ml_lar...
2013-02-01 Andrey KamaevMerge pull request #400 from ilysenkov:bugfix_2560
2013-02-01 Andrey KamaevMerge pull request #397 from ilysenkov:bugfix_2677
2013-02-01 Andrey KamaevMerge pull request #398 from ilysenkov:bugfix_2330
2013-01-30 Andrey KamaevMerge pull request #373 from ilysenkov:bugfix_2440
2013-01-30 Andrey KamaevMerge pull request #370 from ilysenkov:bugfix_1747
2013-01-30 Andrey KamaevMerge pull request #368 from ilysenkov:checkSubset-fix
2013-01-29 Andrey KamaevMerge pull request #346 from taka-no-me:decouple_V4L2
2013-01-29 Andrey KamaevRebase and merge pull request #342 from ilysenkov/bugfi...
2013-01-29 Andrey KamaevMerge pull request #339 from vpisarev:core_fixes
2013-01-29 Andrey KamaevMerge pull request #355 from asmaloney:copy_paste_cond
2013-01-29 Andrey KamaevMerge pull request #354 from asmaloney:fix_mem_dealloc
2013-01-29 Andrey KamaevMerge pull request #347 from asmorkalov:WITH_FFMPEG_logic
2013-01-29 Vadim PisarevskyMerge pull request #351 from vpisarev:python_fixes
2013-01-29 cuda-geekMerge pull request #353 from asmaloney:arg_checks
2013-01-29 cuda-geekMerge pull request #328 from jet47:new-gpu-fixes
2013-01-23 Vladislav Vinogradovoptimizations:
2013-01-23 Vladislav Vinogradovfixes for gpu module:
2012-11-28 Andrey KamaevMerge pull request #175 from taka-no-me:run_py
2012-11-26 Andrey KamaevMerge pull request #183 from apavlenko:perf/android_fil...
2012-11-26 Andrey KamaevMerge pull request #185 from apavlenko:bug2569/simplify...
2012-11-26 marina.kolpakovaMerge pull requst #177 from cuda-geek/another-one-integ...
2012-11-24 marina.kolpakovareplace offsets in surf to simple copy for better speed
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-12 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-12 marina.kolpakovaOne more fix for Kepler-specific gpu::integral usage
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-01 Anatoly Baksheevadded CUDA_DISABLER preprocessor commands
2012-09-04 Alexander SmorkalovMerge branch 'master' of git://code.opencv.org/opencv
2012-08-23 Anatoly BaksheevRemoved PtrElemStep, Marked DevMem1D as deprecated...
2012-07-25 marina.kolpakovafixed SURf according to clockwise descriptor convention
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-08 Marina Kolpakovafixed hundreds of "anonymous" warnings for gpu module.
2012-03-27 Vladislav Vinogradovadded assertion on device features (global atomics...
2012-03-26 Vladislav Vinogradovfixed octave computation in SURF_GPU
2012-02-13 Vladislav Vinogradovfixed build under linux
2012-01-30 Vladislav Vinogradovfixed bug in SURF_GPU
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-09-12 Vladislav Vinogradovminor
2011-09-12 Vladislav Vinogradovfixed bug in SURF_GPU (memory access error)
2011-09-06 Vladislav Vinogradovadded bicubic interpolation to gpu::remap
2011-09-05 Vladislav Vinogradovadded assertion for small image sizes to SURF_GPU ...
2011-08-31 Vladislav Vinogradovimplemented gpu::remap for all types
2011-08-29 Vladislav Vinogradovrefactored gpu::BruteForceMatcher (moved some utility...
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-08-08 Vladislav Vinogradovfixed #1279
2011-08-03 Vladislav Vinogradovgpu device layer code refactoring
2011-06-14 Vladislav Vinogradovadded __forceinline__ to device functions
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-05-25 Vladislav Vinogradovfixed bug in SURF_GPU (compute descriptors, tid < 25)
2011-05-25 Vladislav Vinogradovfixed bug in SURF_GPU (reduce_sum25)
2011-05-24 Vladislav Vinogradovminor optimization of SURF_GPU (orientation calculation...
2011-05-23 Vladislav Vinogradovminor SURF_GPU optimization (descriptor calculation...
2011-05-23 Vladislav Vinogradovminor optimization of SURF_GPU (reduce memory transfers...
2011-03-16 Vladislav Vinogradovfixed some warnings in surf.cu
2011-03-15 Vladislav Vinogradovfixed mask calculation in SURF_GPU
2011-03-14 Vladislav Vinogradovfixed surf.cu compilation on CC 2.0
2011-03-10 Vladislav Vinogradovmade GPU version of SURF more consistent with CPU one
2011-02-22 Vladislav Vinogradovtemporarily disabled compute descriptor kernel for...
2011-02-15 Vladislav Vinogradovfixed descriptor calculation in SURF_GPU
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-02-09 Vladislav Vinogradovfixed block size calculation in SURF_GPU (fasthessian_g...
2011-01-24 Vladislav Vinogradovadded gpu threshold.
2010-12-21 Vladislav Vinogradovadded gpu transpose and integral based on NPP Staging.
2010-12-20 Vladislav Vinogradovadded SURF_GPU.