Skip to content

Commit

Permalink
bump opencv_core and opencv_dart to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Feb 11, 2025
1 parent e67466c commit 0175a63
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
9 changes: 9 additions & 0 deletions packages/opencv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.4.1

* add `VideoCapture.grabAsync`
* add `Mat.fromBuffer` to allow creating `Mat` from self-managed buffer
* add `copyData` parameter to `Mat.fromVec`
* remove `Mat.fromPtr`, merge it to `Mat.fromMat`
* add `Mat.atU8`, `Mat.setU8`, etc.
* remove deprecated `Mat.copyToWithMask`, `List<Mat>.asVecMat()`

## 1.4.0

* update to OpenCV 4.11.0
Expand Down
6 changes: 3 additions & 3 deletions packages/opencv_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: |
OpenCV4 bindings for Flutter.
This plugin does NOT include `highgui` and `videoio`,
if you need them, please use `opencv_dart` instead.
version: 1.4.0
version: 1.4.1
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.1
dartcv_version: 4.11.0.2
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_core

Expand All @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: 1.1.2
dartcv4: 1.1.3

dev_dependencies:
test: ^1.25.2
Expand Down
9 changes: 9 additions & 0 deletions packages/opencv_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.4.1

* add `VideoCapture.grabAsync`
* add `Mat.fromBuffer` to allow creating `Mat` from self-managed buffer
* add `copyData` parameter to `Mat.fromVec`
* remove `Mat.fromPtr`, merge it to `Mat.fromMat`
* add `Mat.atU8`, `Mat.setU8`, etc.
* remove deprecated `Mat.copyToWithMask`, `List<Mat>.asVecMat()`

## 1.4.0

* update to OpenCV 4.11.0
Expand Down
6 changes: 3 additions & 3 deletions packages/opencv_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: |
OpenCV4 bindings for Flutter, using dart:ffi.
This plugin include `videoio` module, if you don't need it,
please use `opencv_core` instead.
version: 1.4.0
version: 1.4.1
opencv_version: 4.11.0+0
dartcv_version: 4.11.0.1
dartcv_version: 4.11.0.2
repository: https://github.com/rainyl/opencv_dart
homepage: https://github.com/rainyl/opencv_dart/tree/main/packages/opencv_dart

Expand All @@ -16,7 +16,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dartcv4: 1.1.2
dartcv4: 1.1.3

dev_dependencies:
test: ^1.25.2
Expand Down

0 comments on commit 0175a63

Please sign in to comment.