5173 Commits (f77d1f57eee1a8b9160b5bd2e312736bd6294b9e)

Author SHA1 Message Date
Peng Xiao 1d8cd3a717 Add ocl CLACH implementation. 12 years ago
Vladislav Vinogradov 99a5b3417a added missing BackgroundSubtractorMOG2 parameters 12 years ago
Roman Donchenko 41482fe56c Erase MatchPairsBody's copy constructor. 12 years ago
Peng Xiao e77abeef16 Add a new global function to control ocl binary storage 12 years ago
Andrey Pavlenko 264d26e671 fixing empty Mat case 12 years ago
Peter Minin ab6be9b7b7 Add a variant of detectMultiScale with an argument 'weights' that 12 years ago
Leszek Swirski 7d0f6b4d68 Fix image saving from QT toolbar 12 years ago
Leszek Swirski 9a1cc06ebe Fix pixel value rendering for non-fixed-size QT windows 12 years ago
Roman Donchenko 8714cbac91 Fix a missing header path when building with Qt 4. 12 years ago
peng xiao 429f84e59e Fix a bug of cornerHarris and cornerMinEigenVal. 12 years ago
Roman Donchenko a954d3630f Add support for adding custom OpenCV modules. 12 years ago
Vladislav Vinogradov 31a5f7ef3c fixed bug #3069 (infinite loop in GPU LBP Cascade detectMultiScale) 12 years ago
Vladislav Vinogradov 89f3c40d79 fixed BroxOpticalFlow sanity test (increase epsilon value) 12 years ago
Vladislav Vinogradov 4a770535c4 fixed BoxFilter sanity test (different rounding results) 12 years ago
Vladislav Vinogradov 516e5b2563 fixed BroxOpticalFlow regression test 12 years ago
Vladislav Vinogradov 918381875a rewrite gpu/device/vec_math.hpp file 12 years ago
Vladislav Vinogradov 3aea7e8f8d fixed gpu module build on arm platform 12 years ago
peng xiao a7a94de74a Fix a bug of gfft. 12 years ago
yao dc937c10f9 change a test image of pyrlk 12 years ago
Vladislav Vinogradov bcf8bdb401 fixed constructors for functional objects (added __host__ modifier) 12 years ago
Vladislav Vinogradov 58e472754a fixed norm diff function (it uses pre-allocated buffer now) 12 years ago
Vladislav Vinogradov 0521e8908c fixed NPP error constants usage 12 years ago
Vladislav Vinogradov 013581f371 fixed GPU module compialtion with CMake 2.8.11 12 years ago
Roman Donchenko 8a4090fe3f Make AutoLock noncopyable (it would break on copying, anyway). 12 years ago
peng xiao 97b86aa259 Initialize OpenCL context at the end of getDevice call. 12 years ago
Roman Donchenko f90fd5b0da Split CLAHE into its own file, because it's faster that way. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
yao 15a213d3fc fix a crash on Linux 12 years ago
yao abefcc6061 Adjust perf_filters, as this function only supports 3x3 kernel 12 years ago
peng xiao b1c248fcc9 Fix ocl::filter2D. 12 years ago
peng xiao fdc133d8c9 Fix ocl::pyrup kernel build on Mac. 12 years ago
yao 5b598f8a0e a few fixes of ocl::perf test cases 12 years ago
yao 7ed9c0e87a Fix brute_force_matcher's hung on some Intel CPU OCL 12 years ago
peng xiao fd7ba355ee Add non-stump based ocl Haar cascade classifier support. 12 years ago
Vladislav Vinogradov 6b1c28ce6d fixed some gpu tests (different rounding results due to float arithmetics) 12 years ago
yao a9b7ff41bd adjust test cases 12 years ago
peng xiao d015fa76fa Fix 2.4 ocl Canny. 12 years ago
yao d81c145fa9 fix memory leak 12 years ago
yao 14bd6402be revise perf 12 years ago
peng xiao 1d0c283508 Fix a bug when pushing pointers of arguments into std::vector. 12 years ago
peng xiao 6fae02c05d Fix some OpenCL kernel file build errors on Mac. 12 years ago
Alexander Smorkalov 20fef00a77 android -> plarforms/android 12 years ago
abidrahmank ca09ba6852 Bug #2960 : docs about CV_BGR2GRAY 12 years ago
abidrahmank 98960bf201 A new python sample on grabcut 12 years ago
yao c58e0d5d73 fix hog 12 years ago
yao d45f9ef866 fix Linux build errors 12 years ago
yao a223b5624f fix pyrLK's mismatch on Intel GPUs 12 years ago
Jan Machacek 46b770f255 Fixed include name in OpenCL on OS X 12 years ago
peng xiao b4a4a05bdc Add ocl's good features to track implementation. 12 years ago
alex77git 445860d619 (typo) 12 years ago