Skip to content

Releases: rainyl/opencv_dart

v1.0.7

11 Jun 14:01

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

09 Jun 04:58

Choose a tag to compare

What's Changed

  • free cExt before exception by @rainyl in #73
  • add data getter for Vec<int,uchar,chat,float,double>, cache type of Mat by @rainyl in #74
  • add auto build by @rainyl in #78
  • docs(contributor): contributors readme action update by @github-actions in #79
  • hotfix: update binary version of v1.0.5+1 by @rainyl in #84
  • fix auto setup by @rainyl in #83
  • make VecUChar.toU8List() return a copy of data by @rainyl in #83
  • upgrade to OpenCV 4.10.0 by @rainyl in #83

New Contributors

  • @github-actions made their first contribution in #79

Full Changelog: v1.0.5...v1.0.6

v1.0.5+2

07 Jun 19:32

Choose a tag to compare

What's Changed

  • free cExt before exception by @rainyl in #73
  • add data getter for Vec<int,uchar,chat,float,double>, cache type of Mat by @rainyl in #74
  • add auto build by @rainyl in #78
  • docs(contributor): contributors readme action update by @github-actions in #79
  • hotfix: update binary version of v1.0.5+1 by @rainyl in #84

New Contributors

  • @github-actions made their first contribution in #79

Full Changelog: v1.0.5...v1.0.5+2

v1.0.5

02 Jun 15:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

19 May 01:42

Choose a tag to compare

What's Changed

  • Fix: Stitcher.composePanorama by @rainyl in #49
  • Fix: Pyr down up border type by @rainyl in #51
  • Revert to 3.19.6 due to coverage wont exit by @rainyl in #54
  • Add LUT for cv_8u cv_8s cv_16u and cv_16s by @rainyl in #57
  • Improve the performance of at and set, add Mat.atU8, Mat.setU8, etc. by @rainyl in #58
  • New API: cv.Subdiv2D by @rainyl and @Jiinwoo in #60 #56

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 May 02:17
95547f4

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

01 May 05:25
18ecabd

Choose a tag to compare

What's Changed

  • API change: meanStdDev, add stddev() and variance() for Mat by @rainyl in #37
  • Add flutter build for android and ios by @rainyl in #38
  • Fix macos x64 build by @rainyl in #39 #40

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Apr 10:44

Choose a tag to compare

What's Changed

  • Update test.yaml by @rainyl in #22
  • Add Dnn test models to enable test in workflow by @rainyl in #25
  • separate opencv to speedup compile by @rainyl in #26
  • Add more test for array.dart and CvVec by @rainyl in #27
  • [New Module] contrib:wechat_qrcode by @rainyl in #28
  • API change: cv.Mat.fromScalar(Scalar s, MatType type, {int rows = 1, int cols = 1}) -> (int rows, int cols, MatType type, Scalar s)
  • API change: cv.VideoCapture.getProp(int propId) -> cv.VideoCapture.get(int propId), cv.VideoCapture.setProp(int propId, double value) -> cv.VideoCapture.get(int propId, double value)
  • Include ffmpeg.dll for windows

Full Changelog: v1.0.0+1...v1.0.1

DNN: Test Files

v1.0.0+1

07 Apr 17:18

Choose a tag to compare

What's Changed

  • Replace Finalizer with ffi.NativeFinalizer by @rainyl in #21
  • update Mat.toList(), Mat.toList3d<T, P>(), remove Mat.toList4D()
  • update Mat.data, now return a view of data pointer, same as v0.6.*
  • fix memory leak caused by Finalizer, now GC will also be triggered correctly in pure dart

Full Changelog: v1.0.0...v1.0.0+1