Commit a821fde4 authored by filipsladek's avatar filipsladek

add performance test for CV_32FC1

parent f6353816
......@@ -53,7 +53,7 @@ DEF_PARAM_TEST(Sz_Type_KernelSz, cv::Size, MatType, int);
PERF_TEST_P(Sz_Type_KernelSz, Blur,
Combine(CUDA_TYPICAL_MAT_SIZES,
Values(CV_8UC1, CV_8UC4),
Values(CV_8UC1, CV_8UC4, CV_32FC1),
Values(3, 5, 7)))
{
declare.time(20.0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment