merged the trunk r8669:8702
[profile/ivi/opencv.git] / modules / gpu / src / brute_force_matcher.cpp
2012-06-28 Marina Kolpakovamerged the trunk r8669:8702
2012-03-27 Vladislav Vinogradovadded assertion on device features (global atomics...
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-10-13 Anatoly Baksheevgpu module: refactored devmem2d.hpp (atomic bomb)
2011-10-12 Vladislav Vinogradovbug fix
2011-10-12 Vladislav Vinogradovnew optimized implementation of BruteForceMatcher_GPU...
2011-09-27 Vladislav Vinogradovimplemented optimized version of bf_radius_match for...
2011-09-26 Vladislav Vinogradovimplemented optimized version of gpu::bf_radius_match
2011-09-14 Vladislav Vinogradovminor gpu module refactoring: split big .cu files,...
2011-09-05 Vladislav Vinogradovadded GpuFeature assertion to gpu::Canny
2011-08-30 Vladislav Vinogradovoptimized memory usage in BruteForceMatcher_GPU_base...
2011-08-29 Vladislav Vinogradovrefactored gpu::BruteForceMatcher (moved some utility...
2011-08-15 Vladislav Vinogradovimplement optimized version of gpu::BruteForceMatcher...
2011-08-10 Vladislav Vinogradovadded registerPageLocked/unregisterPageLocked functions
2011-08-09 Vladislav Vinogradovminor stitching optimization (improve buffer reuse)
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-05-31 Vladislav Vinogradovmodified according to CUDA 4.0 API updates
2011-05-16 Vladislav Vinogradovadded support of Hamming distance to BruteForceMatcher_GPU
2011-05-04 Vladislav Vinogradovfixed bug in BruteForceMatcher_GPU::knnMatch (allDist...
2011-02-15 Anatoly Baksheevminor + warnings
2011-02-15 Anatoly Baksheevfixed some warnings
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-02-09 Alexey Spizhevoyrenamed gpu::DeviceInfo::has into gpu::DeviceInfo:...
2011-01-31 Vladislav Vinogradovfixed gpu tests (BruteForceMatcher_GPU, divide, phase...
2011-01-28 Alexey Spizhevoyreafactoring: replaced query device props functions...
2011-01-26 Vladislav Vinogradovfixed BruteForceMatcher_GPU (fails if input data is...
2010-12-20 Vladislav Vinogradovadded SURF_GPU.
2010-12-13 Vladislav Vinogradovfixed compile error under linux
2010-12-06 Vladislav Vinogradovadded assertion on Compute Capability >= 1.1 to BruteFo...
2010-12-06 Vladislav Vinogradovadded BruteForceMatcher_GPU