gtrevg / go-opencv-fd

Face detection with opencv and go(lang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face detection with go(lang) and opencv

Install

Linux & Mac OS X

Install Go, Glide and OpenCV. You might want to install all of them via apt-get or homebrew.

cd $GOPATH/src/github.com/[username]
git clone https://github.com/mikitu/go-opencv-fd.git
cd go-opencv-fd
glide install
go run src/main.go

About

Face detection with opencv and go(lang)


Languages

Language:Go 100.0%