Skip to content

0.4

Compare
Choose a tag to compare
@atduskgreg atduskgreg released this 10 Jul 19:59
· 82 commits to master since this release

First real public release! Features include:

  • Load PImages and files into OpenCV
  • Support for a bunch of filters: blur, brightness/contrast, threshold, adaptive threshold, range, invert, dilate and erode, histogram equalization, diff, Canny, Sobel, and Scharr edges
  • Face detection and other cascade-based detection
  • Contour detection with polygon approximation
  • Ability to work in grayscale, RGB, or HSV color space (with support for individual color channels)
  • Histogram calculation
  • Region of Interest support
  • Basic camera calibration support
  • Background subtraction
  • Min and max support
  • Based on OpenCV 2.4.5
  • Tested on 64-bit Mac OS X with Mountain Lion and Lion as well as 32-bit Windows 7