JavaCV v0.1 Release Notes

Release Date: 2012-05-27 // almost 12 years ago
    • Started using version numbers, friendly to tools like Maven, and placing packages in a sort of Maven repository
    • JavaCV can now extract and load native dependent libraries such as libopencv_core.so.2.4, libopencv_core.2.4.dylib, opencv_core240.dll, etc. from Java resources placed inside the com.googlecode.javacv.cpp.<platform.name> package (i.e.: under the /com/googlecode/javacv/cpp/<platform.name>/ directory of a JAR file in the classpath) (issue #146)
    • Included new FaceApplet sample to demonstrate How to use JavaCV in an applet
    • Added handy IplImage.asCvMat() and CvMat.asIplImage() conversion methods
    • Fixed a few small things with OpenCVFrameGrabber, opencv_contrib, opencv_legacy, and opencv_stitching