From 2a672ed0e1bcfa6e83a538dbaed8023e4428fe79 Mon Sep 17 00:00:00 2001 From: Bert Chang Date: Wed, 9 Jul 2014 14:55:58 +0800 Subject: [PATCH 1/2] Add go-opencv. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 254cb0d..622697b 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating images.* * [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. * [img](https://github.com/hawx/img) - A selection of image manipulation tools. * [imagick](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. From 41c5bbe0057cc2a36451e2d843f14fadb1fdf041 Mon Sep 17 00:00:00 2001 From: Bert Chang Date: Wed, 9 Jul 2014 14:58:02 +0800 Subject: [PATCH 2/2] Add GoLearn. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 622697b..c796ead 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-fann](https://github.com/white-pony/go-fann) - Go bindings for Fast Artificial Neural Networks(FANN) library. * [go-galib](https://github.com/thoj/go-galib) - Genetic Algorithms library written in Go / golang * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go +* [GoLearn](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. * [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. * [libsvm](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14. * [mlgo](https://code.google.com/p/mlgo/) - This project aims to provide minimalistic machine learning algorithms in Go.