# OpenCvSharp [![Build status](https://ci.appveyor.com/api/projects/status/dvjexft02s6b3re6/branch/master?svg=true)](https://ci.appveyor.com/project/shimat/opencvsharp/branch/master) [![GitHub license](https://img.shields.io/github/license/shimat/opencvsharp.svg)](https://github.com/shimat/opencvsharp/blob/master/LICENSE)
Cross platform wrapper of OpenCV for .NET Framework.
Old versions of OpenCvSharp is maintained in [opencvsharp_2410](https://github.com/shimat/opencvsharp_2410).
## Installation
### NuGet
If you have Visual Studio 2012 or later, it is recommended to use [NuGet](http://www.nuget.org/). Search *'opencvsharp3'* on the NuGet Package Manager.
| Package | NuGet |
|--------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| All-in-one package - bundles native OpenCV DLLs | [![NuGet version](https://badge.fury.io/nu/OpenCvSharp3-AnyCPU.svg)](https://badge.fury.io/nu/OpenCvSharp3-AnyCPU) |
| Minimum package | [![NuGet version](https://badge.fury.io/nu/OpenCvSharp3-WithoutDll.svg)](https://badge.fury.io/nu/OpenCvSharp3-WithoutDll) |
| Development Build Package | https://ci.appveyor.com/nuget/opencvsharp |
### Downloads
If you do not use NuGet, get DLL files from the [release page](https://github.com/shimat/opencvsharp/releases).
## Requirements
* [OpenCV 3.4.1](http://opencv.org/)
* [Visual C++ 2017 Redistributable Package](https://go.microsoft.com/fwlink/?LinkId=746572)
* [.NET Framework 2.0](http://www.microsoft.com/ja-jp/download/details.aspx?id=1639) or later / [.NET Core 2.0](https://www.microsoft.com/net/download) / [Mono](http://www.mono-project.com/Main_Page)
OpenCvSharp may not work on UWP and Unity platform. Please consider using [OpenCV for Unity](https://www.assetstore.unity3d.com/en/#!/content/21088)
## Documents
https://shimat.github.io/opencvsharp_docs/index.html
## Usage
For more details, see the **[Wiki](https://github.com/shimat/opencvsharp/wiki)** page.
```C#
// Edge detection by Canny algorithm
using OpenCvSharp;
class Program
{
static void Main()
{
Mat src = new Mat("lenna.png", ImreadModes.GrayScale);
// Mat src = Cv2.ImRead("lenna.png", ImreadModes.GrayScale);
Mat dst = new Mat();
Cv2.Canny(src, dst, 50, 200);
using (new Window("src image", src))
using (new Window("dst image", dst))
{
Cv2.WaitKey();
}
}
}
```
## Features
* OpenCvSharp is modeled on the native OpenCV C/C++ API style as much as possible.
* Many classes of OpenCvSharp implement IDisposable. There is no need to manage unsafe resources.
* OpenCvSharp does not force object-oriented programming style on you. You can also call native-style OpenCV functions.
* OpenCvSharp provides functions for converting from Mat/IplImage into Bitmap(GDI+) or WriteableBitmap(WPF).
* OpenCvSharp can work on [Mono](http://www.mono-project.com/Main_Page). It can run on any platform which [Mono](http://www.mono-project.com/Main_Page) supports (e.g. Linux).
## OpenCvSharp Build Instructions
### Windows
- Install Visual Studio 2017 or later
- VC++ features are required.
- Get all submodules
```
git submodule update --init --recursive
```
- Build tesseract and leptonica using [vcpkg](https://github.com/Microsoft/vcpkg)
```
.\vcpkg install tesseract:x64-windows-static
.\vcpkg install tesseract:x86-windows-static
.\vcpkg integrate install
```
- Build OpenCvSharp
- Open `OpenCvSharp.sln` and build
### Linux
Refer to the [Dockerfile](https://github.com/shimat/opencvsharp/blob/master/Dockerfile) and [Wiki pages](https://github.com/shimat/opencvsharp/wiki).
## License
Licensed under the [BSD 3-Clause License](https://github.com/shimat/opencvsharp/blob/master/LICENSE).
没有合适的资源?快使用搜索试试~ 我知道了~
OpenCv sharp x64
共26个文件
dll:15个
xml:5个
config:4个
5星 · 超过95%的资源 需积分: 9 65 下载量 3 浏览量
2018-12-31
14:53:39
上传
评论
收藏 22.18MB ZIP 举报
温馨提示
Be notified of new releases Create your free GitHub account today to subscribe to this repository for new releases and build software alongside 28 million developers.
资源推荐
资源详情
资源评论
收起资源包目录
OpenCvSharp-4.0.0-x64-20181130.zip (26个子文件)
XmlDoc-English
OpenCvSharp.xml 1.98MB
OpenCvSharp.UserInterface.xml 9KB
OpenCvSharp.Blob.xml 55KB
OpenCvSharp.Extensions.xml 14KB
net40
OpenCvSharp.Blob.dll 39KB
OpenCvSharp.UserInterface.dll 13KB
OpenCvSharp.dll 820KB
OpenCvSharp.dll.config 148B
OpenCvSharp.Extensions.dll 25KB
LICENSE 1KB
README.md 4KB
net461
OpenCvSharp.Blob.dll 39KB
OpenCvSharp.UserInterface.dll 13KB
OpenCvSharp.dll 821KB
OpenCvSharp.dll.config 148B
OpenCvSharp.Extensions.dll 25KB
OpenCvSharpExtern.dll 49MB
net20
OpenCvSharp.Blob.dll 39KB
OpenCvSharp.dll 823KB
OpenCvSharp.dll.config 148B
DebuggerVisualizers
OpenCvSharp.DebuggerVisualizers.dll 9KB
XmlDoc-Japanese
OpenCvSharp.xml 2.05MB
netstandard2.0
OpenCvSharp.Blob.dll 39KB
OpenCvSharp.dll 821KB
OpenCvSharp.dll.config 148B
OpenCvSharp.Extensions.dll 18KB
共 26 条
- 1
资源评论
- Woodaxe2019-07-15谢谢提供~~~~~
sinat_20912793
- 粉丝: 2
- 资源: 14
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 410.基于SpringBoot的高校科研信息管理系统(含报告).zip
- 附件1.植物健康状态的影响指标数据.xlsx
- Windows 10 1507-x86 .NET Framework 3.5(包括.NET 2.0和3.0)安装包
- Image_1732500699692.png
- Windows 10 21h1-x86 .NET Framework 3.5(包括.NET 2.0和3.0)安装包
- VMware 是一款功能强大的虚拟化软件,它允许用户在一台物理计算机上同时运行多个操作系统
- 31万条全国医药价格与采购数据.xlsx
- SQL注入详解,SQL 注入是一种常见的网络安全漏洞,攻击者通过在输入数据中插入恶意的 SQL 语句,欺骗应用程序执行这些恶意语句,从而获取、修改或删除数据库中的数据,甚至控制数据库服务器
- 用C语言实现哈夫曼编码:从原理到实现的详细解析
- py爱心代码高级粒子!!
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功