From d05adb803610814a7b7ef82e7a73e36c776cf57a Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Tue, 14 Jun 2022 08:49:44 +0900 Subject: [PATCH] * Upgrade dependencies for OpenCV 4.6.0 --- CHANGELOG.md | 2 +- platform/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae87b6b..c98d36e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Update `FFmpegStreamingTimeout` sample to use `timeout` instead of `stimeout` for RTSP ([pull #1758](https://github.com/bytedeco/javacv/pull/1758)) * Restore static calls to `FFmpegFrameGrabber.tryLoad()` and `FFmpegFrameRecorder.tryLoad()` ([issue #1756](https://github.com/bytedeco/javacv/issues/1756)) * Enable by default on `RealSense2FrameGrabber.start()` all color, depth, and IR streams as `videoStream` ([pull #1750](https://github.com/bytedeco/javacv/pull/1750)) - * Upgrade dependencies for OpenBLAS 0.3.20, FFmpeg 5.0.1, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.1.0 + * Upgrade dependencies for OpenBLAS 0.3.20, OpenCV 4.6.0, FFmpeg 5.0.1, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.1.0 ### February 11, 2022 version 1.5.7 * Fix accuracy and latency issues with `FFmpegFrameGrabber.setVideoFrameNumber()` ([pull #1734](https://github.com/bytedeco/javacv/pull/1734)) diff --git a/platform/pom.xml b/platform/pom.xml index 4bfe111e..c9a48cf5 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -33,7 +33,7 @@ org.bytedeco opencv-platform - 4.5.5-${javacpp.version} + 4.6.0-${javacpp.version} org.bytedeco diff --git a/pom.xml b/pom.xml index e3585a61..f9c53c6d 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ org.bytedeco opencv - 4.5.5-${javacpp.version} + 4.6.0-${javacpp.version} org.bytedeco