opencv/modules/imgproc/src/opencl
2014-01-17 11:13:28 +04:00
..
bilateral.cl added cv::bilateralFilter to T-API 2013-12-09 16:03:25 +04:00
blend_linear.cl added cv::blendLinear 2013-12-10 13:07:52 +04:00
boxFilter.cl Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 2013-12-11 16:57:47 +04:00
calc_back_project.cl added cv::calcBackProject for 2-dimensional histograms 2013-12-26 19:17:32 +04:00
canny.cl ported cv::Canny to T-API 2014-01-17 11:13:28 +04:00
clahe.cl CLAHE 2013-12-27 10:12:22 +04:00
cvtcolor.cl try to eliminate failure in opencv_imgproc_test 2013-12-02 12:13:50 +04:00
filter2D.cl Fix problems with border extrapolation in kernel. Add Isolated/Nonisolated borders. 2013-12-11 14:26:33 +04:00
filterSepCol.cl Add ocl implementation of the sepFilter2D into img_proc module. 2013-12-25 16:48:32 +04:00
filterSepRow.cl Add ocl implementation of the sepFilter2D into img_proc module. 2013-12-25 16:48:32 +04:00
histogram.cl added cv::equalizeHist to T-API 2013-12-13 19:46:20 +04:00
integral_sqrsum.cl added cv::intergal to T-API 2013-12-06 13:18:25 +04:00
integral_sum.cl added cv::intergal to T-API 2013-12-06 13:18:25 +04:00
medianFilter.cl Fixed medianFilter 2013-12-17 11:04:54 +04:00
moments.cl improved performance of moments (on 720p or larger images) 2013-12-26 23:29:04 +04:00
morph.cl some fixes 2013-12-26 09:55:18 +04:00
pyr_down.cl Added ocl::pyrUp to T-API 2013-12-19 17:21:50 +04:00
pyr_up.cl Added ocl::pyrUp to T-API 2013-12-19 17:21:50 +04:00
remap.cl added cv::remap to T-API 2013-12-04 00:43:43 +04:00
resize.cl added perf tests for T-API warp operations 2014-01-13 13:10:26 +04:00
threshold.cl added cv::threshold to T-API 2013-12-04 13:45:44 +04:00
warp_affine.cl added cv::warpAffine to T-API 2013-12-04 00:43:43 +04:00
warp_perspective.cl added cv::warpPerspective to T-API 2013-12-04 00:43:42 +04:00