We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using CUDA 8.0 and Visual Studio 2015, OpenCV 3.3.0:
Anyone else having this error when compiling?
cannot open source file 'opencv2/highgui/highgui_c.h' cannot open source file 'opencv2/imgproc/imgproc_c.h'
I've set the additional directories in the project settings and the linker.
The text was updated successfully, but these errors were encountered:
OK, made a darknet.exe - I used latest Cuda 9.1, opencv 2.4.9 vs 2015. Hopefully it runs and does what it is supposed to do.
Sorry, something went wrong.
I was able to compile after reinstalling OpenCV with 2.4.9. The file paths in OpenCV 3.3.0 are different.
No branches or pull requests
Using CUDA 8.0 and Visual Studio 2015, OpenCV 3.3.0:
Anyone else having this error when compiling?
cannot open source file 'opencv2/highgui/highgui_c.h'
cannot open source file 'opencv2/imgproc/imgproc_c.h'
I've set the additional directories in the project settings and the linker.
The text was updated successfully, but these errors were encountered: