8108 Commits (9d87f9c9740dd1128d25ad72bb2684ad7720ef01)

Author SHA1 Message Date
peng xiao 68a8a11161 Rewrite distanceToCenters. 11 years ago
Roman Donchenko 1188894133 Fixed indentation in CV_FFmpegWriteBigVideoTest::run. 11 years ago
Roman Donchenko 2ca49eef37 Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. 11 years ago
Roman Donchenko 5a5d569d72 Changed MPEG-2 resolution in the FFmpeg test. 11 years ago
Roman Donchenko 260c2e0b08 Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp. 11 years ago
Ilya Lavrenov 9ea6001d08 enabled ocl::bilateralFilter ROI testing 11 years ago
yao dd0fa63ca8 fix the bug of ocl::bruteForceMatcher 11 years ago
Vadim Pisarevsky 6416c33020 fixed some bugs in OpenCL branch of UMat implementation; maybe now the tests will finally pass?! (please ;( ) 11 years ago
Vadim Pisarevsky ace0d4bad0 hopefully, the last test failures are fixed now 11 years ago
Vadim Pisarevsky 5920bd4f2e fixed whitespace errors 11 years ago
Vadim Pisarevsky caa33b2242 added first very simple test for UMat<=>Mat conversion 11 years ago
Leszek Swirski 6e4fb8f275 Replace $(Configuration) with $<CONFIGURATION> 11 years ago
Alexander Alekhin 4b17d073c0 cmake: fix linker dependencies for opencv_java 11 years ago
Roman Donchenko f51e490bad Fixed a Wmissing-declarations warning when compiling with MinGW. 11 years ago
Vadim Pisarevsky b1aa4a4913 yet another attempt to fix test failures 11 years ago
Vadim Pisarevsky e14171fd33 fixed crash in Python bindings 11 years ago
Vadim Pisarevsky a9065b7d0c trying to fix failures in tests 11 years ago
Vadim Pisarevsky 303df78cca removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now 11 years ago
Roman Donchenko dfe07df87b Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. 11 years ago
Ilya Lavrenov dab3000778 fixed bug in ocl::equalizeHist 11 years ago
Peng Xiao 4b712eeded Update imgproc_canny.cl 11 years ago
Alexander Alekhin 133d889e33 ocl: show diff 11 years ago
konstantin 9f0995fbe0 try to made compatible with mac 11 years ago
Ilya Lavrenov 5864895ec6 fixed ocl::copyMakeBorder 11 years ago
konstantin ebb2c3e01f try to fix build error 11 years ago
Ilya Lavrenov 7c1443cbdd fixed an accuracy test for ocl::resize (in some cases dsize.area() was equal to 0) 11 years ago
konstantin 2f62940a0e Added few opencl optimizations (as Intel platform codepath): 11 years ago
Ilya Lavrenov 29499ed51a moved to relative errors in ocl::norm tests 11 years ago
Ilya Lavrenov 87fc3441f2 workaround for cv::multiply bug 11 years ago
Roman Donchenko 424a7b0ab0 Changed MPEG-2 resolution in the FFmpeg test. 11 years ago
Roman Donchenko 3f3ae33327 Decoupled test_ffmpeg.cpp from ffmpeg_codecs.hpp. 11 years ago
Roman Donchenko eb86d37b26 Removed some dubious FFmpeg hack that no longer works. 11 years ago
Vadim Pisarevsky 5a34272150 fixed build on Windows 11 years ago
Vadim Pisarevsky de521fc9fa fixed some more compile bugs (including Python bindings) 11 years ago
Vadim Pisarevsky d3076c5014 hopefully, fixed compile errors on Win & Linux; fixed getMatVector() so core & imgproc tests now pass; fixed doc builder errors 11 years ago
Roman Donchenko 779acfa715 Suppressed -Wundef in bioinspired, because of OpenCL headers. 11 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 11 years ago
Vadim Pisarevsky 278fb617d2 the first draft of transparent API and new UMat class. 11 years ago
look4pritam 8c121d372a Small OpenCV-CUDA bugs are fixed. 11 years ago
Jose-Luis Blanco-Claraco 80e667b647 Minimized the number of arguments required to workaround the MSVC2013 compiler bug. 11 years ago
Jose-Luis Blanco-Claraco 77023e2366 Added comment to features2d_init.cpp explaining the reason for the extra parameters. 11 years ago
Alexander Alekhin e7fd053478 ocl: fix FFT initialization 11 years ago
Alexander Alekhin 9acca12d2d ocl: workaround for ProgramCache cleanup issue, use RAII to print kernel build error 11 years ago
Jose-Luis Blanco-Claraco c33ca77838 Undo changing whitespace. 11 years ago
Jose-Luis Blanco-Claraco bec35eeddb Avoid duplicated variable declarations. 11 years ago
Ilya Lavrenov 9d923b50ac fixed ocl::Laplacian for case when scale != 1 11 years ago
Ilya Lavrenov 6085c416a7 missed initialization of kernel size 11 years ago
peng xiao 7285341083 1. Let btvRegWeights to be constant per `process` call. 11 years ago
Jose-Luis Blanco-Claraco 52a904e17b Fixed MSVC 2013 build errors and workaround for an internal compiler crash. 11 years ago
Nghia Ho 2238e711b5 Copied errorCovPre to errorCovPost. This allows the correct behaviour of the uncertainty to grow when there is missing data for each predict step. 11 years ago