JavaCV v0.2 Release Notes

Release Date: 2012-07-21 // almost 12 years ago
    • Provided new javacv-linux-arm.jar build thanks to Jeremy Nicola (issue #184)
    • Additional default properties inside pom.xml make it easier to build JavaCV from source (issue #202), calling mvn package now succeeds with only OpenCV and a C++ compiler for JavaCPP
    • Made a few minor updates for OpenCV 2.4.2
    • New Pointer.limit property of JavaCPP can now be used to get the size of an output parameter, and to specify the maximum size on input as well
    • Upgraded supported FFmpeg API to the 0.11 release branch
    • Added audio support to FFmpegFrameGrabber (call grabFrame() instead of grab()) and FFmpegFrameRecorder (call setAudioChannels() before start(), and record(Frame) instead of record(IplImage)) (issue #160)
    • Gave better default FFmpegFrameRecorder settings to H.263, MPEG-4, etc. codecs and fixed H.264 encoding with libx264 (issue #160)
    • Refined the FaceApplet sample
    • Fixed FlannBasedMatcher constructor, FaceRecognizer.train(), and Stitcher.stitch()/composePanorama() (issue #211)
    • Fixed CanvasFrame sometimes blanking out under Windows and maybe Linux (issue #212)