|
| 1 | +## 1.2.0 |
| 2 | + |
| 3 | +- Many breaking changes in this version, keep using old version if you do not want to modify your code. |
| 4 | +- Split to multiple libraries by @rainyl in https://github.com/rainyl/opencv_dart/pull/147 |
| 5 | +- refactor vector wrappers by @rainyl in https://github.com/rainyl/opencv_dart/pull/155 |
| 6 | +- deprecate copyToWithMask, use copyTo(Mat img, {Mat? mask}) instead by @rainyl in https://github.com/rainyl/opencv_dart/pull/157 |
| 7 | +- support fp16 by @rainyl in https://github.com/rainyl/opencv_dart/pull/158 |
| 8 | +- add getBackendName() for VideoCapture by @rainyl in https://github.com/rainyl/opencv_dart/pull/161 |
| 9 | +- support create Mat from VecU8, etc. by @rainyl in https://github.com/rainyl/opencv_dart/pull/162 |
| 10 | +- fix: Better mat format/print #156 by @rainyl in https://github.com/rainyl/opencv_dart/pull/163 |
| 11 | +- added from list by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/165 |
| 12 | +- fix imencode interface by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/168 |
| 13 | +- fix Mat.size is not correct #170 by @rainyl in https://github.com/rainyl/opencv_dart/pull/171 |
| 14 | +- logging interface by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/175 |
| 15 | +- optimize Rng, remove unnecessay async by @rainyl in https://github.com/rainyl/opencv_dart/pull/176 |
| 16 | +- update version to use enabled vulkan version by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/178 |
| 17 | +- refactor Mat.at, Mat.set, Mat.ptrAt by @rainyl in https://github.com/rainyl/opencv_dart/pull/172 |
| 18 | +- improve divide tests by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/181 |
| 19 | +- updated functions to pass all params by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/182 |
| 20 | +- bump ffigen to 13.0.0 by @rainyl in https://github.com/rainyl/opencv_dart/pull/183 |
| 21 | +- add more methods to Mat, more test, add cv.sqrt, cv.sum by @rainyl in https://github.com/rainyl/opencv_dart/pull/185 |
| 22 | +- added more tests by @abdelaziz-mahdy in https://github.com/rainyl/opencv_dart/pull/186 |
| 23 | + |
1 | 24 | ## 1.1.0+1 |
2 | 25 |
|
3 | 26 | - Fix: download wrong binaries on `windows` and `linux`, other platforms are not affected. |
|
0 commit comments