OpenCvSharp4.Cuda.runtime.win 1.0.3

dotnet add package OpenCvSharp4.Cuda.runtime.win --version 1.0.3
                    
NuGet\Install-Package OpenCvSharp4.Cuda.runtime.win -Version 1.0.3
                    
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="OpenCvSharp4.Cuda.runtime.win" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenCvSharp4.Cuda.runtime.win" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="OpenCvSharp4.Cuda.runtime.win" />
                    
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 OpenCvSharp4.Cuda.runtime.win --version 1.0.3
                    
#r "nuget: OpenCvSharp4.Cuda.runtime.win, 1.0.3"
                    
#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 OpenCvSharp4.Cuda.runtime.win@1.0.3
                    
#: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=OpenCvSharp4.Cuda.runtime.win&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=OpenCvSharp4.Cuda.runtime.win&version=1.0.3
                    
Install as a Cake Tool

OpenCvSharp Native Runtime Package

This is an internal implementation package for OpenCvSharp. It provides the native OpenCV shared library (OpenCvSharpExtern) for a specific platform.

Package Versions & Architectures

Because CUDA binaries can become extremely large, this library is offered in several architecture-specific packages to save deployment space, as well as a "Combined" package that supports all modern GPUs.

When installing, replace {OS} with either win linux-x64, depending on your target environment.

Target Hardware Package Naming Convention SM Arch Notes
All Modern GPUs OpenCvSharp4.Cuda.runtime.{OS} 7.5 - 10.0 Combined package. Best for distribution to unknown hardware. Very large file size (~600MB+).
RTX 20-series OpenCvSharp4.Cuda.runtime.{OS}.Turing SM 7.5 Optimized specifically for Turing.
RTX 30-series, A-series OpenCvSharp4.Cuda.runtime.{OS}.Ampere SM 8.6 Optimized specifically for Ampere.
RTX 40-series, Ada generation OpenCvSharp4.Cuda.runtime.{OS}.Ada SM 8.9 Optimized specifically for Ada Lovelace.
RTX 50-series, Blackwell OpenCvSharp4.Cuda.runtime.{OS}.Blackwell SM 10.0 Optimized specifically for Blackwell.

Note: The architecture-specific packages include PTX code, allowing them to forward-compile (JIT) onto newer architectures at runtime. However, for the best performance and lowest startup latency, you should use the package that perfectly matches your target hardware.

Resources

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on OpenCvSharp4.Cuda.runtime.win:

Package Downloads
OpenCvSharp4.Cuda.runtime.win.Ada

Internal implementation package for OpenCvSharp to work on Windows except UWP. Based upon shimat's work, added cuda

OpenCvSharp4.Cuda.runtime.win.Ampere

Internal implementation package for OpenCvSharp to work on Windows except UWP. Based upon shimat's work, added cuda

OpenCvSharp4.Cuda.runtime.win.Blackwell

Internal implementation package for OpenCvSharp to work on Windows except UWP. Based upon shimat's work, added cuda

OpenCvSharp4.Cuda.runtime.win.Turing

Internal implementation package for OpenCvSharp to work on Windows except UWP. Based upon shimat's work, added cuda

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.3 99 6/8/2026
1.0.1 230 5/27/2026
1.0.0 101 5/27/2026