Emgu.CV.Bitmap
4.7.0.5276
dotnet add package Emgu.CV.Bitmap --version 4.7.0.5276
NuGet\Install-Package Emgu.CV.Bitmap -Version 4.7.0.5276
<PackageReference Include="Emgu.CV.Bitmap" Version="4.7.0.5276" />
paket add Emgu.CV.Bitmap --version 4.7.0.5276
#r "nuget: Emgu.CV.Bitmap, 4.7.0.5276"
// Install Emgu.CV.Bitmap as a Cake Addin
#addin nuget:?package=Emgu.CV.Bitmap&version=4.7.0.5276
// Install Emgu.CV.Bitmap as a Cake Tool
#tool nuget:?package=Emgu.CV.Bitmap&version=4.7.0.5276
About
This package is part of the 4.7.0 release of Emgu CV.
For online documentation please visit https://www.emgu.com/wiki/files/4.7.0/document/index.html
Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.7.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 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. |
.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. |
-
.NETStandard 2.0
- Emgu.CV (>= 4.7.0.5276)
- System.Drawing.Common (>= 7.0.0)
NuGet packages (8)
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. |
|
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. |
|
eslib.CvViewPort
绘制坐标图 |
|
NativeWin
Native Windows helper methods. |
GitHub repositories (6)
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.7.0.5276 | 6,224 | 4/18/2023 |
4.6.0.5131 | 41,102 | 10/24/2022 |
4.5.5.4823 | 65,757 | 1/10/2022 |
4.5.4.4788 | 29,250 | 10/28/2021 |
4.5.3.4721 | 120,958 | 7/28/2021 |
4.5.2.4673 | 8,869 | 7/2/2021 |
4.5.1.4349 | 55,459 | 1/19/2021 |
4.4.0.4099 | 37,775 | 10/7/2020 |
4.4.0.4077 | 2,786 | 9/28/2020 |
4.4.0.4061 | 17,063 | 9/4/2020 |
This is the 4.7.0 release of Emgu CV. For online documentation please visit
https://www.emgu.com/wiki/files/4.7.0/document/index.html