1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Files
opencv_contrib/modules/aruco/perf/perf_main.cpp
Alexander Panov 51078a539b Merge pull request #3151 from AleksandrPanov:rebase_aruco_speedup
Feature/aruco speedup (rebased with 4.x)

* initial commit of new aruco functionality

* add performance FHD tile tests and fix pyramid bugs

* remove global ArUco3 params (threshold)

* add ArUco params to test classes

Co-authored-by: Steffen Urban <urbste@googlemail.com>
2022-02-03 18:28:29 +00:00

4 lines
54 B
C++

#include "perf_precomp.hpp"
CV_PERF_TEST_MAIN(aruco)