Skip to content

v0.1.0

Compare
Choose a tag to compare
@deadprogram deadprogram released this 11 Oct 06:33
· 1231 commits to release since this release

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.