Releases: cocoa-xu/evision
Releases · cocoa-xu/evision
v0.2.15
v0.2.14
chore: fix aarch64-linux-gnu with cuda Signed-off-by: Cocoa <i@uwucocoa.moe>
v0.2.13
Changelog
v0.2.13 (2025-05-15)
Browse the Repository | Released Assets
Fixed
- Allowing Features2D parameters to be
nilwhen they have default values or as output parameters.
v0.2.12
release v0.2.12 Signed-off-by: Cocoa <i@uwucocoa.moe>
v0.2.11
remove aarch64-windows-msvc Signed-off-by: Cocoa <i@uwucocoa.moe>
v0.2.10
Signed-off-by: Cocoa <i@uwucocoa.moe>
v0.2.9
Signed-off-by: Cocoa <i@uwucocoa.moe>
v0.2.8
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::ImgHashBasecv::legacy::Trackercv::phase_unwrapping::PhaseUnwrappingcv::rapid::Trackercv::reg::Mapcv::reg::Mappercv::structured_light::StructuredLightPatternBackgroundSubtractor
v0.2.7
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
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.