From a26e5fb2fa6cef9839c6668e260812619bd85102 Mon Sep 17 00:00:00 2001 From: Steeve Date: Wed, 8 Nov 2017 16:43:50 +0100 Subject: [PATCH] Add gocv (#1667) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5625bb69..0b7a5d15 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go. * [go-opencv](https://github.com/lazywei/go-opencv) - Go bindings for OpenCV. * [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. +* [gocv](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. * [govatar](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. * [imagick](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. * [imaginary](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing.