Emgu.CV.runtime.maui.mini
4.9.0.5494
dotnet add package Emgu.CV.runtime.maui.mini --version 4.9.0.5494
NuGet\Install-Package Emgu.CV.runtime.maui.mini -Version 4.9.0.5494
<PackageReference Include="Emgu.CV.runtime.maui.mini" Version="4.9.0.5494" />
paket add Emgu.CV.runtime.maui.mini --version 4.9.0.5494
#r "nuget: Emgu.CV.runtime.maui.mini, 4.9.0.5494"
// Install Emgu.CV.runtime.maui.mini as a Cake Addin #addin nuget:?package=Emgu.CV.runtime.maui.mini&version=4.9.0.5494 // Install Emgu.CV.runtime.maui.mini as a Cake Tool #tool nuget:?package=Emgu.CV.runtime.maui.mini&version=4.9.0.5494
About this package
This package is part of the 4.9.0 release of Emgu CV.
This is the mini release that only contains the minimum amount of Open CV modules. For full release that contains all Open CV modules, use a release that is not labeled 'mini'.
For online documentation please visit https://www.emgu.com/wiki/files/4.9.0/document/index.html
Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.9.0
Setup
Please make sure to call Emgu.CV.Platform.Maui.MauiInvoke.Init()
before making any other calls to Emgu CV library in MAUI. You can put that in your MainPage.xaml.cs file:
public MainPage()
{
InitializeComponent();
Emgu.CV.Platform.Maui.MauiInvoke.Init(); // << Here
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-android33.0 is compatible. net8.0-ios16.1 is compatible. net8.0-maccatalyst16.1 is compatible. net8.0-windows10.0.19041 is compatible. |
-
net8.0-android33.0
- Emgu.CV.Models (>= 4.9.0.5494)
- Emgu.CV.runtime.maui.mini.android (>= 4.9.0.5494)
- System.Drawing.Primitives (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
-
net8.0-ios16.1
- Emgu.CV.Models (>= 4.9.0.5494)
- Emgu.CV.runtime.maui.mini.ios (>= 4.9.0.5494)
- System.Drawing.Primitives (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
-
net8.0-maccatalyst16.1
- Emgu.CV.Models (>= 4.9.0.5494)
- Emgu.CV.runtime.maui.mini.macos (>= 4.9.0.5494)
- System.Drawing.Primitives (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
-
net8.0-windows10.0.19041
- Emgu.CV.Bitmap (>= 4.9.0.5494)
- Emgu.CV.Models (>= 4.9.0.5494)
- Emgu.CV.runtime.mini.windows (>= 4.9.0.5494)
- Emgu.CV.Wpf (>= 4.9.0.5494)
- System.Drawing.Primitives (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Runtime.InteropServices.WindowsRuntime (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Emgu.CV.runtime.maui.mini:
Repository | Stars |
---|---|
emgucv/emgucv
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.
|
|
emgucv/emgutf
Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
|
Version | Downloads | Last updated |
---|---|---|
4.9.0.5494 | 1,531 | 4/29/2024 |
4.8.1.5350 | 484 | 10/30/2023 |
4.8.0.5324 | 230 | 9/11/2023 |
4.7.0.5276 | 425 | 4/18/2023 |
This is the 4.9.0 release of Emgu CV. For online documentation please visit
https://www.emgu.com/wiki/files/4.9.0/document/index.html