Emgu.CV.Bitmap 4.6.0.5131

.NET Standard 2.0
dotnet add package Emgu.CV.Bitmap --version 4.6.0.5131
NuGet\Install-Package Emgu.CV.Bitmap -Version 4.6.0.5131
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.Bitmap" Version="4.6.0.5131" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Emgu.CV.Bitmap --version 4.6.0.5131
#r "nuget: Emgu.CV.Bitmap, 4.6.0.5131"
#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.
// Install Emgu.CV.Bitmap as a Cake Addin
#addin nuget:?package=Emgu.CV.Bitmap&version=4.6.0.5131

// Install Emgu.CV.Bitmap as a Cake Tool
#tool nuget:?package=Emgu.CV.Bitmap&version=4.6.0.5131

About

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

Bitmap bmp = ... //Some bitmap object
Mat mat = bmp.ToMat() //convert Bitmap to Mat
... // modify on your Mat
Bitmap otherBmp = mat.ToBitmap(); // convert Mat to Bitmap

Supported platforms

  • Windows
  • Linux (require GDI+)
  • Mac OS (require GDI+)

This package do not support mobile platforms. GDI+ is not available on iOS or Android

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

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

Package Downloads
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.

EmguEx

Extension methods and helper classes for Emgu CV.

eslib.CvViewPort

绘制坐标图

Emgu.CV.Wpf

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.

NativeWin

Native Windows helper methods.

GitHub repositories (5)

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

Repository Stars
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection, and face-recognition.
wangfreexx/wangfreexx-tianruoocr-cl-paddle
天若ocr开源版本的本地版,采用Chinese-lite和paddleocr识别框架
sn4k3/UVtools
MSLA/DLP, file analysis, calibration, repair, conversion and manipulation
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.
mesutpiskin/face-detection-and-recognition
:hurtrealbad:C# Face detection and recognition with EmguCV. Eigenfaces, Fisherfaces and LBPH algorithms.
Version Downloads Last updated
4.6.0.5131 28,237 10/24/2022
4.5.5.4823 59,279 1/10/2022
4.5.4.4788 28,232 10/28/2021
4.5.3.4721 103,074 7/28/2021
4.5.2.4673 8,447 7/2/2021
4.5.1.4349 52,140 1/19/2021
4.4.0.4099 34,130 10/7/2020
4.4.0.4077 2,728 9/28/2020
4.4.0.4061 16,239 9/4/2020

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