Releases: rainyl/opencv_dart
Releases · rainyl/opencv_dart
v1.4.3
v1.4.2+1
What's Changed
Full Changelog: v1.4.2...v1.4.2+1
v1.4.2
What's Changed
- remove ndkVersion from opencv_core and opencv_dart android/build.gradle by @rainyl in #340
- Add
externalSize
option when attaching to help auto disposing by @rainyl in #342 - Bump ffigen from 16.1.0 to 17.0.0 in /packages/dartcv by @dependabot in #343
- Bump ffigen from 17.0.0 to 18.0.0 in /packages/dartcv by @dependabot in #346
- [opencv_core] & [opencv_dart] with android auto ignore unuse abi by @einsitang in #348
- Add docs for VecVec* operator[] by @rainyl in #350
- Enhance README and CMakeLists for OpenCV module customization by @abdelaziz-mahdy in #355
- bump opencv to 4.11.0+1, dartcv to 4.11.0.3 by @rainyl in #359
- added API for approxPolyN by @lennartalff in #362
- docs(contributor): contributors readme action update by @github-actions in #363
- [Imgproc] Add more 2f version APIs for high-precision usage by @rainyl in #364
New Contributors
- @lennartalff made their first contribution in #362
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Add async version of VideoCapture.grab() by @Gold872 in #329
- docs(contributor): contributors readme action update by @github-actions in #330
- Fix dependabot by @rainyl in #331
- Bump ffigen from 14.0.1 to 16.1.0 in /packages/dartcv by @dependabot in #332
- Add fromBuff constructor for Mat by @westito in #335
- Wrap code inside
try finally
forMat.fromList
by @rainyl in #336 - docs(contributor): contributors readme action update by @github-actions in #337
- Mat at set by @rainyl in #338
New Contributors
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Note: highly recommended to upgrade
What's Changed
- make file auto clone by @abdelaziz-mahdy in #300
- add isContourConvex, intersectConvexConvex by @rainyl in #299
- add Vec version of imencode imdecode, add haveImageReader haveImageWr… by @rainyl in #305
- fix reference of estimateAffinePartial2D by @Escaton615 in #316
- docs(contributor): contributors readme action update by @github-actions in #317
- No copy vec, update to opencv 4.11.0 by @rainyl in #315
- More
calib3d
functions by @rainyl in #324 - make the version of
dartcv4
fixed (without^
) in opencv_core and … by @rainyl in #325
New Contributors
- @Escaton615 made their first contribution in #316
Thanks for all the contributors and users, happy chinese new year 🎉
Full Changelog: v1.3.3...v1.4.0
v1.3.3
v1.3.2
What's Changed
- bump DartCvIOS and DartCvMacOS to 4.10.0.4 by @rainyl in #281
- [Android] Remove debug info in release build to reduce package size by @rainyl in #283
- Fix: minEnclosingCircle by @rainyl in #285
- hide highgui from building, cache options by @rainyl in #286
- remove macos_arm_size_report.json by @abdelaziz-mahdy in #287
- add commit token by @rainyl in #288
- add publish.yml by @rainyl in #289
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- adding size comparison by @abdelaziz-mahdy in #277
- Hide highgui in opencv_core and opencv_dart by @rainyl in #278
- bump dartcvios and dartcvmacos to 4.10.0.3, conditionally add link flag
-ld_classic
for ios and macos by @rainyl in #280
Full Changelog: v1.3.0...v1.3.1
v1.3.0
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
What's Changed
- add quality module by @rainyl in #239
- Bump ffigen from 13.0.0 to 14.0.0 by @dependabot in #242
- Cmake install to platform dir by @rainyl in #243
- fix: [iOS] opencv_dart framework is missing MinimumOSVersion #246 by @rainyl in #247
- do not dispose vec in Mat.fromVec by @rainyl in #250
New Contributors
- @dependabot made their first contribution in #242
Full Changelog: v1.2.4...v1.2.5