Releases: cocoa-xu/evision
Releases · cocoa-xu/evision
v0.2.2-rc1
v0.2.2-rc1
v0.2.2-rc0
updated code
v0.2.1
Changelog
v0.2.1 (2024-06-04)
Browse the Repository | Released Assets
Fixes
- Fixed function specs where type hints for sub-classes were using the type of their parent-classes.
v0.2.0
Changelog
v0.2.0 (2024-06-03)
Browse the Repository | Released Assets
Changes
- Uses OpenCV 4.10.0. Some APIs may have changed, please see OpenCV's release note for more information.
Change logs for v0.1.x
can be found in the CHANGELOG.v0.1.md
v0.1.39
Changelog
v0.1.39 (2024-06-01)
Browse the Repository | Released Assets
Changes
- Validate allowed keyword arguments.
- List all allowed keyword arguments in the function specs.
v0.1.38
Changelog
v0.1.38 (2024-03-30)
Browse the Repository | Released Assets
Fix
- [videocapture] fixed an issue where invoking
Evision.VideoCapture.waitAny/{1,2}
reports a NIF error"cv::VideoCapture::waitAny not loaded"
.
v0.1.37
Changelog
v0.1.37 (2024-02-17)
Browse the Repository | Released Assets
Changes
- [nerves-build] use fwup v1.10.1
- [precompiled] support
armv6-linux-gnueabihf
target - [precompiled] precompiled binaries are now built with Erlang/OTP NIF version 2.16, and they are compatible with NIF version 2.16 and later.
- [model_zoo] use permanent URLs for all models.
Added
- [experimental] support
aarch64-windows-msvc
target - [nerves-build] added
rpi5
andsrhub
- [model_zoo] added PP-OCR V3 text detection models
- [model_zoo] added image classification mobilenet v2 models
v0.1.36
updated CHANGELOG.md
v0.1.35
Changelog
v0.1.35 (2024-02-14)
Browse the Repository | Released Assets
Changed
- Detect and use env var
HTTP_PROXY
andHTTPS_PROXY
when downloading precompiled binaries. - Updated to OpenCV 4.9.0. Some APIs may have changed, please see OpenCV's release note for more information.
- Use embedded
:evision_windows_fix
instead of:dll_loader_helper
. - Updated CUDA versions for precompiled binaries. Now we only have
EVISION_CUDA_VERSION=118
andEVISION_CUDA_VERSION=121
.
v0.1.34
force nerves build to use :kino, "~> 0.11"