1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Update imgcodecs tests

This commit is contained in:
Suleyman TURKMEN
2024-05-15 22:24:21 +03:00
parent 75f3f0fac8
commit 7d6b6161cc
5 changed files with 19 additions and 1 deletions
+5
View File
@@ -5,6 +5,9 @@
namespace opencv_test
{
#ifdef HAVE_JPEG
using namespace perf;
PERF_TEST(JPEG, Decode)
@@ -35,4 +38,6 @@ PERF_TEST(JPEG, Encode)
SANITY_CHECK_NOTHING();
}
#endif // HAVE_JPEG
} // namespace