Home > Enterprise >  The type or namespace name 'Extensions' does not exist in the namespace 'OpenCvSharp&
The type or namespace name 'Extensions' does not exist in the namespace 'OpenCvSharp&

Time:09-05

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.

Error In Code

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. github sample

Otherwise there would be "using OpenCvSharp.Extensions", not "namespace OpenCvSharp.Extensions".

This is the sample in the main page : usage sample

  • Related