https://github.com/ashwin-rajeev/golang-face-detector
A face detecting application built using Golang
https://github.com/ashwin-rajeev/golang-face-detector
cascade-classifier face-detection gocv golang opencv
Last synced: 14 days ago
JSON representation
A face detecting application built using Golang
- Host: GitHub
- URL: https://github.com/ashwin-rajeev/golang-face-detector
- Owner: Ashwin-Rajeev
- License: bsd-2-clause
- Created: 2019-02-19T11:32:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T12:17:37.000Z (about 6 years ago)
- Last Synced: 2024-06-20T10:07:53.729Z (11 months ago)
- Topics: cascade-classifier, face-detection, gocv, golang, opencv
- Language: Go
- Homepage:
- Size: 215 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-face-detector
A simple and fast face detector using gocv and har cascade classifier.
## Usage
Need to install opencv and gocv in your machine
---
- install gocv and open cv using the following commands.```go get -u -d gocv.io/x/gocv```
```cd $GOPATH/src/gocv.io/x/gocv```
```make install```
- If it works correctly, at the end of the entire process, the following message should be displayed:```gocv version: 0.17.0```
``` opencv 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```
## Output
