Releases: rainyl/opencv_dart
Releases · rainyl/opencv_dart
v1.2.4
v1.2.3
What's Changed
- fix without declaring an explicit or implicit dependency #225 by @einsitang in #226
- 1.x vec fix by @rainyl in #229
Full Changelog: v1.2.2...v1.2.3
v1.2.2
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
setRangefor 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
- @einsitang made their first contribution in #211
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- use ndk from conan by @rainyl in #187
- add Float16P, Float16List, impl float16 access for Mat by @rainyl in #189
- export Mat properies as leaf functions by @rainyl in #191
- use Mat::Ptr in Mat.ptrAt by @rainyl in #193
- bump version to v1.2.1 by @rainyl in #196
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Issue145 by @rainyl in #147
- refactor vector wrappers by @rainyl in #155
- deprecate copyToWithMask, use copyTo(Mat img, {Mat? mask}) instead by @rainyl in #157
- support fp16 by @rainyl in #158
- add getBackendName() for VideoCapture by @rainyl in #161
- support create Mat from VecU8, etc. by @rainyl in #162
- fix: Better mat format/print #156 by @rainyl in #163
- added from list by @abdelaziz-mahdy in #165
- fix imencode interface by @abdelaziz-mahdy in #168
- fix Mat.size is not correct #170 by @rainyl in #171
- logging interface by @abdelaziz-mahdy in #175
- optimize Rng, remove unnecessay async by @rainyl in #176
- update version to use enabled vulkan version by @abdelaziz-mahdy in #178
- refactor Mat.at, Mat.set, Mat.ptrAt by @rainyl in #172
- improve divide tests by @abdelaziz-mahdy in #181
- updated functions to pass all params by @abdelaziz-mahdy in #182
- bump ffigen to 13.0.0 by @rainyl in #183
- add more methods to Mat, more test, add cv.sqrt, cv.sum by @rainyl in #185
- added more tests by @abdelaziz-mahdy in #186
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- fix setup by @rainyl in #108
- fix CVD_FREE for ctest by @rainyl in #110
- add svd async by @rainyl in #114
- async object detect by @abdelaziz-mahdy in #115
- Async imgproc by @rainyl in #117
- Features2d async by @abdelaziz-mahdy in #126
- Revert "Features2d async" by @rainyl in #129
- Features2d async by @abdelaziz-mahdy in #132
- Async photo & stitching by @abdelaziz-mahdy in #127
- add video, videoio by @rainyl in #131
- add async core by @rainyl in #133
- Rng.uniform,gaussian,next returns a Stream now by @rainyl in #135
- delete xdata of Mat by @rainyl in #138
- remove equatable by @rainyl in #139
- fix equatable by @rainyl in #140
- Contrib async by @abdelaziz-mahdy in #141
- Fix getter setter, Clean code by @rainyl in #142
- Async Impl by @rainyl in #101
- add xobjdetect and ximgproc modules by @rainyl in #72
Full Changelog: v1.0.10...v1.1.0
v1.1.0-dev.1
What's Changed
- fix setup by @rainyl in #108
- fix CVD_FREE for ctest by @rainyl in #110
- add svd async by @rainyl in #114
- async object detect by @abdelaziz-mahdy in #115
- Async imgproc by @rainyl in #117
- Features2d async by @abdelaziz-mahdy in #126
- Revert "Features2d async" by @rainyl in #129
- Features2d async by @abdelaziz-mahdy in #132
- Async photo & stitching by @abdelaziz-mahdy in #127
- add video, videoio by @rainyl in #131
- add async core by @rainyl in #133
- Rng.uniform,gaussian,next returns a Stream now by @rainyl in #135
- delete xdata of Mat by @rainyl in #138
- remove equatable by @rainyl in #139
- fix equatable by @rainyl in #140
- Contrib async by @abdelaziz-mahdy in #141
- Fix getter setter, Clean code by @rainyl in #142
- Async Impl by @rainyl in #101
Full Changelog: v1.0.10...v1.1.0-dev.1
v1.0.10
v1.0.9
v1.0.8
What's Changed
- docs(contributor): contributors readme action update by @github-actions in #94
- improve wrappers, allow clone features of FaceRecognizerSF, more doc by @rainyl in #96
- API change:
FaceRecognizerSF.feature(Mat alignedImg)->FaceRecognizerSF.feature(Mat alignedImg, {bool clone = false}) - Deprecated:
FaceRecognizerSF.newRecognizerFaceRecognizerSF.DIS_TYPR_FR_COSINEFaceRecognizerSF.DIS_TYPE_FR_NORM_L2
Full Changelog: v1.0.7...v1.0.8