5200 Commits (e5c396bb24be0a0bb5c5f96de0f9bf3f3685489b)

Author SHA1 Message Date
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
alex77git c8abaea368 (tab to space) 2x 12 years ago
yao d8b192c84d Fix the mismatch on NV GPUs 12 years ago
ograycode 97e9368e75 Simple set of the camera index to allow the user to change it after the object has been initialized. 12 years ago
alex77git bc59428b3a Bug #2966, insert CV_Assert(size.width>0 && size.height>0); in imshow() 12 years ago
alex77git 6e7b1ef252 Bug #2967, void DescriptorMatcher::radiusMatch() // description unclear, 12 years ago
alex77git 44a2b109b7 Bug #2967, basic_structures.rst, fix 2 typos 12 years ago
Andrey Pavlenko 4af104aaae 'aapt' tool moved in SDK r22, adding support to run.py 12 years ago
yao 04399a27d0 fix a warning 12 years ago
yao 4162ebfad3 add OpticalFlowDual_TVL1_OCL function 12 years ago
yao 03c55db4fb fix the waring in gemm test 12 years ago
yao 5f20fce6fd add accuracy tests while running perf 12 years ago
Vladislav Vinogradov ec52096e30 removed VIBE implementation 12 years ago
peng xiao d053f2165d Add BFMatcher_OCL class alias for BruteForceMatcher_OCL. 12 years ago
peng xiao 3f93c3cc4e Clean up spaces in ocl.hpp 12 years ago
peng xiao df3997b108 Fix ocl::pyrUp 12 years ago
Dominik Rose 86ec9b79fd libd1394 2.x support for mingw on windows added 12 years ago
yao 1d1d28baf2 fix black screen when input Mat is large 12 years ago
peng xiao ac21cabda2 Copy ocl::queryDeviceInfo interface from master to 2.4. 12 years ago
Andrey Kamaev f856f78ac0 Update CMake scripts to recognize Qt 5.0 12 years ago
Andrey Kamaev 2665c39a0d Fix build warnings from gcc 4.8 12 years ago
yao e23884a238 fix the warnings in fft tests 12 years ago
Andrey Pavlenko d5881bc00a adding version info to test log 12 years ago
yao ada8f92cc7 fix warnings, unify test names 12 years ago
Bo Li 81779d8287 fixed pca bug for fixed mean input 12 years ago
peng xiao e14acabb3d Fix ocl moudle build with latest Intel OpenCL SDK. 12 years ago
peng xiao 69e6d0016e Optimize stereobm a bit. 12 years ago
yao b6313951dc use clean EXPECT_MAT_NEAR (no string output) 12 years ago
yao 35c6860f06 further simplify the logics in filter tests 12 years ago
yao 1a53e2cfb2 remove interpolation.hpp 12 years ago
yao 3928c1ee26 add copyrights 12 years ago
yao e4d3378230 simplify logics in filter tests, remove redundant code in arithm tests 12 years ago
yao 52dbbae82c some cleanup, remove some commented codes 12 years ago