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
- Host: GitHub
- URL: https://github.com/electricbubble/opencv-helper
- Owner: electricbubble
- License: mit
- Created: 2020-05-22T01:44:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T15:52:40.000Z (over 2 years ago)
- Last Synced: 2024-06-21T14:25:50.875Z (almost 2 years ago)
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```