Skip to content

Releases: cocoa-xu/evision

v0.2.2-rc1

10 Jun 17:46
2489d7a
Compare
Choose a tag to compare
v0.2.2-rc1 Pre-release
Pre-release
v0.2.2-rc1

v0.2.2-rc0

10 Jun 14:57
a57f685
Compare
Choose a tag to compare
v0.2.2-rc0 Pre-release
Pre-release
updated code

v0.2.1

04 Jun 18:05
6e435ac
Compare
Choose a tag to compare

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

03 Jun 16:40
48c4dd0
Compare
Choose a tag to compare

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

01 Jun 02:47
ebf1c10
Compare
Choose a tag to compare

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.
Screenshot 2024-06-01 at 10 52 20

v0.1.38

30 Mar 06:57
22641cc
Compare
Choose a tag to compare

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

16 Feb 23:52
3408b73
Compare
Choose a tag to compare

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 and srhub
  • [model_zoo] added PP-OCR V3 text detection models
  • [model_zoo] added image classification mobilenet v2 models

v0.1.36

15 Feb 21:15
8386e5c
Compare
Choose a tag to compare
updated CHANGELOG.md

v0.1.35

14 Feb 11:48
6a93217
Compare
Choose a tag to compare

Changelog

v0.1.35 (2024-02-14)

Browse the Repository | Released Assets

Changed

  • Detect and use env var HTTP_PROXY and HTTPS_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 and EVISION_CUDA_VERSION=121.

v0.1.34

18 Nov 10:22
bd5a126
Compare
Choose a tag to compare
force nerves build to use :kino, "~> 0.11"