diff --git a/scripts/benchmark/benchmarks_FHD.txt b/scripts/benchmark/benchmarks_FHD.txt index 565bc5af16f2f9308b73c147a3609facb474bd47..61c8d25f28581c23b8534f9de0c59dc42a426da8 100644 --- a/scripts/benchmark/benchmarks_FHD.txt +++ b/scripts/benchmark/benchmarks_FHD.txt @@ -7,3 +7,8 @@ Resize2x2_float: opencv_perf_imgproc '*resizeUpLinearNonExact/*' '(32FC1, (960x5 Resize4x4_8b: opencv_perf_imgproc '*resizeUpLinearNonExact/*' '(8UC1, (480x270, 1920x1080))' Resize4x4_float: opencv_perf_imgproc '*resizeUpLinearNonExact/*' '(32FC1, (480x270, 1920x1080))' Resize8x8_float: opencv_perf_imgproc '*resizeUpLinearNonExact/*' '(32FC1, (240x135, 1920x1080))' + +# 720p, not FHD but it's non-trivial to create FHD tests for optical flow and +# the cost of creating a separate category for them outweighs the benefit. +OpticalFlowPyrLK_inc_build_pyramid_720p: opencv_perf_video '*OpticalFlowPyrLK_full/*' '("cv/optflow/frames/720p_%02d.png", 1, 1, (15, 15), 11)' +OpticalFlowPyrLK_exc_build_pyramid_720p: opencv_perf_video '*OpticalFlowPyrLK_self/*' '("cv/optflow/frames/720p_%02d.png", 1, 1, (15, 15), 11, true)'