1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 00:49:38 +08:00

add perfomance tests for wechat qrcode

This commit is contained in:
Mariya Sinitsina
2023-04-26 18:01:38 +03:00
parent ccc277247a
commit e05c63acd2
3 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "perf_precomp.hpp"
CV_PERF_TEST_MAIN(wechat_qrcode)