You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross platform wrapper of OpenCV for .NET Framework.
4
4
@@ -17,7 +17,7 @@ Old versions of OpenCvSharp are stored in [opencvsharp_2410](https://github.com/
17
17
|**OpenCvSharp4.runtime.ubuntu.16.04-x64 (beta)**| Native bindings for Ubuntu 16.04 x64. This is for Google AppEngine Flexible and made in gcr.io/google-appengine/aspnetcore:2.1 docker image. |[](https://badge.fury.io/nu/OpenCvSharp4.runtime.ubuntu.16.04-x64)|
18
18
|(beta packages)| Development Build Package |https://ci.appveyor.com/nuget/opencvsharp|
19
19
20
-
Native binding (OpenCvSharpExtern.dll / libOpenCvSharpExtern.so) is required to work OpenCvSharp. To use OpenCvSharp, you should add both `OpenCvSharp4` and `OpenCvSharp4.runtime.*` packages to your project. Currently, native bindings for Windows and Ubuntu 18.04 are released.
20
+
Native binding (OpenCvSharpExtern.dll / libOpenCvSharpExtern.so) is required to work OpenCvSharp. To use OpenCvSharp, you should add both `OpenCvSharp4` and `OpenCvSharp4.runtime.*` packages to your project. Currently, native bindings for Windows, UWP, Ubuntu 18.04 and Ubuntu 16.04 are released.
21
21
22
22
Packages named OpenCvSharp3-* and OpenCvSharp-* are deprecated.
0 commit comments