Skip to content

Releases: hybridgroup/gocv

v0.1.1

11 Oct 10:54
Compare
Choose a tag to compare

Minor docs update for installation instructions.

v0.1.0

11 Oct 06:33
Compare
Choose a tag to compare

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.