0.4
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