I am new to C# and Winforms. I am following a tutorial to use OpenCVSharp4 (it says version 3 is now deprecated). But I get this error.
I have added both OpenCvSharp4 and OpenCvSharp4.runtime.win in Nuget. When I view the code in Github, I can find the namespace there in version 4 of OpenCvSharp. E.g.
Otherwise there would be "using OpenCvSharp.Extensions", not "namespace OpenCvSharp.Extensions".