.. |
accumulate.cl
|
implemented OpenCL version of cv::accumulate****
|
2014-01-29 11:42:46 +04:00 |
bilateral.cl
|
White space fixes
|
2014-04-15 09:32:34 -07:00 |
blend_linear.cl
|
added cv::blendLinear
|
2013-12-10 13:07:52 +04:00 |
boxFilter.cl
|
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
|
2014-03-24 14:31:42 +04:00 |
boxFilterSmall.cl
|
optimized cv::boxFilter
|
2014-06-16 17:00:10 +04:00 |
calc_back_project.cl
|
added cv::calcBackProject for 2-dimensional histograms
|
2013-12-26 19:17:32 +04:00 |
canny.cl
|
added 3-channels support to cv::Canny
|
2014-03-24 13:02:54 +04:00 |
clahe.cl
|
CLAHE
|
2013-12-27 10:12:22 +04:00 |
corner.cl
|
corners
|
2014-07-10 17:17:24 +04:00 |
covardata.cl
|
ported fast calculation of covar data
|
2014-03-06 15:40:27 +04:00 |
cvtcolor.cl
|
cvtColor - optimized index calculations; usage of build-in functions
|
2014-06-23 02:10:42 +04:00 |
filter2D.cl
|
improved cv::filter2D
|
2014-03-26 14:19:59 +04:00 |
filter2DSmall.cl
|
Optimizes filter2D for Intel GPUs
|
2014-04-23 10:20:09 -07:00 |
filterSep_singlePass.cl
|
Change local size
|
2014-06-26 15:43:40 +04:00 |
filterSepCol.cl
|
Changed integer operations to float for Intel devices
|
2014-04-23 11:00:32 +04:00 |
filterSepRow.cl
|
Changed integer operations to float for Intel devices
|
2014-04-23 11:00:32 +04:00 |
gftt.cl
|
improved performance of GFTT
|
2014-03-06 09:19:40 +04:00 |
histogram.cl
|
cv::equalizeHist
|
2014-06-10 19:32:46 +04:00 |
integral_sum.cl
|
Change kernel for optimization. Remove restriction to align data
|
2014-06-24 18:32:52 +04:00 |
laplacian5.cl
|
added support of ksize >= 5 to cv::Laplacian
|
2014-03-31 13:17:58 +04:00 |
match_template.cl
|
Fixed core for CCORR and SQDIFF. Used float instead of int for CV_8U. Fixed conditions for call dft.
|
2014-06-23 11:37:47 +04:00 |
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
|
2014-05-27 16:16:00 +04:00 |
moments.cl
|
replaced factors computation by precomputed values, added kernel for
|
2014-06-23 11:04:39 +04:00 |
morph.cl
|
optimized some operations
|
2014-06-27 12:52:29 +04:00 |
precornerdetect.cl
|
implemented OpenCL version of cv::preCornerDetect
|
2014-01-22 13:46:26 +04:00 |
pyr_down.cl
|
Added new border types for pyrDown
|
2014-05-26 13:57:03 +04:00 |
pyr_up.cl
|
Removed storing of zeros in local memory
|
2014-06-17 17:24:11 +04:00 |
remap.cl
|
TAPI: remap 3-channel
|
2014-03-10 20:35:10 +04:00 |
resize.cl
|
Optimizes OpenCL resize and optical flow to use image extension.
|
2014-04-14 16:09:17 -07:00 |
threshold.cl
|
Optimized memory access by using stride pattern
|
2014-05-16 10:22:03 +04:00 |
warp_affine.cl
|
optimization of cv::warpAffine INTER_CUBIC
|
2014-06-17 00:47:19 +04:00 |
warp_perspective.cl
|
3-channel support in OpenCL kernels for setTo, resize, warpAffine and warpPerspective
|
2014-02-12 19:29:18 +04:00 |