1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes

This commit is contained in:
Alexander Karsakov
2014-10-08 16:57:47 +04:00
parent ac730d9f53
commit dfff9a8125
2 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
#endif
#ifdef _MSC_VER
#pragma warning( disable: 4127 )
#pragma warning( disable: 4127 ) // conditional expression is constant
#pragma warning( disable: 4503 ) // decorated name length exceeded, name was truncated
#endif
#define GTEST_DONT_DEFINE_FAIL 0