Skip to content

mikitu/go-opencv-fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages