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.
 
 
 
 
 
 
Roman Donchenko 0566ab4d3d Merge pull request #2078 from ilya-lavrenov:warn 11 years ago
..
cl_runtime ocl: update autogenerated code 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 fixing typo 11 years ago
blend.cpp fixed and generalized ocl::blendLinear 11 years ago
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 ocl: Canny: port CUDA-based implementation of edgesHysteresisLocal 11 years ago
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 ocl: split: update tests and implementation 11 years ago
cl_programcache.hpp fixing typo 11 years ago
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 fixing typo 11 years ago
error.cpp fixing typo 11 years ago
fft.cpp fixing typo 11 years ago
filtering.cpp intel device guard was added because of perf degradation on some non intel platform. 11 years ago
gemm.cpp fixing typo 11 years ago
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 fixing typo 11 years ago
kalman.cpp fixing typo 11 years ago
kmeans.cpp speeded up ocl::distanceToCenters 11 years ago
knearest.cpp fixing typo 11 years ago
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 fixing typo 11 years ago
moments.cpp modified the copyright info. 11 years ago
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 fixing typo 11 years ago
pyrdown.cpp fixing typo 11 years ago
pyrlk.cpp fixing typo 11 years ago
pyrup.cpp fixing typo 11 years ago
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 fixing typo 11 years ago
stereobm.cpp fixing typo 11 years ago
stereobp.cpp fixing typo 11 years ago
svm.cpp ocl: svm: restore non BLAS version 11 years ago
tvl1flow.cpp Resolved a bug and used ocl::multiply. 11 years ago