Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milosgajdos/gocv-playground
This repo contains various https://gocv.io/ examples
https://github.com/milosgajdos/gocv-playground
go gocv golang image-manipulation image-processing opencv opencv-go opencv3
Last synced: 6 days ago
JSON representation
This repo contains various https://gocv.io/ examples
- Host: GitHub
- URL: https://github.com/milosgajdos/gocv-playground
- Owner: milosgajdos
- License: apache-2.0
- Created: 2018-03-11T23:18:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T09:41:25.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:34:11.632Z (16 days ago)
- Topics: go, gocv, golang, image-manipulation, image-processing, opencv, opencv-go, opencv3
- Language: Go
- Size: 1.44 MB
- Stars: 40
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocv-playground
This repo contains various [gocv](https://gocv.io/) examples.
Many of these tutorials are heavily inspired by the awesome `Python OpenCV` tutorials you can find [here](http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_tutorials.html).
I wanted to play around with `gocv` and had no place to start with that would show th usage of the package for various use cases, so I started hacking up stuff together for my reference; I figured it might be helpful to other fwllow gophers.