Releases: atduskgreg/opencv-processing
Releases · atduskgreg/opencv-processing
0.5.4
0.5.2
- Implementation of Optical Flow using the Farneback algorithm. See the example
- Support for arm7 devices (Thanks, @jmwohl!)
0.5.0
0.4.5
- Add a version of detect() that allows additional options for detection speed (thanks @eyaler).
- Add a version of loadCascade() that accepts an absolute path to the cascade xml file so you can load your own.
- Add a flip() function for @bengrosser.
- Add a helper function for converting OpenCV Rect[] to java.awt Rectangle[] so people can experiment with other detectMultiScale() options.
- Add significant amounts of additional Javadocs.
0.4.4
0.4.3
0.4.2
Features:
- Official support for 32- and 64-bit Linux (thanks Arturo Castro!)
- ConvexHull support for Contours
- First release meant for inclusion in the Processing contributions manager.
0.4.1
Much-improved Windows support and Eclipse compatibility thanks to @P0ulp! Improvements. Plus a few other things!
- Cascade paths calculate correctly on Windows so face detection works.
- Histograms draw correctly on Windows
- Updated libs structure
- Improved Eclipse compatibility
- blur() has options for directionality, i.e. horizontal- or vertical-only blurring
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
0.4 Beta1
This could be it! Finished the last of the features on the 0.4 milestone. Need to get some additional testing, but this could be the 0.4 release version. Changes:
- renamed Mat variables with mat-prefixed instead of buffer-prefixed names
- renamed Mat access functions to not include the term "buffer"