From f7e1d8300af1eb5970ebcb8bd67353789d90b166 Mon Sep 17 00:00:00 2001 From: Denes Tarjan Date: Mon, 10 Jun 2024 15:36:23 +0200 Subject: [PATCH] Add RGB2YUV test to the CI script's OpenCV functional tests --- scripts/ci-opencv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 00ab6b07b..a11bc2370 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -40,6 +40,7 @@ IMGPROC_TEST_PATTERNS=( '*Imgproc_ColorRGB*' '*Imgproc_ColorYUV*' '*Imgproc_cvtColor_BE.COLOR_YUV*' + '*Imgproc_cvtColor_BE.COLOR_RGB2YUV' '*Imgproc_Threshold*' '*Imgproc_Morphology*' '*Imgproc_GaussianBlur*' -- GitLab