/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
modules/core/perf/perf_main.cpp
12 строк
266 B
Jakub Golinowski
Merge pull request #11897 from Jakub-Golinowski:hpx_backend
31 авг 2018, 16:23
31 авг 2018, 16:23
9f1218b
Код
Авторство
О чём код?
#include "perf_precomp.hpp" #ifdef _MSC_VER # if _MSC_VER >= 1700 # pragma warning(disable:4447) // Disable warning 'main' signature found without threading model # endif #endif #if defined(HAVE_HPX) #include <hpx/hpx_main.hpp> #endif CV_PERF_TEST_MAIN(core)