A simple and fast face detector using gocv and har cascade classifier.
-
install gocv and open cv using the following commands.
go get -u -d gocv.io/x/gocvcd $GOPATH/src/gocv.io/x/gocvmake install -
If it works correctly, at the end of the entire process, the following message should be displayed:
gocv version: 0.17.0opencv lib version: 4.0.0 -
Install gtk and gtk3 modules.
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
-
To run the program
go run main.go -image input/image.jpg
