2 Star 2 Fork 1

阿狸/opencvsharp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
OpenCvSharp4.runtime.uwp.nuspec 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
shimat 提交于 2019-12-22 14:22 +08:00 . 4.2.0
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OpenCvSharp4.runtime.uwp</id>
<version>4.2.0.20190901</version>
<title>OpenCvSharp4 native bindings for UWP x64/x86/ARM</title>
<authors>shimat</authors>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/shimat/opencvsharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/shimat/opencvsharp/master/nuget/icon/opencvsharp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Internal implementation package for OpenCvSharp to work on UWP (Universal Windows Platform).</description>
<summary>Internal implementation package for OpenCvSharp to work on UWP (Universal Windows Platform).</summary>
<releaseNotes></releaseNotes>
<copyright>Copyright 2008-2019</copyright>
<tags>Image Processing OpenCV Wrapper FFI opencvsharp</tags>
<dependencies>
<group targetFramework="netstandard2.0"></group>
<group targetFramework="netcoreapp2.1"></group>
</dependencies>
<frameworkAssemblies>
</frameworkAssemblies>
</metadata>
<files>
<file src="..\src\Release\uwpOpenCvSharpExtern\x64\OpenCvSharpExtern.dll" target="runtimes\win-x64\native" />
<file src="..\src\Release\uwpOpenCvSharpExtern\Win32\OpenCvSharpExtern.dll" target="runtimes\win-x86\native" />
<file src="..\src\Release\uwpOpenCvSharpExtern\ARM\OpenCvSharpExtern.dll" target="runtimes\win-arm\native" />
<file src="..\opencv_files_420\uwp-x64\x64\vc16\bin\opencv_world420.dll" target="runtimes\win-x64\native" />
<file src="..\opencv_files_420\uwp-x86\x86\vc16\bin\opencv_world420.dll" target="runtimes\win-x86\native" />
<file src="..\opencv_files_420\uwp-arm\x86\vc16\bin\opencv_world420.dll" target="runtimes\win-arm\native" />
<file src="..\opencv_files_420\uwp-x64\x64\vc16\bin\opencv_img_hash420.dll" target="runtimes\win-x64\native" />
<file src="..\opencv_files_420\uwp-x86\x86\vc16\bin\opencv_img_hash420.dll" target="runtimes\win-x86\native" />
<file src="..\opencv_files_420\uwp-arm\x86\vc16\bin\opencv_img_hash420.dll" target="runtimes\win-arm\native" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/MasterNo1/opencvsharp.git
git@gitee.com:MasterNo1/opencvsharp.git
MasterNo1
opencvsharp
opencvsharp
master

搜索帮助