Skip to content

Releases: cocoa-xu/evision

v0.2.15

03 Mar 19:20

Choose a tag to compare

fix(ci): use alpine:3.18.12

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.14

05 Aug 09:36

Choose a tag to compare

chore: fix aarch64-linux-gnu with cuda

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.13

15 May 10:38
b6e3343

Choose a tag to compare

Changelog

v0.2.13 (2025-05-15)

Browse the Repository | Released Assets

Fixed

  • Allowing Features2D parameters to be nil when they have default values or as output parameters.

v0.2.12

14 Apr 14:15

Choose a tag to compare

release v0.2.12

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.11

19 Jan 11:22

Choose a tag to compare

remove aarch64-windows-msvc

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.10

22 Sep 20:50
dee1313

Choose a tag to compare

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.9

16 Aug 22:58
e68be6e

Choose a tag to compare

Signed-off-by: Cocoa <i@uwucocoa.moe>

v0.2.8

04 Aug 19:11
636ed30

Choose a tag to compare

Changelog

v0.2.8 (2024-08-04)

Browse the Repository | Released Assets

Fixes

  • Fixed inheritance issues for classes that have any of the following base classes:
    • cv::img_hash::ImgHashBase
    • cv::legacy::Tracker
    • cv::phase_unwrapping::PhaseUnwrapping
    • cv::rapid::Tracker
    • cv::reg::Map
    • cv::reg::Mapper
    • cv::structured_light::StructuredLightPattern
    • BackgroundSubtractor

v0.2.7

03 Jul 17:14
fe526cd

Choose a tag to compare

Changelog

v0.2.7 (2024-07-03)

Browse the Repository | Released Assets

Breaking changes (compile-time and CUDA users only)

  • EVISION_CUDA_VERSION, now it should be the major version of CUDA, e.g., 12.
  • EVISION_CUDNN_VERSION, it should be the major version of cuDNN, e.g., 9.

Changes

  • Added precompiled version with CUDA 11.x and 12.x with cudnn 8.x and 9.x for aarch64-linux-gnu.

v0.2.6

03 Jul 11:40
bae872c

Choose a tag to compare

Changelog

v0.2.6 (2024-07-03)

Browse the Repository | Released Assets

Breaking changes (compile-time and CUDA users only)

  • EVISION_CUDA_VERSION, now it should be the major version of CUDA, e.g., 12.
  • EVISION_CUDNN_VERSION, it should be the major version of cuDNN, e.g., 9.

Changes

  • Added precompiled version with CUDA 12.x and cudnn 9.x for aarch64-linux-gnu.