From 53ebc7772b6ec11c3de9f81ee4d12275491e1300 Mon Sep 17 00:00:00 2001 From: Yufeng Shi Date: Wed, 4 Dec 2024 11:18:50 +0000 Subject: [PATCH] Add benchmarks for rotate --- scripts/benchmark/benchmarks.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/benchmark/benchmarks.txt b/scripts/benchmark/benchmarks.txt index 87c7f269d..48f3ffbab 100755 --- a/scripts/benchmark/benchmarks.txt +++ b/scripts/benchmark/benchmarks.txt @@ -84,3 +84,8 @@ WarpPerspectiveNear: opencv_perf_imgproc '*WarpPerspectiveNear/*' '($PIXEL_FORMA BlurAndDownsample: opencv_perf_imgproc '*pyrDown/*' '($PIXEL_FORMAT, 8UC1)' ScharrInterleaved: opencv_perf_video '*calcScharrDeriv/*' '$PIXEL_FORMAT' + +Rotate_90_CLOCKWISE_8UC1: opencv_perf_core '*rotate/*' '($PIXEL_FORMAT, 0, 8UC1)' +Rotate_90_CLOCKWISE_16SC1: opencv_perf_core '*rotate/*' '($PIXEL_FORMAT, 0, 16SC1)' +Rotate_90_CLOCKWISE_8UC4: opencv_perf_core '*rotate/*' '($PIXEL_FORMAT, 0, 8UC4)' +Rotate_90_CLOCKWISE_16SC4: opencv_perf_core '*rotate/*' '($PIXEL_FORMAT, 0, 16SC4)' -- GitLab