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.
 
 
 
 
 
 
Tom Stellard 42b1bd56cc ocl: Move static oclMat variables into FarnebackOpticalFlow class 10 years ago
..
cl_runtime Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8 11 years ago
opencl ocl: Don't use 'inline' attribute on functions 10 years ago
arithm.cpp typos 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: Change static variable order in cl_context.cpp to avoid crashes during destruction 10 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 Fixed typos in comments 11 years ago
filtering.cpp remove intel guard since the code is 2 times faster on AMD too 11 years ago
gemm.cpp fixing typo 11 years ago
gftt.cpp remove unused variable in findCorners_caller() 11 years ago
haar.cpp Revert "Merge pull request #1779 from perping:integral_2.4" 11 years ago
hog.cpp ocl: Fix crash during destruction of gauss_w_lut object in hog.cpp 10 years ago
imgproc.cpp Revert "Merge pull request #1779 from perping:integral_2.4" 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 Revert "Merge pull request #1779 from perping:integral_2.4" 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 remove unused variable in ocl_moments() 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 ocl: Move static oclMat variables into FarnebackOpticalFlow class 10 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