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