OpenCvSharp4.runtime.win
4.13.0.20260627
Prefix Reserved
dotnet add package OpenCvSharp4.runtime.win --version 4.13.0.20260627
NuGet\Install-Package OpenCvSharp4.runtime.win -Version 4.13.0.20260627
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.13.0.20260627" />
<PackageVersion Include="OpenCvSharp4.runtime.win" Version="4.13.0.20260627" />
<PackageReference Include="OpenCvSharp4.runtime.win" />
paket add OpenCvSharp4.runtime.win --version 4.13.0.20260627
#r "nuget: OpenCvSharp4.runtime.win, 4.13.0.20260627"
#:package OpenCvSharp4.runtime.win@4.13.0.20260627
#addin nuget:?package=OpenCvSharp4.runtime.win&version=4.13.0.20260627
#tool nuget:?package=OpenCvSharp4.runtime.win&version=4.13.0.20260627
OpenCvSharp Native Runtime Package
This is an internal implementation package for OpenCvSharp. It provides the native OpenCV shared library (OpenCvSharpExtern) for a specific platform.
In most cases you do not need to reference this package directly. Use one of the all-in-one packages instead:
- Windows:
OpenCvSharp4.WindowsorOpenCvSharp4.Windows.Slim- Linux:
OpenCvSharp4+OpenCvSharp4.official.runtime.linux-x64
The Linux linux-x64 packages are built on manylinux_2_28 (glibc 2.28) and work on Ubuntu 20.04+, Debian 10+, RHEL/AlmaLinux 8+, and other Linux distributions. The full (non-slim) package includes FFmpeg (LGPL v2.1) and Tesseract statically linked.
Linux
highguidependency: The fulllinux-x64package uses GTK3 forhighgui(Cv2.ImShow,Cv2.WaitKey, etc.). GTK3 is pre-installed on standard Ubuntu/Debian/RHEL environments. In minimal or container environments where it is absent, install it manually:
- Ubuntu/Debian:
apt-get install libgtk-3-0- RHEL/AlmaLinux:
dnf install gtk3For headless servers or minimal containers, use the slim package (
OpenCvSharp4.official.runtime.linux-x64.slim) instead, which disableshighguiand has no GUI dependencies.
macOS: The
osx.x64andosx.arm64packages include FFmpeg, Tesseract, Freetype, and all standard OpenCV modules, statically linked.
Available Runtime Packages
| Package | Platform |
|---|---|
OpenCvSharp4.runtime.win |
Windows x64 |
OpenCvSharp4.runtime.win.slim |
Windows x64 (slim) |
OpenCvSharp4.runtime.win-arm64 |
Windows ARM64 (Snapdragon X and other arm64 devices). FFmpeg not included. |
OpenCvSharp4.runtime.win-arm64.slim |
Windows ARM64 (slim) |
OpenCvSharp4.official.runtime.linux-x64 |
Linux x64 (portable, manylinux_2_28) |
OpenCvSharp4.official.runtime.linux-x64.slim |
Linux x64 (portable, manylinux_2_28, slim) |
OpenCvSharp4.runtime.linux-arm64 |
Linux ARM64 (AArch64) |
OpenCvSharp4.runtime.linux-arm |
Linux ARM64 — deprecated, use linux-arm64 |
OpenCvSharp4.runtime.osx.x64 |
macOS x64 (Intel) |
OpenCvSharp4.runtime.osx.arm64 |
macOS 11.0+ arm64 (Apple Silicon) |
Note:
OpenCvSharp4.official.runtime.ubuntu.22.04-x64,ubuntu.22.04-x64.slim,ubuntu.24.04-x64, andubuntu.24.04-x64.slimare deprecated. Migrate to the portablelinux-x64packages. Note:OpenCvSharp4.runtime.linux-armhas been renamed toOpenCvSharp4.runtime.linux-arm64to correctly reflect the ARM64 (AArch64) RID. The old package is kept as a compatibility shim that automatically pulls in the renamed package, but new projects should referenceOpenCvSharp4.runtime.linux-arm64directly.
Slim Profile
The slim packages bundle a smaller native library with a reduced OpenCV module set:
| Modules | |
|---|---|
| Enabled | core, imgproc, imgcodecs, calib3d, features2d, flann, objdetect, photo |
| Disabled | contrib, dnn, ml, video, videoio, highgui, stitching, barcode |
Resources
| 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. net8.0 is compatible. 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-maccatalyst was computed. 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 | netcoreapp is compatible. netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard is compatible. netstandard1.0 was computed. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
| .NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Universal Windows Platform | uap was computed. uap10.0 was computed. |
| Windows Phone | wp8 was computed. wp81 was computed. wpa81 was computed. |
| Windows Store | netcore was computed. netcore45 was computed. netcore451 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
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (109)
Showing the top 5 NuGet packages that depend on OpenCvSharp4.runtime.win:
| Package | Downloads |
|---|---|
|
OpenCvSharp4.Windows
OpenCV 4.x wrapper. All-in-one package for Windows users. |
|
|
VL.OpenCV
OpenCV for VL |
|
|
VisioForge.DotNet.Core.CV
VisioForge CV |
|
|
BaseLibrary.Photo
Package Description |
|
|
OpenCV4
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being an Apache 2 licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and establish markers to overlay it with augmented reality, etc. OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 18 million. The library is used extensively in companies, research groups and by governmental bodies. Along with well-established companies like Google, Yahoo, Microsoft, Intel, IBM, Sony, Honda, Toyota that employ the library, there are many startups such as Applied Minds, VideoSurf, and Zeitera, that make extensive use of OpenCV. OpenCV’s deployed uses span the range from stitching streetview images together, detecting intrusions in surveillance video in Israel, monitoring mine equipment in China, helping robots navigate and pick up objects at Willow Garage, detection of swimming pool drowning accidents in Europe, running interactive art in Spain and New York, checking runways for debris in Turkey, inspecting labels on products in factories around the world on to rapid face detection in Japan. It has C++, Python, Java and MATLAB interfaces and supports Windows, Linux, Android and Mac OS. OpenCV leans mostly towards real-time vision applications and takes advantage of MMX and SSE instructions when available. A full-featured CUDAand OpenCL interfaces are being actively developed right now. There are over 500 algorithms and about 10 times as many functions that compose or support those algorithms. OpenCV is written natively in C++ and has a templated interface that works seamlessly with STL containers. |
GitHub repositories (42)
Showing the top 20 popular GitHub repositories that depend on OpenCvSharp4.runtime.win:
| Repository | Stars |
|---|---|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
|
ramjke/Translumo
Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.
|
|
|
tixl3d/tixl
TiXL is an open source software to create realtime motion graphics.
|
|
|
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
|
|
|
microsoft/Generative-AI-for-beginners-dotnet
Five lessons, learn how to really apply AI to your .NET Applications
|
|
|
dnobori/DN_SuperBook_PDF_Converter
DN_SuperBook_PDF_Converter - スキャン書籍 PDF をデジタル書籍並みに大変クリアに読みやすくする AI PDF 高品質化・各種調整ツール
|
|
|
NickSwardh/YoloDotNet
YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and live video streams.
|
|
|
Keboo/MaterialDesignInXaml.Examples
A collection of small samples using MaterialDesignInXaml.
|
|
|
Kinovea/Kinovea
Video solution for sport analysis. Capture, inspect, compare, annotate and measure technical performances.
|
|
|
shimat/opencvsharp_samples
|
|
|
babalae/genshin-fishing-toy
🐟 原神自动钓鱼机,有界面且操作简单。Genshin Impact Automatic Fishing Machine.
|
|
|
ksasao/Gochiusearch
A Fast Scene Search Engine for Anime Series 'Gochuumon wa Usagi Desuka?'
|
|
|
Topkill/tianruoocr
天若OCR开源6.0版本,续更开源5.0版,全新版本,全新出发
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
SciSharp/SciSharp-Stack-Examples
Practical examples written in SciSharp's machine learning libraries
|
|
|
PavlikBender/ScreTran
Простой экранный переводчик, screen translator
|
|
|
SciSharp/SharpCV
A Computer Vision library for C# and F# that combines OpenCV and NDArray together in .NET Standard.
|
|
|
guojin-yan/YoloDeployCsharp
Deploying Yolov8-det, Yolov8-pose, Yolov8-cls, and Yolov8-seg models based on C # programming language.
|
|
|
IntptrMax/YoloSharp
Train Yolo with C#
|
|
|
saddam213/OnnxStack
C# Stable Diffusion using ONNX Runtime
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.13.0.20260627 | 84,340 | 6/27/2026 |
| 4.13.0.20260602 | 54,676 | 6/2/2026 |
| 4.13.0.20260531 | 3,268 | 5/31/2026 |
| 4.13.0.20260528 | 6,081 | 5/29/2026 |
| 4.13.0.20260302 | 194,797 | 3/2/2026 |
| 4.13.0.20260228 | 2,705 | 2/28/2026 |
| 4.13.0.20260226 | 4,693 | 2/26/2026 |
| 4.13.0.20260225 | 4,100 | 2/25/2026 |
| 4.13.0.20260222 | 9,050 | 2/22/2026 |
| 4.13.0.20260214 | 37,233 | 2/14/2026 |
| 4.13.0.20260213 | 2,698 | 2/13/2026 |
| 4.13.0.20260211 | 10,156 | 2/11/2026 |
| 4.11.0.20250507 | 1,329,892 | 5/7/2025 |
| 4.11.0.20250506 | 7,969 | 5/6/2025 |
| 4.10.0.20241108 | 944,028 | 11/8/2024 |
| 4.10.0.20241107 | 12,931 | 11/7/2024 |
| 4.10.0.20240616 | 591,861 | 6/16/2024 |
| 4.10.0.20240615 | 18,312 | 6/15/2024 |
| 4.9.0.20240103 | 2,452,353 | 1/3/2024 |
| 4.8.0.20230708 | 965,518 | 7/10/2023 |