shimat / opencvsharp

OpenCV wrapper for .NET
Apache License 2.0
5.39k stars 1.15k forks source link

Install OpenCVSharp 4 Nugget #1459

Closed Goczilla closed 2 years ago

Goczilla commented 2 years ago

Summary of your issue

I want to update the OpenCvSharp Wrapper for the version 3-AnyCPU to the 4-Windows on my projects. I uninstall OpenCVSharp3, then install OpenCvSharp4-Windows.

But I can't add "using OpenCvSharp" on head of my files because I am tell that it is not recognized (CS0246).

Any help would be appreciate.

Environment

Windows 10. Visual Studio 2019 Professionnal. WinForm Project with .NET 4.

What did you intend to be?

I tried to install OpenCVSharp4 with the runtime for windows bot both installation failed without detail on the error.

Goczilla commented 2 years ago

It was only because I didn't select the good .Net version it seems...