JavaCV v0.9 Release Notes

Release Date: 2014-07-27 // over 9 years ago
    • Remove platform property from pom.xml, replaced with the platform.dependency one in JavaCPP Presets (issue #10)
    • Add new RLSA sample, thanks to Nicholas Woodward (issue #469)
    • Fix a timestamp rounding issue in FFmpegFrameGrabber that causes setFrameNumber() to sometimes pick the wrong frame if FPS is not a proper divisor of 1000000 (issue #5)
    • Increase the flexibility of the pom.xml file by making it possible to specify a custom version of JavaCPP
    • Add missing dependencies for JogAmp in the pom.xml file (issue #2)
    • Add new OpenCVFaceRecognizer sample, thanks to Petter Christian Bjelland
    • Add new OpticalFlowDense sample, thanks to Dawit Gebreyohannes (issue #468)
    • Make it easier to try out the FaceRecognition.java sample (issue #1)