fixed gpu-vs-cpu performance tests

This commit is contained in:
Vladislav Vinogradov
2012-05-22 11:27:45 +00:00
parent 61fd5ed0e1
commit 9bddac1099
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ GPU_PERF_TEST_1(MeanShiftFiltering, cv::gpu::DeviceInfo)
cv::Mat dst;
declare.time(15.0);
declare.time(100.0);
TEST_CYCLE()
{
@@ -133,7 +133,7 @@ GPU_PERF_TEST(Threshold, cv::gpu::DeviceInfo, cv::Size, perf::MatType)
INSTANTIATE_TEST_CASE_P(ImgProc, Threshold, testing::Combine(
ALL_DEVICES,
GPU_TYPICAL_MAT_SIZES,
testing::Values(CV_8UC1, CV_16UC1, CV_32FC1)));
testing::Values(CV_8UC1, CV_32FC1)));
//////////////////////////////////////////////////////////////////////
// Resize