1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

shape: move to opencv_contrib

6c8ec5336f
This commit is contained in:
Alexander Alekhin
2018-11-02 15:46:16 +03:00
parent 91e1657362
commit cab6c9542d
19 changed files with 4202 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// 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 "test_precomp.hpp"
#if defined(HAVE_HPX)
#include <hpx/hpx_main.hpp>
#endif
CV_TEST_MAIN("cv")