Skip to content

Releases: rainyl/opencv_dart

v1.3.0

25 Oct 12:08
580213b
Compare
Choose a tag to compare

What's Changed

  • breaking change: local build. Will download opencv sdk (~100M) from remote, set DARTCV_CACHE_DIR to cache it and avoid downloading in every build.
  • breaking change: many async class constructors and getters/setters were removed.
  • Breaking change: highgui, remove Window and Trackbar class, use functions like opencv c++ and python directly, e.g., cv.namedWindow("TestWindow"), more examples refer to: https://github.com/rainyl/opencv_dart/blob/main/packages/dartcv/test/highgui_test.dart
  • macos: support 10.15 and above
  • android: API level 24 and above
  • ios: 12.0 and above
  • support custom linked ffmpeg 6.1 for windows, linux, android, macos
  • add DartCvMacOS dependency for macos
  • add DartCvIOS for ios
  • move all dart code to independent plugin dartcv4
  • bump dartcv to 1.0.1
  • add cv.Mat.fromMat
  • update examples by @rainyl in #260
  • fix change log styling by @abdelaziz-mahdy in #261
  • Support local build, support ffmpeg for windows, linux, macos, android by @rainyl in #262
  • fix formatter, coveragee by @rainyl in #269
  • Docs and more tests by @rainyl in #270
  • update readme by @rainyl in #271 #272 #273
  • more tests, bump opencv_core and opencv_dart to 1.3.0 by @rainyl in #274

Full Changelog: v1.2.5...v1.3.0

v1.2.5

27 Sep 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

06 Sep 01:18
5779dac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

29 Aug 17:00
a1ce3b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

25 Aug 14:21
e87c1af
Compare
Choose a tag to compare

What's Changed

  • remove arm64 and x64 setup options for ios by @rainyl in #202
  • rename factory VideoWriter.open to VideoWriter.fromFile, add support … by @rainyl in #203
  • add discord server by @rainyl in #207
  • fix by @rainyl in #208
  • check libs for android by @rainyl in #210
  • Android Plugin custom arch support by @einsitang in #211
  • docs(contributor): contributors readme action update by @github-actions in #214
  • use setRange for Vec, optimize operator [] by @rainyl in #215
  • add asVec() to List extensions by @rainyl in #222
  • bump version to v1.2.2 by @rainyl in #223
  • support ANDROID_NDK_HOME in conanfile by @rainyl in #224

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

31 Jul 11:41
cb04456
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Jul 13:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

04 Jul 14:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.1.0

v1.1.0-dev.1

02 Jul 09:14
Compare
Choose a tag to compare
v1.1.0-dev.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.10...v1.1.0-dev.1

v1.0.10

18 Jun 14:53
dcb17be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10