From 408e0dcbd0713a0955d4be7f468d9c4b297499c7 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Tue, 9 Oct 2012 00:44:48 +0400 Subject: [PATCH] Fixed output log in GPU perf tests --- modules/gpu/perf/utility.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gpu/perf/utility.hpp b/modules/gpu/perf/utility.hpp index 351790968..f1ca244d7 100644 --- a/modules/gpu/perf/utility.hpp +++ b/modules/gpu/perf/utility.hpp @@ -22,7 +22,7 @@ CV_ENUM(Interpolation, cv::INTER_NEAREST, cv::INTER_LINEAR, cv::INTER_CUBIC, cv: CV_ENUM(NormType, cv::NORM_INF, cv::NORM_L1, cv::NORM_L2, cv::NORM_HAMMING) const int Gray = 1, TwoChannel = 2, BGR = 3, BGRA = 4; -CV_FLAGS(MatCn, Gray, TwoChannel, BGR, BGRA) +CV_ENUM(MatCn, Gray, TwoChannel, BGR, BGRA) #define GPU_CHANNELS_1_3_4 testing::Values(Gray, BGR, BGRA) #define GPU_CHANNELS_1_3 testing::Values(Gray, BGR)