Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 569 Bytes

GoCV

The GoCV package supports the latest releases of Go and OpenCV v3.4.2 on Linux, macOS, and Windows. We intend to make the Go language a “first-class” client compatible with the latest developments in the OpenCV ecosystem.


Install GoCV => Linux/macOS/Windows

https://gocv.io/getting-started/


Test Example GoCV

git clone https://github.com/gogetth/GoCV.git
cd GoCV
  • Hello Video

      go run hellovideo.go
    
  • Face Detect

      go run facedetect.go 0 data/haarcascade_frontalface_default.xml
    

Ref. GoCV