v1.0.1
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