An open API service indexing awesome lists of open source software.

https://github.com/electricbubble/opencv-helper

Helper Functions for OpenCV library for Image processing
https://github.com/electricbubble/opencv-helper

Last synced: 11 months ago
JSON representation

Helper Functions for OpenCV library for Image processing

Awesome Lists containing this project

README

          

# OpenCV-Helper

基于 [hybridgroup/gocv](https://github.com/hybridgroup/gocv) 实现的一个图像匹配辅助库。

## 安装

> 必须先安装好 `OpenCV`,安装步骤可参考 `hybridgroup/gocv`:
> - [macOS](https://github.com/hybridgroup/gocv#macos)
> - [Ubuntu/Linux](https://github.com/hybridgroup/gocv#ubuntulinux)
> - [Windows](https://github.com/hybridgroup/gocv#windows)

```bash
go get -u github.com/electricbubble/opencv-helper
```