Emgu.CV.runtime.xamarin.mini.ios
4.6.0.5131
See the version list below for details.
dotnet add package Emgu.CV.runtime.xamarin.mini.ios --version 4.6.0.5131
NuGet\Install-Package Emgu.CV.runtime.xamarin.mini.ios -Version 4.6.0.5131
<PackageReference Include="Emgu.CV.runtime.xamarin.mini.ios" Version="4.6.0.5131" />
paket add Emgu.CV.runtime.xamarin.mini.ios --version 4.6.0.5131
#r "nuget: Emgu.CV.runtime.xamarin.mini.ios, 4.6.0.5131"
// Install Emgu.CV.runtime.xamarin.mini.ios as a Cake Addin #addin nuget:?package=Emgu.CV.runtime.xamarin.mini.ios&version=4.6.0.5131 // Install Emgu.CV.runtime.xamarin.mini.ios as a Cake Tool #tool nuget:?package=Emgu.CV.runtime.xamarin.mini.ios&version=4.6.0.5131
About this package
This package is part of the 4.6.0 release of Emgu CV.
For online documentation please visit https://www.emgu.com/wiki/files/4.6.0/document/index.html
Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.6.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 AppDelegate.cs file, under the FinishedLaunching function:
[Export("application:didFinishLaunchingWithOptions:")]
public bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
{
// Override point for customization after application launch.
Emgu.CV.CvInvokeIOS.Init();
return true;
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Xamarin.iOS | xamarinios10 is compatible. |
-
Xamarin.iOS 1.0
- Emgu.CV (>= 4.6.0.5131)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.9.0.5494 | 202 | 4/29/2024 |
4.8.1.5350 | 375 | 10/30/2023 |
4.8.0.5324 | 183 | 9/11/2023 |
4.7.0.5276 | 313 | 4/18/2023 |
4.6.0.5131 | 282 | 12/25/2022 |
This is the 4.6.0 release of Emgu CV. For online documentation please visit
https://www.emgu.com/wiki/files/4.6.0/document/index.html