Ana Guerrero 2024-11-27 21:10:43 +00:00 committed by Git OBS Bridge
commit 1078d9bfd3
2 changed files with 24 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 23 16:54:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- fix build with python 3.13 (needs python-setuptools)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org> Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
@ -9,13 +14,13 @@ Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org
cv::Mat::convertTo and analogs. cv::Mat::convertTo and analogs.
+ Fixed undefined behaviour in some cases related to FP16 + Fixed undefined behaviour in some cases related to FP16
arithmetic #25598 + Extended HAL API for minMaxIdx #25563, arithmetic #25598 + Extended HAL API for minMaxIdx #25563,
LUT #25554, meanStdDev #25483, moments 25490, LUT #25554, meanStdDev #25483, moments 25490,
normHamming #25491. HAL entries for transpose #25342, normHamming #25491. HAL entries for transpose #25342,
some arithmetic functions #25574, #25506 some arithmetic functions #25574, #25506
+ Persistence: output reals as human-friendly expression. + Persistence: output reals as human-friendly expression.
#25351 #25351
+ Added cgroups v2 support to parallel framework #25285 + Added cgroups v2 support to parallel framework #25285
+ Added in-place support for cartToPolar and polarToCart + Added in-place support for cartToPolar and polarToCart
#24893 #24893
* Imgproc Module: * Imgproc Module:
+ Added relative displacement field option to cv::remap #24621 + Added relative displacement field option to cv::remap #24621
@ -23,14 +28,14 @@ Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org
+ Refactored EMD algorithm to get rid of C-API usage #25469 + Refactored EMD algorithm to get rid of C-API usage #25469
+ Fixed bug in stackBlur with large kernels #25513 + Fixed bug in stackBlur with large kernels #25513
+ Extended HAL for projectPoints #25511, equalizeHist #25565, + Extended HAL for projectPoints #25511, equalizeHist #25565,
Otsu threshold #25509. Added new HAL entries for Otsu threshold #25509. Added new HAL entries for
gaussianBlur#25397, remap #25399, bilaterialFilter #25343. gaussianBlur#25397, remap #25399, bilaterialFilter #25343.
* Calib3d Module: * Calib3d Module:
+ Fixed several bugs in hand-eye calibration methods #24897, + Fixed several bugs in hand-eye calibration methods #24897,
#25423 #25423
+ Fixed several bugs in findHomography implementation + Fixed several bugs in findHomography implementation
#25308, #25665 #25308, #25665
+ Multiple improvements in findChessboardCorners + Multiple improvements in findChessboardCorners
implementation: #25365, 25195, 25177, 25182, 25145, 24779, implementation: #25365, 25195, 25177, 25182, 25145, 24779,
24710, 24833, 25090 24710, 24833, 25090
+ Improved symmetric circles grid pattern detection #25258 + Improved symmetric circles grid pattern detection #25258
@ -45,22 +50,22 @@ Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org
+ Added support for several TFLite layers: Global_Pool_2D + Added support for several TFLite layers: Global_Pool_2D
#25613, Transpose #25297, HardSwishInt8 #24985, split, fully #25613, Transpose #25297, HardSwishInt8 #24985, split, fully
connected, SoftMax, Cast #25273. connected, SoftMax, Cast #25273.
+ Fixed bugs in several ONNX layers: Slice #25660, Range + Fixed bugs in several ONNX layers: Slice #25660, Range
#25414, Clip #25319, ReduceMean #25120, Einsum #25100, #25414, Clip #25319, ReduceMean #25120, Einsum #25100,
Norm #24808, negative axis support in Concat #24865. Norm #24808, negative axis support in Concat #24865.
+ Added new ONNX layers: Mod #24765, GroupNorm layer #24610. + Added new ONNX layers: Mod #24765, GroupNorm layer #24610.
+ Added more DNN layers with OpenVINO #25524, #25291, 25518. + Added more DNN layers with OpenVINO #25524, #25291, 25518.
+ Optimized fastDepthwiseConv #25361 and int8 layers 25230 for + Optimized fastDepthwiseConv #25361 and int8 layers 25230 for
RISC-V with RVV extension RISC-V with RVV extension
+ Optimized fastDepthwiseConv for RISC-V P Packed SIMD + Optimized fastDepthwiseConv for RISC-V P Packed SIMD
Extension v0.5.2 #24556 Extension v0.5.2 #24556
+ Optimized Attention #24476, #25271, #25238, #24613, 25076. + Optimized Attention #24476, #25271, #25238, #24613, 25076.
+ Added parallel version for scatter and scatterND #24813 + Added parallel version for scatter and scatterND #24813
+ Added broadcasting if a.rank() != b.rank() with + Added broadcasting if a.rank() != b.rank() with
CuDNN backend #24834 CuDNN backend #24834
+ Tuned Winograd algorithm usage for convolutions #24709 + Tuned Winograd algorithm usage for convolutions #24709
+ Added Raft model support and tracking sample with it #24913 + Added Raft model support and tracking sample with it #24913
+ Added Vulkan backend for NaryEltwiseLayer in DNN + Added Vulkan backend for NaryEltwiseLayer in DNN
module #24768 module #24768
+ Imporved modern Yolo detectors support. Added sample and + Imporved modern Yolo detectors support. Added sample and
documentation #24898, #24611 documentation #24898, #24611
@ -101,7 +106,7 @@ Sun Jun 9 01:48:55 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org
* Platforms support: * Platforms support:
+ CUDA 12.4+ support #25658 + CUDA 12.4+ support #25658
+ Wayland back-end for Linux #25551, #25510, #25502 + Wayland back-end for Linux #25551, #25510, #25502
+ New LAPACK interface support on MacOS and derivatives + New LAPACK interface support on MacOS and derivatives
#24804, #25625 #24804, #25625
+ Added initial version of HAL for RISC-V processors with + Added initial version of HAL for RISC-V processors with
P-extension (v0.5.2, Andes platforms) #25167 P-extension (v0.5.2, Andes platforms) #25167
@ -146,13 +151,13 @@ Sat Dec 30 15:54:41 UTC 2023 - Alessandro de Oliveira Faria <cabelo@opensuse.org
+ Tests and multiple fixes for Yolo family models support + Tests and multiple fixes for Yolo family models support
+ New layers support and bug fixes in CUDA backend: GEMM, + New layers support and bug fixes in CUDA backend: GEMM,
Gelu, Add Gelu, Add
+ CANN backend: bug fix, support HardSwish, + CANN backend: bug fix, support HardSwish,
LayerNormalization and InstanceNormalization LayerNormalization and InstanceNormalization
+ LayerNormalization: support OpenVINO, OpenCL and + LayerNormalization: support OpenVINO, OpenCL and
CUDA backend. CUDA backend.
* G-API module: * G-API module:
+ Intel® OpenVINO™ DL inference backend: + Intel® OpenVINO™ DL inference backend:
- Introduced "inferenence only" ("benchmark") mode - Introduced "inferenence only" ("benchmark") mode
in the OV2.0 backend. in the OV2.0 backend.
- Fixed model layout setting issue in the OV2.0 backend. - Fixed model layout setting issue in the OV2.0 backend.
- Fixed/relaxed various asserts in the OV2.0 backend. - Fixed/relaxed various asserts in the OV2.0 backend.
@ -183,7 +188,7 @@ Sat Dec 30 15:54:41 UTC 2023 - Alessandro de Oliveira Faria <cabelo@opensuse.org
Aruco makers, Charuco boards and QR codes. Aruco makers, Charuco boards and QR codes.
* Video: * Video:
+ Google Summer of Code: added a new object tracking API + Google Summer of Code: added a new object tracking API
TrackerVit for a vision transformer-based VitTrack. TrackerVit for a vision transformer-based VitTrack.
This work is done by LIU Pengyu. This work is done by LIU Pengyu.
* VideoIO: * VideoIO:
+ Videoio: Add raw encoded video stream encapsulation + Videoio: Add raw encoded video stream encapsulation
@ -610,7 +615,7 @@ Wed Nov 24 21:53:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
- New layers and models support - New layers and models support
- Some existing layers have been fixed - Some existing layers have been fixed
- Soft-NMS implementation - Soft-NMS implementation
- Supported OpenVINO 2021.4.1 LTS release - Supported OpenVINO 2021.4.1 LTS release
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 30 09:20:06 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Mon Aug 30 09:20:06 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
@ -808,7 +813,7 @@ Sun Sep 13 16:55:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>
* BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement * BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement
* Enable Otsu thresholding for CV_16UC1 images * Enable Otsu thresholding for CV_16UC1 images
* Add Stroke Width Transform algorithm for Text Detection * Add Stroke Width Transform algorithm for Text Detection
* Planned migration on Apache 2 license for next releases * Planned migration on Apache 2 license for next releases
- remove opencv-includedir.patch (obsolete) - remove opencv-includedir.patch (obsolete)
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -83,6 +83,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
%else %else
BuildRequires: python3-base BuildRequires: python3-base
BuildRequires: python3-setuptools
%endif %endif
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0 BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0