ColorVision.Core 1.5.5.1

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

ColorVision.Core

🎯 功能定位

OpencCV413 以及其他相关算法的 .NET 互操作层,提供高性能的算法调用接口,支持跨语言数据传递和内存管理。

作用范围

底层接口层,为上层应用提供高性能算法调用接口。

主要功能点

  • C++互操作 - .NET与C++算法库的接口封装
  • 内存管理 - 跨语言内存安全管理
  • 类型转换 - .NET和C++数据类型的转换
  • 异常处理 - 统一的异常处理和错误传递
  • 性能优化 - 高效的数据传递和调用机制

与主程序的依赖关系

被引用方式:

  • cvColorVision 引用用于算法实现
  • ColorVision.Engine 间接引用

引用的外部依赖:

  • C++ 算法动态链接库
  • P/Invoke 接口定义

维护者

ColorVision 核心团队

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ColorVision.Core:

Package Downloads
ColorVision.ImageEditor

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.5.1 104 4/13/2026
1.5.2.3 97 4/12/2026
1.5.2.2 95 3/31/2026
1.5.2.1 109 2/22/2026
1.5.1.2 115 2/21/2026
1.5.1.1 127 2/16/2026
1.4.1.1 123 2/3/2026
1.3.10.2 117 1/29/2026
1.3.10.1 120 1/14/2026
1.3.9.7 231 12/12/2025
1.3.9.6 464 12/9/2025
1.3.9.5 292 11/25/2025
1.3.9.4 236 11/22/2025
1.3.9.3 313 11/16/2025
1.3.9.2 307 11/13/2025
1.3.9.1 208 10/3/2025
1.3.8.3 218 9/30/2025
1.3.8.2 205 9/29/2025
1.3.8.1 212 9/25/2025
1.3.7.1 234 9/21/2025
Loading failed