Emgu.CV 4.12.0.5764

dotnet add package Emgu.CV --version 4.12.0.5764
                    
NuGet\Install-Package Emgu.CV -Version 4.12.0.5764
                    
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" Version="4.12.0.5764" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Emgu.CV" Version="4.12.0.5764" />
                    
Directory.Packages.props
<PackageReference Include="Emgu.CV" />
                    
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 --version 4.12.0.5764
                    
#r "nuget: Emgu.CV, 4.12.0.5764"
                    
#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.
#:package Emgu.CV@4.12.0.5764
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Emgu.CV&version=4.12.0.5764
                    
Install as a Cake Addin
#tool nuget:?package=Emgu.CV&version=4.12.0.5764
                    
Install as a Cake Tool

About this package

This package is part of the 4.12.0 release of Emgu CV.

For online documentation please visit https://www.emgu.com/wiki/files/4.12.0/document/index.html

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

Note

To deploy Emgu CV to a specific platform, you will also need to add one of the Emgu.CV.runtime.{platform} nuget packages to your executable project, use the following link to search for an Emgu.CV.runtime nuget packages: https://www.nuget.org/packages?q=Emgu.CV.runtime

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (77)

Showing the top 5 NuGet packages that depend on Emgu.CV:

Package Downloads
Emgu.CV.runtime.windows

This package contains the native runtime of Emgu CV for Windows

Emgu.CV.Bitmap

This package add extension method to convert Bitmap to and from Emgu objects (e.g. Mat, UMat, GpuMat)

Emgu.CV.runtime.ubuntu-x64

This package contains the native runtime of Emgu CV for Ubuntu

Emgu.CV.UI

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.

Emgu.CV.runtime.windows.cuda

This package contains the native runtime of Emgu CV for Windows

GitHub repositories (23)

Showing the top 20 popular GitHub repositories that depend on Emgu.CV:

Repository Stars
tixl3d/tixl
Tooll 3 is an open source software to create realtime motion graphics.
micjahn/ZXing.Net
.Net port of the original java-based barcode reader and generator library zxing
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
wangfreexx/wangfreexx-tianruoocr-cl-paddle
天若ocr开源版本的本地版,采用Chinese-lite和paddleocr识别框架
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
microsoft/samples-for-ai
Samples for getting started with deep learning across TensorFlow, CNTK, Theano and more.
takuya-takeuchi/DlibDotNet
Dlib .NET wrapper written in C++ and C# for Windows, MacOS, Linux and iOS
josdemmers/Diablo4Companion
A companion app and loot filter for Diablo IV to help you find your perfect gear affixes.
mesutpiskin/face-detection-and-recognition
:hurtrealbad:C# Face detection and recognition with EmguCV. Eigenfaces, Fisherfaces and LBPH algorithms.
steponteam/FaceRecognization
A C# wrapper of arcsoft's face recogization library.
KjetilSv/Win10As
Make your windows 10 computer IOT friendly
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.
junkai-li/NetCoreKevin
基于NET8搭建DDD-微服务-现代化Saas企业级WebAPI架构支持:IDS4单点登录、多缓存、自动任务、分布式、一库多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、ESL、MCP协议服务、IOC模块化注入、Cors、Quartz自动任务、多短信集成、AI智能体、AISemanticKernel集成、OCR验证码识别、API多版本兼容、单元集成测试
guojin-yan/OpenVINO-CSharp-API
OpenVINO wrapper for .NET.
avestura/PhotoFiremark
🖼 PhotoFiremark hides a photo in another photo
bandaranayake/paint-it
Simple automation tool to draw images in MS Paint
net2cn/Real-ESRGAN_GUI
Real-ESRGAN-based super resolution model inference GUI written in C#.
captjevans/JevonsCameraViewer
An app for viewing multiple video streams from USB cameras. Low cost real time eye tracking. You can rotate and mirror the images and also use a variety of filters. Easily take screenshots. Very useful for c270 hacks. Exposure lock and some openCV examples included
drnxloc/AutoLDPlayer
Auto ADB LDPlayer
Version Downloads Last Updated
4.12.0.5764 2,482 9/2/2025
4.12.0.5763 4,265 8/24/2025
4.11.0.5746 16,839 7/3/2025
4.10.0.5680 144,600 1/10/2025
4.9.0.5494 382,849 4/29/2024
4.8.1.5350 215,431 10/30/2023
4.8.0.5324 58,846 9/11/2023
4.7.0.5276 400,185 4/18/2023
4.6.0.5131 243,186 10/24/2022
4.5.5.4823 272,205 1/10/2022
4.5.4.4788 81,479 10/28/2021
4.5.3.4721 1,864,892 7/28/2021
4.5.2.4673 23,439 7/2/2021
4.5.1.4349 161,308 1/19/2021
4.4.0.4099 120,936 10/7/2020
4.4.0.4077 8,180 9/28/2020
4.4.0.4061 67,195 9/4/2020
4.3.0.3890 78,976 6/8/2020
4.2.0.3662 79,427 2/11/2020
4.2.0.3636 19,046 1/27/2020
4.1.1.3497 338,121 9/19/2019
4.1.0.3420 111,474 5/25/2019
4.1.0.3408 6,307 5/24/2019
4.0.1.3373 52,019 4/13/2019
3.4.3.3016 153,605 10/15/2018
3.4.1.2976 202,497 4/4/2018
3.3.0.2824 58,274 10/30/2017
3.2.0.2721 97,234 6/28/2017

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