Skip to content

0.4.5

Compare
Choose a tag to compare
@atduskgreg atduskgreg released this 17 Oct 20:45
· 50 commits to master since this release
  • 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.