-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Compilation error: Intel openvx on Windows #16287
Copy link
Copy link
Closed
Milestone
Description
System information (version)
- OpenCV => 4.2
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017
Detailed description
Compilation OpenCV on Windows with Intel openVINO 2019.3.379 and openvx from openVINO package. In file modules/core/src/ovx.cpp in line 28:
static TLSData<OpenVXTLSData>& getOpenVXTLSData()
The TLSData is not template.
I'm added in this file: #include "opencv2/core/utils/tls.hpp"
And error was fixed.
Reactions are currently unavailable