You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Hi all,
I am using the Microsoft/opencv repository to develop projects with Raspberry PI 3 with Windows IoT installed (Visual Studio 2015 - Windows 10 on local machine and Raspberry - Windows IoT as remote machine).
I need to open and show images with cv::namedWindow() and cv::imshow(), but when I build my program (even running for test at the local machine : x86 architecture) I get "error LNK2019: unresolved external symbol" on namedWindow() and imshow().
Loading OpenCV.sln solution from the repository (i.e. for x86 architecture) I note that no opencv_highgui module is listed in Visual Studio Solution Explorer, and in fact, after build, no opencv_highgui300[d].dll and no opencv_highgui300[d].lib is produced in bin and lib directories.