Skip to content

Commit fb0a40d

Browse files
authored
Merge pull request opencv#26544 from savuor:rv/perf_rotate_8uc2
Perf test for rotate(): CV_8UC2 added
2 parents c8c64f6 + bf914a7 commit fb0a40d

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)