Commit Graph

  • 492831bc37 Accepting request 1308208 from science factory Ana Guerrero 2025-10-02 17:19:22 +00:00
  • f6ab7fe0d6 - Add 86df531.patch: FFmpeg 8.0 support (boo#1249045). Ana Guerrero 2025-09-30 14:13:36 +00:00
  • 34009205f9 Accepting request 1300993 from science Ana Guerrero 2025-08-25 18:36:12 +00:00
  • 32a8120fa9 - Add opencv-ppc64le-power9.patch, fix missing vec_cvfo on POWER9 due to unavailable VSX float64 conversion Ana Guerrero 2025-08-22 15:11:49 +00:00
  • 088d8f3472 Accepting request 1295121 from science Ana Guerrero 2025-07-23 14:31:45 +00:00
  • 49eb979600 * Update to version 4.12.0. * Drop use of explicit so version from opencv-rpmlintrc filters. Ana Guerrero 2025-07-22 14:12:21 +00:00
  • 2be0c7f156 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=48 Atri Bhattacharya 2025-05-29 07:32:59 +00:00
  • 78eb4d388d Accepting request 1275513 from home:simotek:branches:science Atri Bhattacharya 2025-05-29 07:32:30 +00:00
  • b14ecd3c48 Accepting request 1270562 from science Ana Guerrero 2025-04-18 14:15:06 +00:00
  • 206a352cdd * Add opencv-qt6_9-highgui-linking-test.patch: Fix highgui module linkage with Qt 6.9 libraries [gh#opencv/opencv#27223, QTBUG-134774]. * Build with ninja; add BuildRequires: ninja. Atri Bhattacharya 2025-04-17 13:16:32 +00:00
  • 3b3f273b1f Accepting request 1267162 from science Ana Guerrero 2025-04-07 15:35:10 +00:00
  • 8bc19f933a Make devel package conflicts between different flavors explicit. Atri Bhattacharya 2025-04-04 14:01:33 +00:00
  • cfaea83045 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=44 Atri Bhattacharya 2025-04-02 07:45:17 +00:00
  • 755c6506b9 * Split into multiple flavors to support switch to Qt6 for openSUSE TW and Leap 16+. * Use ldconfig_scriptlets macro for post(un) scripts. Ana Guerrero 2025-04-01 09:15:32 +00:00
  • cb15227c84 Accepting request 1238759 from science Ana Guerrero 2025-01-21 20:09:33 +00:00
  • 651b80e0ac OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=42 Stefan Brüns 2025-01-19 04:33:55 +00:00
  • eace3eb8c6 - update to 4.11.0, highlights below, for details check https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4110 * Generic: + Internal C API cleanup and back-ports for 5.x. + RISC-V/AArch64: disable CPU features detection + Support C++20 standard + algoHint parameter for some functions to allow potentially faster, but not bit-exact implementation * Core Module: + Added int64 data type support for FileStorage + Fixed invalid attribute value handling in FileStorage + Extended LUT for FP16 support + Fixed stdDev tail filling with zeros with HAL in meanStdDev + Set and check allocator pointer for all cv::Mat instances + Improved accuracy of Rect::contains + Fixed result offset in minMaxIdx with HAL in some cases + Replaced C++ operators with wrapper functions on universal intrinsics backends + Extended cv::TickMeter + Rewrote OpenCL-OpenGL-interop device discovery routine without extensions and with Apple support + Marked cv::Mat(Mat&&) as noexcept + Multiple Eigen library interop improvements * Calib3d module: + Multiple chessboard detector improvements + Enabled checkerboard detection with a central / corner marker on a black tile + Fixed Rodrigues CV_32F and CV_64F type mismatch in projectPoints + Added fisheye::distort with non-identity projection matrix + SQPnP solver updates + Fixed vector access in USAC * Imgproc Module: + Added a new function that approximates the polygon bounding a convex hull with a certain number of sides + Added Weighted Hough Transform + Fixed bug in contours approximation + Fixed bug in divSpectrums + Fixed result buffer overflow in intersectConvexConvex_ for non-convex input + Added flag to GaussianBlur for faster but not bit-exact implementation + Added flag to cvtColor for faster but not bit-exact implementation + Fixed fillPoly drawing over boundaries * DNN Module: + [GSoC] Blockwise quantization support + Faster implementation of blobFromImages for cpu nchw output + DNN optimization with RISC-V RVV + Added DepthToSpace and SpaceToDepth + Yolo v10 support and related samples + Parallel implementation of nary elementwise operations + Support for Unflatten operation required by Attention layer + Erf and GELU layers optimization + Activations optimization with v_exp + Fixed compilation errors with different OpenVINO versions + Fixed matmul crash with CuDNN + Fixed CuDNN runtime version check for CuDNN 9+ + Added ONNX TopK + Fixed buffer allocation in einsum (fixed random crash on 32-bit platforms) + Added Leaky RELU support for TFLite + Switched to run-time dispatcher for Winograd * Objdetect module: + Properly check markers when none are provided + Fixed invalid vector access in QR decoder and encoder * Highgui module: + Added new Highgui backend on top of Framebuffer + Fixed HWND_TOP window handling on Windows + [GSoC] Added OpenGL support with GTK3 + Several OpenGL related fixed on Linux + Fixed leak in cvGetWindowRect_COCOA * Imgcodecs module: + [GSoC] New API for Animations with WEBP, AVIF and Animated PNG support + [GSoC] Add GIF decode and encode for imgcodecs + Added experimental JPEG XL (jxl) codec support + Initial RGB layout support in imread and imdecode + Fixed imread output type for some cases + Fixed file descriptor leak in HDR decoder + Fixed corrupted JPEG decoding + Improved error handling in image codecs + Fixed Bayer2Gray SIMD for U8 + Avoid uninitialized value read in AVIF + Implemented imencodemulti() + Fixed compatibility with different OpenEXR versions * VideoIO module: + Added VideoCapture constructor for in-memory data stream + Fixed bugs in native video encoding on Android + Added BGRA streams support in GStreamer back-end + Updated materials for Orbbec cameras support + Fixed cv::VideoWriter with FFmpeg timestamps encapsulation + Fixed memory leak in Dshow back-end + Fixed V4L NV12 color conversion + Android native camera feature enhancements + AndroidMediaNdkCapture pixel format enhancement + Fixed VideoCapture fails to read single image with digits in name + Fixed writer setProperty with FFmpeg plugin * Video module: + Fixed VitTrack in the case where crop size grows until out-of-memory when the input is black * Features2d: + Fixed out of bounds access in SIFT * G-API module: + Fixed input buffer read overflow in vectorized G-API convertTo implementation + Extended G-API onnx::Params to pass arbitrary session options + Handling I32/I64 data types in G-API ONNX back-end + G-API: Introduce level optimization flag for ONNXRT backend * Optimizations: + New FastCV-based HAL for Qualcomm SoCs (-DWITH_FASTCV=ON CMake option) + Added own vectorized version of v_expv_log, v_erf, v_sin and v_cos + KleidiCV HAL for ARM updated to KleidiCV 0.3 + Initial version of HAL for RISC-V RVV 1.0 and RISC-V RVV 0.7.1 extensions + Used LMUL=2 in the RISC-V Vector (RVV) backend of Universal Intrinsic. + More functions in NDSRVP HAL for RISC-V P extension + Updated built-in IPP to version 2021.12. Fixed build issues with old and new Intel IPP layouts * Platforms: + HWAsan support on Android + Several CUDA fixes for old GPUs without FP16 support + Added getStdAllocator() to cv::cuda::GpuMat + Updated NPP calls to use the new NppStreamContext API if available + More convenient GpuMatND constructor + Added run-time GPU check to haveCUDA + Add support for QNX * OpenCV.js + Extended API white-list and added more tests + Split white-list per module. Added opportunity to cover opencv_contrib modules + Fix incorrect string format in js build script + Emscripten build fixes with SIMD intrinsics + Added more public types for USAC support + Rename Mat::clone binding because it is used in Emscripten + Fixed C preprocessor stringification + Fix enum generation issues + Multiple test improvements Stefan Brüns 2025-01-19 04:28:27 +00:00
  • 1078d9bfd3 Accepting request 1226857 from science Ana Guerrero 2024-11-27 21:10:43 +00:00
  • 2e61cba436 - fix build with python 3.13 (needs python-setuptools) Dmitry Roshchin 2024-11-27 10:09:37 +00:00
  • b3baa11173 Accepting request 1185974 from science leap-16.1 leap-16.0 Ana Guerrero 2024-07-08 17:06:57 +00:00
  • f75fb4f5d1 - update to 4.10.0, highlights below, for details check https://github.com/opencv/opencv/wiki/ChangeLog#version4100 * Core Module: + Added CV_FP16 data type for cv::Mat #24892, #24918. Deprecated convertFp16 function, added FP16 support to cv::Mat::convertTo and analogs. + Fixed undefined behaviour in some cases related to FP16 arithmetic #25598 + Extended HAL API for minMaxIdx #25563, LUT #25554, meanStdDev #25483, moments 25490, normHamming #25491. HAL entries for transpose #25342, some arithmetic functions #25574, #25506 + Persistence: output reals as human-friendly expression. #25351 + Added cgroups v2 support to parallel framework #25285 + Added in-place support for cartToPolar and polarToCart #24893 * Imgproc Module: + Added relative displacement field option to cv::remap #24621 + Added new findContours implementation #25146, #25680, #25385 + Refactored EMD algorithm to get rid of C-API usage #25469 + Fixed bug in stackBlur with large kernels #25513 + Extended HAL for projectPoints #25511, equalizeHist #25565, Otsu threshold #25509. Added new HAL entries for gaussianBlur#25397, remap #25399, bilaterialFilter #25343. * Calib3d Module: + Fixed several bugs in hand-eye calibration methods #24897, #25423 + Fixed several bugs in findHomography implementation #25308, #25665 + Multiple improvements in findChessboardCorners implementation: #25365, 25195, 25177, 25182, 25145, 24779, 24710, 24833, 25090 + Improved symmetric circles grid pattern detection #25258 + Fixed possible infinite loop in USAC #24987 + Changed approach for initial estimation for focal length in fisheye calibration #25030 + Added solvePnP implementation for Fisheye camera model #25028 * DNN module: + Significantly improved DNN memory consumption #25181, 25163 + Added Net::dumpToPbtxt method to review optimized graph with Netron #25582 + Added support for several TFLite layers: Global_Pool_2D #25613, Transpose #25297, HardSwishInt8 #24985, split, fully connected, SoftMax, Cast #25273. + Fixed bugs in several ONNX layers: Slice #25660, Range #25414, Clip #25319, ReduceMean #25120, Einsum #25100, Norm #24808, negative axis support in Concat #24865. + Added new ONNX layers: Mod #24765, GroupNorm layer #24610. + Added more DNN layers with OpenVINO #25524, #25291, 25518. + Optimized fastDepthwiseConv #25361 and int8 layers 25230 for RISC-V with RVV extension + Optimized fastDepthwiseConv for RISC-V P Packed SIMD Extension v0.5.2 #24556 + Optimized Attention #24476, #25271, #25238, #24613, 25076. + Added parallel version for scatter and scatterND #24813 + Added broadcasting if a.rank() != b.rank() with CuDNN backend #24834 + Tuned Winograd algorithm usage for convolutions #24709 + Added Raft model support and tracking sample with it #24913 + Added Vulkan backend for NaryEltwiseLayer in DNN module #24768 + Imporved modern Yolo detectors support. Added sample and documentation #24898, #24611 + Added CuDNN 9+ support #25412 + Added OpenVINO 2024 support #25199 * G-API module: + Ported G-API ONNXRT backend into V2 API #25662 + Implement concurrent executor #24845 + A quick value-initialization support GMat #25055 + Fixed support of mean/scale preprocessing in OV backend for non-real types #24704 * Objdetect module: + Fixed inaccurate Charuco board generation in some cases (.generateImage()) #24873, #25673 + Fixed Aruco detector thread safety issue #24807, made Aruco detector more deterministic #24829 + Added QR codes Structured Append decoding mode #24548 + Several bug fixes in QR code detector and decoder #25026 + Fixed barcode detectAndDecode #25035 + Ported remaning Aruco and Charuco documentation and samples to modern API #23018 * VideoIO: + Fix race condition in InternalFFMpegRegister initialization. #25419 + Orbbec Camera supports MacOS,Gemini2 and Gemini2L support Y16 format #24877 + Added V4L2_PIX_FMT_SGRBG8 pixel format support to V4L2 backend #25249 + Fix incorrect timestamps returned by VideoCapture when CAP_PROP_FORMAT == -1 #24828 * Python Bindings: + Experimental NumPy 2.0 support + Added python bindings for Rect2f and Point3i #24919 + Switched to numeric dtype for MatLike instead of generic #25406 + Added path-like objects support wherever file names are expected #24773 * Platforms support: + CUDA 12.4+ support #25658 + Wayland back-end for Linux #25551, #25510, #25502 + New LAPACK interface support on MacOS and derivatives #24804, #25625 + Added initial version of HAL for RISC-V processors with P-extension (v0.5.2, Andes platforms) #25167 + Added ARM KleidiCV as HAL for ARM v8 and v9 processors (-DWITH_KLEIDICV=ON CMake option) #25443, #25618, ARM announcement. + Added zlib-ng as alternative to classic zlib (-DWITH_ZLIB_NG=ON CMake option) #24782 + OneAPI 2024 support (IPP, TBB) Atri Bhattacharya 2024-07-07 10:29:23 +00:00
  • 0057ad2ca9 Accepting request 1144110 from science Ana Guerrero 2024-02-05 21:01:31 +00:00
  • 09da95e262 Accepting request 1143986 from Application:ERP:GNUHealth:4.4 Christian Goll 2024-02-05 07:31:49 +00:00
  • 12481c31d5 Accepting request 1140012 from science Ana Guerrero 2024-01-19 22:03:09 +00:00
  • 09c5d4f266 Accepting request 1139607 from home:cabelo:branches:science Stefan Brüns 2024-01-19 19:46:30 +00:00
  • a9aabac9dc Accepting request 1114644 from science Ana Guerrero 2023-10-02 18:06:38 +00:00
  • f9c03a87bc Accepting request 1114642 from home:StefanBruens:branches:science Stefan Brüns 2023-10-02 00:29:16 +00:00
  • a8d10ba97f Accepting request 1045729 from science Dominique Leuenberger 2022-12-30 10:08:29 +00:00
  • 453fda3912 Accepting request 1045728 from home:StefanBruens:branches:science Stefan Brüns 2022-12-29 14:07:34 +00:00
  • 482f963f07 Accepting request 999412 from science Dominique Leuenberger 2022-08-27 09:50:05 +00:00
  • b1d11cb8d6 Accepting request 998805 from home:cgiboudeaux:branches:home:dimstar:ffmpeg5 Stefan Brüns 2022-08-26 13:30:56 +00:00
  • bb4e20ef8d Accepting request 985363 from science Dominique Leuenberger 2022-06-28 13:22:00 +00:00
  • e20cd82f32 Accepting request 983700 from home:StefanBruens:branches:science Stefan Brüns 2022-06-27 16:05:05 +00:00
  • acce66902f Accepting request 974750 from science Dominique Leuenberger 2022-05-04 13:10:47 +00:00
  • 70a5e1ec8b Accepting request 973972 from home:StefanBruens:branches:science Stefan Brüns 2022-05-03 17:42:13 +00:00
  • 649fdbec90 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=31 Stefan Brüns 2022-04-09 17:56:44 +00:00
  • 87523c3ce8 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=30 Stefan Brüns 2022-04-09 17:55:23 +00:00
  • 59c50c197d Accepting request 966293 from science Dominique Leuenberger 2022-04-01 19:35:43 +00:00
  • 216a513cba Accepting request 945783 from home:alarrosa:branches:science Lars Vogdt 2022-03-31 21:51:33 +00:00
  • 9273cfe58d Accepting request 942505 from science Dominique Leuenberger 2021-12-26 12:30:25 +00:00
  • 52a1d28937 Accepting request 942495 from home:StefanBruens:branches:science Stefan Brüns 2021-12-26 01:29:53 +00:00
  • df630d6761 Accepting request 934867 from science Dominique Leuenberger 2021-12-01 19:47:10 +00:00
  • 09034cc4e1 Accepting request 933593 from home:dirkmueller:Factory Dirk Stoecker 2021-11-30 20:28:45 +00:00
  • f34907bc6d Accepting request 916759 from science Dominique Leuenberger 2021-09-03 19:26:21 +00:00
  • 22e746d18f Accepting request 914981 from home:jengelh:branches:science Dominique Leuenberger 2021-09-03 15:46:54 +00:00
  • d87faaa475 Accepting request 890338 from science Dominique Leuenberger 2021-05-04 20:01:12 +00:00
  • 4a5ef229fa Accepting request 889708 from home:StefanBruens:branches:science Stefan Brüns 2021-05-04 11:50:28 +00:00
  • 73943824f5 Accepting request 874427 from science Dominique Leuenberger 2021-02-23 19:21:25 +00:00
  • 275e936f14 Accepting request 871172 from home:alois:branches:science Stefan Brüns 2021-02-22 19:10:19 +00:00
  • 7f094b11d7 Accepting request 860324 from science Dominique Leuenberger 2021-01-05 17:13:34 +00:00
  • 0e74ac0496 Accepting request 860308 from home:StefanBruens:branches:science Stefan Brüns 2021-01-04 19:56:22 +00:00
  • 2eecadde4d Accepting request 845561 from science Dominique Leuenberger 2020-11-05 20:53:06 +00:00
  • de974ff699 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=22 Stefan Brüns 2020-11-03 05:51:22 +00:00
  • 7899669f0a Accepting request 845556 from home:StefanBruens:branches:science Stefan Brüns 2020-11-03 05:17:42 +00:00
  • 03699724e2 Accepting request 844945 from science Dominique Leuenberger 2020-11-02 13:03:43 +00:00
  • cfb913cc57 Accepting request 844683 from home:StefanBruens:branches:science Stefan Brüns 2020-10-29 23:38:37 +00:00
  • 6f6daad73c Accepting request 835099 from science Dominique Leuenberger 2020-09-21 15:00:08 +00:00
  • 7780264f49 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=19 Dirk Stoecker 2020-09-17 06:40:56 +00:00
  • 8b088e4f32 Accepting request 834138 from home:dirkmueller:branches:science Dirk Stoecker 2020-09-17 06:31:11 +00:00
  • 8c90e393f3 Accepting request 829005 from science Dominique Leuenberger 2020-08-28 19:12:43 +00:00
  • bbdea65764 Accepting request 828076 from home:marxin:memory-constraint Dirk Stoecker 2020-08-24 16:12:54 +00:00
  • 3624f23892 Accepting request 815943 from science Dominique Leuenberger 2020-06-23 19:03:50 +00:00
  • 66dd10f19a OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=16 Stefan Brüns 2020-06-14 21:55:41 +00:00
  • 077ded527d Accepting request 814492 from home:StefanBruens:branches:science Stefan Brüns 2020-06-14 20:35:02 +00:00
  • 90bce27384 Accepting request 814224 from science Dominique Leuenberger 2020-06-14 16:16:45 +00:00
  • 125187cca0 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=14 Stefan Brüns 2020-06-12 14:19:05 +00:00
  • 3ad89a3c7d OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=13 Stefan Brüns 2020-06-12 14:18:24 +00:00
  • c4ac6380b8 Accepting request 767987 from science Dominique Leuenberger 2020-01-30 08:37:59 +00:00
  • 7a7a69fb46 Accepting request 766065 from home:dimstar:Factory Atri Bhattacharya 2020-01-28 11:15:26 +00:00
  • b1aa27b4ae Accepting request 766070 from science Dominique Leuenberger 2020-01-25 12:23:10 +00:00
  • 99b89d3e13 Accepting request 765951 from home:StefanBruens:branches:science Stefan Brüns 2020-01-21 13:16:16 +00:00
  • 1bb8ac6b29 Accepting request 759231 from science Dominique Leuenberger 2020-01-10 17:39:37 +00:00
  • 706c1a97a9 Accepting request 759190 from home:StefanBruens:branches:science Stefan Brüns 2019-12-26 00:24:50 +00:00
  • ea8d7076b8 Accepting request 745040 from science Dominique Leuenberger 2019-11-06 12:46:38 +00:00
  • 9b0034c185 Accepting request 745039 from home:StefanBruens:branches:science Stefan Brüns 2019-11-03 20:42:12 +00:00
  • d08e234098 Accepting request 740433 from home:mgorse:branches:science Stefan Brüns 2019-11-03 18:26:16 +00:00
  • 8fd005ea3b Accepting request 738096 from science Dominique Leuenberger 2019-10-17 10:16:22 +00:00
  • f689e1bcc9 Accepting request 738095 from home:StefanBruens:branches:science Stefan Brüns 2019-10-13 11:42:06 +00:00
  • c6a279d079 Accepting request 726804 from science Dominique Leuenberger 2019-09-02 10:39:38 +00:00
  • d59d5f46e2 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=6 Stefan Brüns 2019-08-28 17:29:29 +00:00
  • cf01d19659 Accepting request 726454 from home:jengelh:branches:science Stefan Brüns 2019-08-28 16:59:01 +00:00
  • aaeb4778a3 Accepting request 726779 from home:mkittler:branches:science Stefan Brüns 2019-08-28 16:57:07 +00:00
  • 75c47250f2 Accepting request 725945 from science Dominique Leuenberger 2019-08-27 13:25:34 +00:00
  • c69fdc3a1b Accepting request 724857 from home:jbrielmaier:ppc64le Stefan Brüns 2019-08-25 13:21:01 +00:00
  • 2b48309ba0 Accepting request 722327 from science Dominique Leuenberger 2019-08-19 18:59:34 +00:00
  • 93271feb41 Accepting request 722304 from KDE:Extra Stefan Brüns 2019-08-11 15:12:15 +00:00
  • af73cd9417 Accepting request 714221 from science Dominique Leuenberger 2019-07-17 11:13:58 +00:00
  • e8697038be Accepting request 645238 from KDE:Extra Dominique Leuenberger 2018-11-06 14:18:16 +00:00
  • 96e8562f65 Accepting request 612803 from KDE:Extra Dominique Leuenberger 2018-06-02 09:53:10 +00:00
  • c9f18c22c1 Accepting request 562894 from KDE:Extra Dominique Leuenberger 2018-01-16 08:32:34 +00:00
  • d0704134e2 Accepting request 546456 from KDE:Extra Dominique Leuenberger 2017-12-03 09:10:30 +00:00
  • 314d715c2b Accepting request 541269 from KDE:Extra Dominique Leuenberger 2017-11-19 10:08:51 +00:00
  • 42cb4f5adf Accepting request 510958 from KDE:Extra Dominique Leuenberger 2017-07-25 09:35:34 +00:00
  • 9686033d32 Accepting request 507374 from KDE:Extra Dominique Leuenberger 2017-07-11 06:24:11 +00:00
  • acc57aecda Accepting request 499529 from KDE:Extra Dominique Leuenberger 2017-06-12 13:13:03 +00:00
  • 9543eeb4cc Accepting request 412682 from KDE:Extra Dominique Leuenberger 2016-07-28 21:43:33 +00:00
  • 60f07432b1 Accepting request 400535 from KDE:Extra Dominique Leuenberger 2016-06-14 21:05:35 +00:00
  • d4b1601df7 Accepting request 376941 from KDE:Extra Dominique Leuenberger 2016-03-26 14:20:54 +00:00
  • c612742431 Accepting request 365841 from KDE:Extra Dominique Leuenberger 2016-03-05 10:21:23 +00:00
  • d986758c9b Accepting request 355402 from KDE:Extra Dominique Leuenberger 2016-01-28 16:18:35 +00:00