VOOZH about

URL: https://www.nuget.org/packages/Emgu.CV/

⇱ NuGet Gallery | Emgu.CV 4.13.0.5924




👁 Image
Emgu.CV 4.13.0.5924

dotnet add package Emgu.CV --version 4.13.0.5924
 
 
NuGet\Install-Package Emgu.CV -Version 4.13.0.5924
 
 
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.13.0.5924" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Emgu.CV" Version="4.13.0.5924" />
 
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.13.0.5924
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Emgu.CV, 4.13.0.5924"
 
 
#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.13.0.5924
 
 
#: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.13.0.5924
 
Install as a Cake Addin
#tool nuget:?package=Emgu.CV&version=4.13.0.5924
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

About this package

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

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

Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.13.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 Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-ios18.0 net9.0-ios18.0 is compatible.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 net9.0-maccatalyst18.0 is compatible.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (98)

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.mini.windows

This package contains the native runtime of Emgu CV for Windows

GitHub repositories (25)

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

Repository Stars
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识别框架
RupertAvery/DiffusionToolkit
Metadata-indexer and Viewer for AI-generated images
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于 .NET 10 的跨平台文档管理系统,使用 MS SQL 2012 / MySQL 8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它。项目中的所有方法都是异步的,支持 JWT 令牌身份验证,项目体系结构遵循 CQRS + MediatR 模式和最佳安全实践。源代码完全可定制,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。
microsoft/RoadDetections
Road detections from Microsoft Maps aerial imagery
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
junkai-li/NetCoreKevin
🤖基于.NET搭建的企业级中台AI知识库智能体开源架构:Skills技能管理、AI-Qdrant知识库、知识库重排模型、AI联网搜索、多智能体协同、聊天记录压缩策略、智能体权限管控、AgentFramework、RAG检索增强、本地Ollama AI模型调用、智能体技能可控加载、领域事件、一库多租户、Log4、Jwt、CAP、SignalR、Mcp、Ioc、Hangfire、RabbitMQ、Xunit、前端(Vue + Ant Design)
Topkill/tianruoocr
天若OCR开源6.0版本,续更开源5.0版,全新版本,全新出发
josdemmers/Diablo4Companion
A companion app and loot filter for Diablo IV to help you find your perfect gear affixes.
brakmic/OpenCV
:camera: Computer-Vision Demos
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.
avestura/PhotoFiremark
🖼 PhotoFiremark hides a photo in another photo
bandaranayake/paint-it
Simple automation tool to draw images in MS Paint
kyoyama-kazusa/Sudoku
A sudoku solver using brute forces and logical techniques.
Version Downloads Last Updated
4.13.0.5924 10,404 5/14/2026
4.12.0.5764 112,584 9/2/2025
4.12.0.5763 77,844 8/24/2025
4.11.0.5746 38,796 7/3/2025
4.10.0.5680 243,908 1/10/2025
4.9.0.5494 534,498 4/29/2024
4.8.1.5350 277,641 10/30/2023
4.8.0.5324 69,633 9/11/2023
4.7.0.5276 426,771 4/18/2023
4.6.0.5131 278,826 10/24/2022
4.5.5.4823 290,961 1/10/2022
4.5.4.4788 93,359 10/28/2021
4.5.3.4721 2,144,128 7/28/2021
4.5.2.4673 26,011 7/2/2021
4.5.1.4349 171,556 1/19/2021
4.4.0.4099 131,717 10/7/2020
4.4.0.4077 8,966 9/28/2020
4.4.0.4061 77,249 9/4/2020
4.3.0.3890 94,843 6/8/2020
4.2.0.3662 81,685 2/11/2020
Loading failed

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