/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/features2d/test/test_main.cpp
10 строк
304 B
Jakub Golinowski
Merge pull request #11897 from Jakub-Golinowski:hpx_backend
31 авг 2018, 16:23
31 авг 2018, 16:23
9f1218b
Код
Авторство
О чём код?
// 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")