Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/modules/core/perf/perf_main.cpp
16354 views
1
#include "perf_precomp.hpp"
2
#ifdef _MSC_VER
3
# if _MSC_VER >= 1700
4
# pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
5
# endif
6
#endif
7
8
#if defined(HAVE_HPX)
9
#include <hpx/hpx_main.hpp>
10
#endif
11
12
CV_PERF_TEST_MAIN(core)
13
14