333 Commits (f77d1f57eee1a8b9160b5bd2e312736bd6294b9e)

Author SHA1 Message Date
Jin Ma 97e620b8f3 Fix oclMat constructor when roi is provided. 12 years ago
yao f2333e90f6 optimize stereoBP kernel 12 years ago
yao c66e27d49e stereoBM fix an error on Linux when running full performance test 12 years ago
yao c1a59b8d80 more fix to HOG 12 years ago
yao f1d9680ba8 format the ocl's samples name 12 years ago
yao 587fb4940d some accuracy fix of HOG 12 years ago
peng xiao a5383b8627 Move function definition from header to cpp. 12 years ago
peng xiao e858a6c347 Renew function logic. 12 years ago
peng xiao 14dd345cdf Fix ocl::setBinaryDiskCache 12 years ago
peng xiao b2da1cdcc2 Temporarily disable command queue release as it causes program hang at exit 12 years ago
peng xiao fc64faa22e Remove empty cv::ocl::CLAHE class. 12 years ago
peng xiao dcc4766129 Fix white-spacing 12 years ago
Roman Donchenko 5b2b76763e Fix miscellaneous warnings from compiling with MinGW. 12 years ago
peng xiao 9270205947 Fix build errors 12 years ago
yao 2ec1140b25 fix pyrlk 12 years ago
peng xiao 132b885b24 Add opencl implementation of Farnback optical flow. 12 years ago
peng xiao cc3fb3d182 Let CLAHE_OCL reuse cv::CLAHE abstract class. 12 years ago
yao 1227e00f3d fix moments 12 years ago
yao dbdeff2069 fix stereobm crash on some cpu ocl 12 years ago
yao 6db776f957 add "-c" for cpu ocl mode in perf tests 12 years ago
peng xiao 290c8db0a8 Revise naming for getOclMat function. 12 years ago
peng xiao e129638263 Add a workaround to interpolate between oclMat and Input/OutputArray. 12 years ago
peng xiao c1f4fe1637 Fix a bug of convertTo. 12 years ago
Roman Donchenko 1ed5fb937d Give cv::ocl::CLAHE a virtual destructor, for the usual reasons. 12 years ago
yao 2c198f6cd6 revise accuracy and perf tests 12 years ago
yao 26c246140a optimize hog 12 years ago
peng xiao e6b18fc492 Fix a bug caused by NDEBUG macro; it is now removed. 12 years ago
peng xiao 5fd724b54a Add a function to query if global OpenCL context is initialized. 12 years ago
Peng Xiao d9ab22e4ed Fix two bugs related to opencl context. 12 years ago
Peng Xiao c8398c9fdc Use anonymous enumerations instead of constants 12 years ago
Peng Xiao 1d8cd3a717 Add ocl CLACH implementation. 12 years ago
Peng Xiao e77abeef16 Add a new global function to control ocl binary storage 12 years ago
peng xiao 429f84e59e Fix a bug of cornerHarris and cornerMinEigenVal. 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
peng xiao 97b86aa259 Initialize OpenCL context at the end of getDevice call. 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
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
yao c58e0d5d73 fix hog 12 years ago