v0.1.33
Changelog
v0.1.33 (2023-08-01)
Browse the Repository | Released Assets
What's Changed
- Updated to OpenCV 4.8.0. Some APIs may have changed, please see OpenCV's release note for more information.
- Using manylinux2014 to build precompiled binaries for x86_64-linux-gnu (w/ and w/o contrib, except for the cuda ones). This lowers the required glibc version to 2.17.
- docs: fix constants by @mnishiguchi in #190
- docs(warpPerspective): enhance with Kino and some text by @mnishiguchi in #191
- Correct the release dates in CHANGELOG.md by @edwardzhou in #194
- override env
EVISION_PREFER_PRECOMPILED
when building from source by @cocoa-xu in #197 - Using asdf by @cocoa-xu in #199
- Fix model zoo url by @RyoWakabayashi in #204
- Fix face detection bbox by @RyoWakabayashi in #207
- Update model zoo URL by @RyoWakabayashi in #205
- [model-zoo/sface] fix face recognition by @cocoa-xu in #208
- nif 2.17 by @cocoa-xu in #202
- update to OpenCV 4.8.0 by @cocoa-xu in #213
New Contributors
- @mnishiguchi made their first contribution in #190
- @RyoWakabayashi made their first contribution in #204
Full Changelog: v0.1.31...v0.1.33