Skip to content

Commit 2e39640

Browse files
committed
* Upgrade dependencies for OpenCV 3.4.2
1 parent eb008a3 commit 2e39640

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2+
* Add new `KazemiFacemarkExample` and `LBFFacemarkExampleWithVideo` samples ([pull #1030](https://github.com/bytedeco/javacv/pull/1030))
23
* Expose `apiPreference` constructor argument of `VideoCapture` to `OpenCVFrameGrabber` ([pull #1025](https://github.com/bytedeco/javacv/pull/1025))
34
* Add `LeptonicaFrameConverter` to easily but efficiently pass image data to Tesseract ([issue bytedeco/javacpp-presets#224](https://github.com/bytedeco/javacpp-presets/issues/224))
45
* Update `RecordActivity` to fix issue with pixel formats ([issue #979](https://github.com/bytedeco/javacv/issues/979))
56
* Fix `FFmpegFrameFilter` to support negative strides returned by "vflip" ([pull #977](https://github.com/bytedeco/javacv/pull/977))
67
* Fix `FFmpegFrameFilter` on Mac throwing "Resource temporarily unavailable" ([issue #974](https://github.com/bytedeco/javacv/issues/974))
7-
* Upgrade dependencies for FFmpeg 4.0.1 and Tesseract 4.0.0-beta.3
8+
* Upgrade dependencies for OpenCV 3.4.2, FFmpeg 4.0.1 and Tesseract 4.0.0-beta.3
89
* Add initial limited version of `JavaFXFrameConverter` ([pull #969](https://github.com/bytedeco/javacv/pull/969))
910
* Revert default behavior of `FFmpegFrameGrabber.setTimestamp()` to previous version ([pull #949](https://github.com/bytedeco/javacv/pull/949))
1011
* Add support for audio frames to `FFmpegFrameFilter` ([issue #492](https://github.com/bytedeco/javacv/issues/492))

platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.bytedeco.javacpp-presets</groupId>
3030
<artifactId>opencv-platform</artifactId>
31-
<version>3.4.1-${javacpp.version}</version>
31+
<version>3.4.2-${javacpp.version}</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.bytedeco.javacpp-presets</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.bytedeco.javacpp-presets</groupId>
7676
<artifactId>opencv</artifactId>
77-
<version>3.4.1-${javacpp.version}</version>
77+
<version>3.4.2-${javacpp.version}</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.bytedeco.javacpp-presets</groupId>

0 commit comments

Comments
 (0)