gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.

OTHER License

Stars
6.6K
Committers
166

Bot releases are visible (Hide)

gocv - v0.1.1

Published by deadprogram about 7 years ago

Minor docs update for installation instructions.

gocv - v0.1.0

Published by deadprogram about 7 years ago

This is the first "official" release of GoCV.

What works

  • Video capture
  • GUI Window to display video
  • Image load/save
  • CascadeClassifier for object detection/face tracking/etc.
  • Installation instructions for Ubuntu
  • Installation instructions for OS X
  • Code example to use VideoWriter
  • Intel CV SDK PVL FaceTracker/Face support
  • A number of useful imgproc Image processing algorithms, specifically box filter, Gaussian filter, Canny filter, HoughLines, & HoughLinesP.
  • Travis CI build
  • At least minimal test coverage for each OpenCV class, total coverage is 97%.
  • Useful commands/examples for mjpeg-streamer, savevideo, etc.