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.
 
 
 
 
 
 
Alexander Alekhin a42259421c Merge pull request #2794 from mletavin:pullreq/140516-median 11 years ago
..
accumulate.cl implemented OpenCL version of cv::accumulate**** 11 years ago
bilateral.cl White space fixes 11 years ago
blend_linear.cl
boxFilter.cl added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter 11 years ago
calc_back_project.cl
canny.cl added 3-channels support to cv::Canny 11 years ago
clahe.cl CLAHE 11 years ago
corner.cl ported corners to T-API 11 years ago
covardata.cl ported fast calculation of covar data 11 years ago
cvtcolor.cl added OpenCL RGB <-> Luv conversions 11 years ago
filter2D.cl improved cv::filter2D 11 years ago
filter2DSmall.cl Optimizes filter2D for Intel GPUs 11 years ago
filterSepCol.cl Changed integer operations to float for Intel devices 11 years ago
filterSepRow.cl Changed integer operations to float for Intel devices 11 years ago
filterSep_singlePass.cl Changed integer operations to float for Intel devices 11 years ago
gftt.cl improved performance of GFTT 11 years ago
histogram.cl optimized cv::calcHist 11 years ago
integral_sqrsum.cl
integral_sum.cl
laplacian5.cl added support of ksize >= 5 to cv::Laplacian 11 years ago
match_template.cl new scheme of sqrSum 11 years ago
medianFilter.cl Moved new kernels under conditional compilation to disable their build for 3-channel images; added condition to use new kernels only for images that are big enough 11 years ago
moments.cl improved performance of moments (on 720p or larger images) 11 years ago
morph.cl A more efficient workaround for erode 11 years ago
precornerdetect.cl implemented OpenCL version of cv::preCornerDetect 11 years ago
pyr_down.cl ocl: pyrUp/pyrDown 3-channel 11 years ago
pyr_up.cl ocl: pyrUp/pyrDown 3-channel 11 years ago
remap.cl TAPI: remap 3-channel 11 years ago
resize.cl Optimizes OpenCL resize and optical flow to use image extension. 11 years ago
threshold.cl Optimized memory access by using stride pattern 11 years ago
warp_affine.cl 3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective 11 years ago
warp_perspective.cl 3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective 11 years ago