I am trying to use the OpenCV library in order to load an image in a VB window. I am using Visual Studio 2012, I have no idea how to add OpenCV references into my VB.NET project!
How can I fix this problem?
I am trying to use the OpenCV library in order to load an image in a VB window. I am using Visual Studio 2012, I have no idea how to add OpenCV references into my VB.NET project!
How can I fix this problem?
First this: https://www.nuget.org/packages/OpenCV.Net/ and then replace your 'using ??' with: Imports OpenCV.Net