Skip to content

Commit bf914a7

Browse files
author
Rostislav Vasilikhin
committed
8uc2 added
1 parent c8c64f6 commit bf914a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/perf/perf_arithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ INSTANTIATE_TEST_CASE_P(/*nothing*/ , RotateTest,
728728
testing::Combine(
729729
testing::Values(szVGA, sz720p, sz1080p),
730730
testing::Values(ROTATE_180, ROTATE_90_CLOCKWISE, ROTATE_90_COUNTERCLOCKWISE),
731-
testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_8SC1, CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4, CV_32SC1, CV_32FC1)
731+
testing::Values(CV_8UC1, CV_8UC2, CV_8UC3, CV_8UC4, CV_8SC1, CV_16SC1, CV_16SC2, CV_16SC3, CV_16SC4, CV_32SC1, CV_32FC1)
732732
)
733733
);
734734

0 commit comments

Comments
 (0)