JavaCV v1.4.3 Release Notes

Release Date: 2018-10-15 // over 5 years ago
    • Add imageScalingFlags property to FrameGrabber and FrameRecorder, with SWS_BILINEAR as default for FFmpeg (issue #845)
    • Add OpenCVFrameConverter.ToOrgOpenCvCoreMat to easily but efficiently get image data from official Java API of OpenCV (issue bytedeco/javacpp#38)
    • Keep globally shared callback objects for FFmpeg out of PointerScope (issue #911)
    • Upgrade dependencies for OpenCV 3.4.3, FFmpeg 4.0.2, and Tesseract 4.0.0-rc2
    • Update the Demo class to use the C++ API of OpenCV (issue #1042)
    • Add new DeepLearningFaceDetection (pull #1041) and PerspectiveWarpDemo (pull #1066) samples