Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ahb 49dfa5a17f Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8 11 years ago
..
cl_runtime Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8 11 years ago
opencl fixed a buffer overrun of ocl canny 11 years ago
arithm.cpp Merge pull request #1837 from asmorkalov:android_opencl 11 years ago
bgfg_mog.cpp
blend.cpp
brute_force_matcher.cpp ocl::BruteForceMatcher fix wrong use of oclMat::ptr(). 11 years ago
build_warps.cpp Some hacks to build and run OpenCL on Qualcomm S800. 11 years ago
canny.cpp
cl_context.cpp ocl: add support for initialization from user-provided OpenCL handles 11 years ago
cl_operations.cpp ocl: try to disable clFinish workaround 11 years ago
cl_programcache.cpp
cl_programcache.hpp
color.cpp Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA. 11 years ago
columnsum.cpp
error.cpp
fft.cpp
filtering.cpp intel device guard was added because of perf degradation on some non intel platform. 11 years ago
gemm.cpp
gftt.cpp fixed warning [-Wempty-body] 11 years ago
haar.cpp remove extra calculations from haar to be consistent with native implementation 11 years ago
hog.cpp Changes the datatype of the angle of the gradient for Intel platforms. 11 years ago
imgproc.cpp optimize Dx and Dy calcualtion to make it as single opencl kernel 11 years ago
interpolate_frames.cpp
kalman.cpp
kmeans.cpp speeded up ocl::distanceToCenters 11 years ago
knearest.cpp
match_template.cpp fix match_template and haar 11 years ago
matrix_operations.cpp Some hacks to build and run OpenCL on Qualcomm S800. 11 years ago
mcwutil.cpp
moments.cpp
mssegmentation.cpp Warning fixes and suppression in ocl module for gcc 4.6 from Android NDK. 11 years ago
optical_flow_farneback.cpp Some hacks to build and run OpenCL on Qualcomm S800. 11 years ago
precomp.hpp
pyrdown.cpp
pyrlk.cpp
pyrup.cpp
safe_call.hpp Enabled CV_Assert and such to print the function name with Visual C++. 11 years ago
sort_by_key.cpp Some hacks to build and run OpenCL on Qualcomm S800. 11 years ago
split_merge.cpp fixed Split for device version equals 78712 11 years ago
stereo_csbp.cpp
stereobm.cpp
stereobp.cpp
svm.cpp ocl: svm: restore non BLAS version 11 years ago
tvl1flow.cpp