.. |
arithm_absdiff_nonsaturate.cl
|
fixed kernel compilation warnings on MacOSX
|
2013-10-10 22:56:39 +04:00 |
arithm_add_mask.cl
|
refactored arithm binary operations in order to make them more scalable
|
2013-10-04 12:13:22 +04:00 |
arithm_add_scalar_mask.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_add_scalar.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_add.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_addWeighted.cl
|
refactored and extended ocl::addWeighted
|
2013-09-24 13:51:37 +04:00 |
arithm_bitwise_binary_mask.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_bitwise_binary_scalar_mask.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_bitwise_binary_scalar.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_bitwise_binary.cl
|
some optimization of binary ocl::bitwise operations
|
2013-10-13 23:25:59 +04:00 |
arithm_bitwise_not.cl
|
fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2
|
2013-10-02 16:09:29 +04:00 |
arithm_cartToPolar.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_compare.cl
|
refactored and extended ocl::compare
|
2013-09-24 13:58:18 +04:00 |
arithm_exp.cl
|
refactored and extended ocl::exp and ocl::log
|
2013-09-24 14:02:01 +04:00 |
arithm_flip_rc.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_flip.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
arithm_log.cl
|
refactored and extended ocl::exp and ocl::log
|
2013-09-24 14:02:01 +04:00 |
arithm_LUT.cl
|
refactored and extended ocl::LUT
|
2013-09-24 13:49:38 +04:00 |
arithm_magnitude.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_minMax_mask.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_minMax.cl
|
fixed ocl::minMax
|
2013-09-27 16:25:10 +04:00 |
arithm_minMaxLoc_mask.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_minMaxLoc.cl
|
fixed minMaxLoc kernel (removed compilation errors)
|
2013-09-25 15:14:10 +04:00 |
arithm_nonzero.cl
|
fixed ocl::countNonZero
|
2013-09-27 17:35:06 +04:00 |
arithm_phase.cl
|
fixed ocl::phase
|
2013-09-30 16:02:14 +04:00 |
arithm_polarToCart.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_pow.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
arithm_setidentity.cl
|
fixed ocl::setIdentity
|
2013-09-30 16:54:09 +04:00 |
arithm_sum.cl
|
fixed kernel compilation warnings on MacOSX
|
2013-10-10 22:56:39 +04:00 |
arithm_transpose.cl
|
reverted and generalized original ocl::transpose
|
2013-09-25 14:22:37 +04:00 |
bgfg_mog.cl
|
Removed the trailing whitespace
|
2013-08-29 14:06:03 +08:00 |
blend_linear.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
brute_force_match.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
build_warps.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
convertC3C4.cl
|
fixed convertC3C4 and convertC4C3 functions in case cols == 1
|
2013-10-03 10:45:15 +04:00 |
cvt_color.cl
|
ocl::cvtColor works with ROI properly
|
2013-10-13 23:09:14 +04:00 |
filter_sep_col.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
filter_sep_row.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
filtering_adaptive_bilateral.cl
|
add adaptive bilateral filter (cpp and ocl version)
|
2013-08-29 10:48:15 +08:00 |
filtering_boxFilter.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
filtering_laplacian.cl
|
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
|
2013-10-17 12:23:56 +04:00 |
filtering_morph.cl
|
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
|
2013-10-17 12:23:56 +04:00 |
haarobjectdetect_scaled2.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
haarobjectdetect.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
imgproc_bilateral.cl
|
refactored filters in the ocl module; added an accuracy tests for ocl::medianFilter
|
2013-10-17 12:23:56 +04:00 |
imgproc_calcHarris.cl
|
Fix a bug of cornerHarris and cornerMinEigenVal.
|
2013-06-06 11:44:35 +08:00 |
imgproc_calcMinEigenVal.cl
|
Fix a bug of cornerHarris and cornerMinEigenVal.
|
2013-06-06 11:44:35 +08:00 |
imgproc_canny.cl
|
Fix 2.4 ocl Canny.
|
2013-05-29 14:15:26 +08:00 |
imgproc_clahe.cl
|
added ROI support to ocl::CLAHE
|
2013-10-18 16:31:52 +04:00 |
imgproc_columnsum.cl
|
added ROI support to ocl::columnSum
|
2013-10-18 16:33:48 +04:00 |
imgproc_convolve.cl
|
added ROI support to ocl::convolve
|
2013-10-18 16:36:11 +04:00 |
imgproc_copymakeboder.cl
|
fixed ocl::copyMakeBorder
|
2013-10-23 23:52:05 +04:00 |
imgproc_gftt.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
imgproc_histogram.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
imgproc_integral_sum.cl
|
use float when sum overflow
|
2013-04-23 17:23:05 +08:00 |
imgproc_integral.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
imgproc_median.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
imgproc_remap.cl
|
added reflect, reflect101, replicate, wrap border types to ocl::remap
|
2013-10-19 23:38:50 +04:00 |
imgproc_resize.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
imgproc_threshold.cl
|
Fix some OpenCL kernel file build errors on Mac.
|
2013-05-28 11:12:05 +08:00 |
imgproc_warpAffine.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
imgproc_warpPerspective.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
interpolate_frames.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
kernel_radix_sort_by_key.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
kernel_sort_by_key.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
kernel_stablesort_by_key.cl
|
Add sort_by_key for oclMat.
|
2013-07-18 17:25:00 +08:00 |
kmeans_kernel.cl
|
fix the function name
|
2013-07-05 08:59:21 +08:00 |
knearest.cl
|
Added knearest neighbor of OpenCL version.
|
2013-09-22 10:23:54 +08:00 |
match_template.cl
|
fix the compile errors on Mac
|
2013-04-12 17:38:59 +08:00 |
meanShift.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
merge_mat.cl
|
fixed ocl::merge in case of 2 and types CV_32S and CV_32F
|
2013-09-09 16:12:01 +04:00 |
moments.cl
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
objdetect_hog.cl
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
operator_convertTo.cl
|
extended ocl::convertTo
|
2013-09-12 12:39:03 +04:00 |
operator_copyToM.cl
|
fixed ocl::oclMat::setTo for 2-channel images
|
2013-09-20 15:57:38 +04:00 |
operator_setTo.cl
|
fixed ocl::oclMat::setTo for 2-channel images
|
2013-09-20 15:57:38 +04:00 |
operator_setToM.cl
|
fixed ocl::oclMat::setTo for 2-channel images
|
2013-09-20 15:57:38 +04:00 |
optical_flow_farneback.cl
|
Fix white-spacing
|
2013-06-27 09:57:42 +08:00 |
pyr_down.cl
|
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
|
2013-09-10 17:36:18 +04:00 |
pyr_up.cl
|
fixed ocl::pyrUp for 2-byte types
|
2013-09-15 19:56:05 +04:00 |
pyrlk.cl
|
a little simplify to pyrlk kernel
|
2013-07-17 14:35:44 +08:00 |
split_mat.cl
|
Allow OpenCL acceleration in every OpenCV module
|
2013-03-21 17:57:01 +04:00 |
stereobm.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
stereobp.cl
|
enabled accuracy tests for the functions that use inside AMD Blas/Fft
|
2013-10-11 00:37:52 +04:00 |
stereocsbp.cl
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
svm.cl
|
Add opencl svm.
|
2013-09-30 16:17:19 +08:00 |
tvl1flow.cl
|
Make some tweaks to make sum operations less frequently
|
2013-08-27 11:42:54 +08:00 |