89 Commits (27ecc999cbfa929bdd372e53e115b160613193bb)

Author SHA1 Message Date
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions 13 years ago
Alexey Spizhevoy e428a0c681 Fixed a compile-time error 13 years ago
Alexey Spizhevoy 5c459aa815 Added the GPU version of the Farneback's optical flow 13 years ago
Vladislav Vinogradov 5af529c1bd fixed and updated gpu implementation of separable liner filters 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Vladislav Vinogradov a10fed8fd1 added GoodFeaturesToTrackDetector_GPU and PyrLKOpticalFlow to gpu module 13 years ago
Vladislav Vinogradov 75ac4362ca removed ASSERT_NO_THROW 13 years ago
Vladislav Vinogradov 1d1da9c5d6 added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal 13 years ago
Vladislav Vinogradov f0356004bc minor fix 13 years ago
Vladislav Vinogradov af59a75ffc fixed bug with submatrix in some gpu functions 13 years ago
Vladislav Vinogradov 5e38cf8042 added FAST_GPU and ORB_GPU classes 13 years ago
Vladislav Vinogradov 0f53f2993e removed BEGIN_OPENCV_DEVICE_NAMESPACE macros 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Vladislav Vinogradov 938b1b67d1 fixed optical flow test for devices with cc >= 2.0 13 years ago
Vladislav Vinogradov daf50f8e0d fixed compilation error 13 years ago
Vladislav Vinogradov e7502e7641 implemented gpu::gemm via CUBLAS 13 years ago
Vladislav Vinogradov b0536279eb added wrappers for BroxOpticalFlow and interpolateFrames 13 years ago
Alexey Spizhevoy 916703c6e5 Updated optimal block size estimation in gpu::convolve() 13 years ago
Vladislav Vinogradov f38596b783 implemented brute force convolve for small kernel sizes 13 years ago
Vladislav Vinogradov ed749c4bfe added missing arithm operations to gpu module 13 years ago
Vladislav Vinogradov d6d7ac9cee fixed tests for BruteForceMatcher_GPU::radiusMatch 13 years ago
Vladislav Vinogradov 8b23c79294 implemented gpu::reduce 13 years ago
Vladislav Vinogradov 0aaaad1ea8 implemented gpu::addWeighted 13 years ago
Vladislav Vinogradov 64119dd924 implemented gpu::copyMakeBorder for all border modes 13 years ago
Vladislav Vinogradov b2079d6de1 implemented gpu::resize for all types 13 years ago
Vladislav Vinogradov 84022779a1 added bicubic interpolation to gpu::remap 13 years ago
Vladislav Vinogradov ef430882a1 fixed build under linux 13 years ago
Vladislav Vinogradov ea2f5b1391 added BORDER_REFLECT and BORDER_WRAP support to gpu module 13 years ago
Vladislav Vinogradov 47d68f6967 implemented gpu::remap for all types 13 years ago
Vladislav Vinogradov 5f9e47a9cd refactored gpu::BruteForceMatcher (moved some utility functions to device layer) 13 years ago
Alexey Spizhevoy 50b72197ab fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341 13 years ago
Vladislav Vinogradov 173ac5a64b optimized gpu pyrDown and pyrUp 13 years ago
Vladislav Vinogradov 0ed6d86a49 optimized some gpu::cvtColor functions 13 years ago
Vladislav Vinogradov 971e35f283 fixed bug in gpu::cvtColor 13 years ago
Vladislav Vinogradov 6e3a1f7b49 implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2 13 years ago
Vladislav Vinogradov bad7dadb75 added remap test, fix compilation error 13 years ago
Vladislav Vinogradov f4f38fcced fixed gpu test failure on empty test data 13 years ago
Vladislav Vinogradov 12b7090a6f fixed some warnings under win64 13 years ago
Vladislav Vinogradov 767ac9aa10 added gpu::Canny function 13 years ago
Vladislav Vinogradov dfaa8af6ee fixed #1279 13 years ago
Vadim Pisarevsky fc4d64ae6b temporarily fixed #1279 13 years ago
Vladislav Vinogradov 6ff975af9e added gpu::equalizeHist function 13 years ago
Vladislav Vinogradov 33df5ea07b added gpu::calcHist function 13 years ago
Vladislav Vinogradov e746b3e8ae added buffered version of pyrDown and pyrUp 13 years ago
Anatoly Baksheev 3a1beb1c01 added cv::gpu::pow, ticket #1227 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Alexey Spizhevoy 8a3d1937c3 fixed BFM GPU test compile-time error on ubuntu x64 in debug mode 14 years ago
Anatoly Baksheev e1dd41d1e2 - fixed SetTo tests for GPU (a problem in test code) 14 years ago
Alexey Spizhevoy e9837b0aa9 added support of old CC into GPU mean shift routines 14 years ago
Alexey Spizhevoy 5f4ba8055f added tests for pyrDown and pyrUp (gpu) 14 years ago