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