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.