Emgu.CV.runtime.maui.mini.ios 4.10.0.5680

dotnet add package Emgu.CV.runtime.maui.mini.ios --version 4.10.0.5680
                    
NuGet\Install-Package Emgu.CV.runtime.maui.mini.ios -Version 4.10.0.5680
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Emgu.CV.runtime.maui.mini.ios" Version="4.10.0.5680" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Emgu.CV.runtime.maui.mini.ios" Version="4.10.0.5680" />
                    
Directory.Packages.props
<PackageReference Include="Emgu.CV.runtime.maui.mini.ios" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Emgu.CV.runtime.maui.mini.ios --version 4.10.0.5680
                    
#r "nuget: Emgu.CV.runtime.maui.mini.ios, 4.10.0.5680"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Emgu.CV.runtime.maui.mini.ios&version=4.10.0.5680
                    
Install Emgu.CV.runtime.maui.mini.ios as a Cake Addin
#tool nuget:?package=Emgu.CV.runtime.maui.mini.ios&version=4.10.0.5680
                    
Install Emgu.CV.runtime.maui.mini.ios as a Cake Tool

About this package

This package is part of the 4.10.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.10.0/document/index.html

Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.10.0

How to Use

Please make sure to call CvInvokeIOS.Init() before making any other calls to Emgu CV library on iOS. You can add the function call in the MainPage.xaml.cs file, under the constructor:

        public MainPage()
        {
            InitializeComponent();

#if __ANDROID__
            CvInvokeAndroid.Init();
#elif __IOS__
            CvInvokeIOS.Init();
#elif __WINDOWS__
            CvInvoke.Init();
			...
		}
#endif
Product Compatible and additional computed target framework versions.
.NET net9.0-ios18.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0-ios18.0

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Emgu.CV.runtime.maui.mini.ios:

Package Downloads
Emgu.CV.runtime.maui.mini

This package contains the native runtime of Emgu CV for MAUI

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.10.0.5680 345 1/10/2025
4.9.0.5494 3,158 4/29/2024
4.8.1.5350 1,370 10/30/2023
4.8.0.5324 282 9/11/2023
4.7.0.5276 576 4/18/2023
4.6.0.5131 369 12/24/2022

This is the 4.10.0 release of Emgu CV. For online documentation please visit
https://www.emgu.com/wiki/files/4.10.0/document/index.html