https://github.com/electricbubble/guia2-ext-opencv
guia2 的图片匹配扩展库
https://github.com/electricbubble/guia2-ext-opencv
Last synced: over 1 year ago
JSON representation
guia2 的图片匹配扩展库
- Host: GitHub
- URL: https://github.com/electricbubble/guia2-ext-opencv
- Owner: electricbubble
- License: mit
- Created: 2020-08-18T05:53:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T05:55:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T09:46:14.084Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guia2-ext-opencv
[electricbubble/guia2](https://github.com/electricbubble/guia2) 的图片匹配扩展库。
## 安装
> 必须先安装好 `OpenCV`,安装步骤可参考 `hybridgroup/gocv`:
> - [macOS](https://github.com/hybridgroup/gocv#macos)
> 建议直接用 `Homebrew` 安装
```bash
go get github.com/electricbubble/guia2-ext-opencv
```