opencv/modules/imgproc/perf/opencl
Alexander Alekhin f2e41ce391 ocl: fix input data for Canny perf test
"declare.in(img, WARMUP_RNG)" overrides input image with random values

Also added support for different input sizes (via cv::resize)
2016-08-09 15:49:22 +03:00
..
perf_3vs4.cpp
perf_accumulate.cpp
perf_blend.cpp
perf_color.cpp Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes 2014-10-08 17:25:51 +04:00
perf_filters.cpp
perf_gftt.cpp
perf_houghLines.cpp Added performance test for OCL version of HoughLines and HoughLinesP 2014-09-30 11:03:54 +04:00
perf_imgproc.cpp ocl: fix input data for Canny perf test 2016-08-09 15:49:22 +03:00
perf_imgwarp.cpp
perf_matchTemplate.cpp
perf_moments.cpp
perf_pyramid.cpp