Commit Graph

  • aab632df2a refactoring2 Alexander Lyulkov 2024-10-17 17:54:59 +0300
  • 8caefcfed8 refactoring Alexander Lyulkov 2024-10-17 17:51:41 +0300
  • dfcbf03af9 Modified TFLite parser for the new dnn engine Alexander Lyulkov 2024-10-17 17:18:42 +0300
  • 70062b5de5 Merge branch '5.x' of https://github.com/gursimarsingh/opencv into 5.x Gursimar Singh 2024-10-17 18:53:33 +0530
  • 2155417a30 Finally dropped convertFp16 function in favor cv::Mat::convertTo(). Alexander Smorkalov 2024-10-17 16:16:40 +0300
  • 38b841c6e5 Fixed scale issue Gursimar Singh 2024-10-17 18:23:44 +0530
  • 9773694527 Added DNN engine selector to model diagnostics tool. Alexander Smorkalov 2024-10-17 13:16:22 +0300
  • 9ce25b45d3 Renamed run function to main Gursimar Singh 2024-10-17 15:51:15 +0530
  • efe327ddd0 Disable RVV backend for transform_32f. Liutong HAN 2024-10-17 09:16:55 +0000
  • d5535666ea
    Merge branch '5.x' into improved_tracker_samples Gursimar Singh 2024-10-17 13:24:28 +0530
  • 1696819abb
    Merge pull request #25667 from gursimarsingh:improved_person_reid_python Gursimar Singh 2024-10-17 13:16:53 +0530
  • 3919f33e21
    Merge pull request #26293 from SeptimiuIoachimNeagaIntel:EISW-140103_optimization_flag Septimiu Neaga 2024-10-17 10:22:08 +0300
  • 02ed3ba853 Merge branch '4.x' into coordinate Ginkgo 2024-10-17 14:08:38 +0800
  • 8ea2f4764e
    Solving the delcaration error Skreg 2024-10-17 06:05:56 +0000
  • 5603223eb1
    Merge 277bd6524e into 489df18a13 Suleyman TURKMEN 2024-10-17 11:33:17 +0530
  • 613a6a4395 Merge branch '4.x' into coordinate Ginkgo 2024-10-17 14:02:10 +0800
  • 489df18a13
    Merge pull request #26313 from FantasqueX:ipp-warp-affine-border-value FantasqueX 2024-10-17 13:50:30 +0800
  • d20c456ab7
    Merge pull request #26320 from mshabunin:fix-cmake-in-list Alexander Smorkalov 2024-10-17 07:36:02 +0300
  • c0afff51c2
    Improvement of hierarchy validation and depth-aware contour filling Skreg 2024-10-17 00:21:19 +0000
  • 95a4292caa implemented 2x more accurate float => bfloat conversion Vadim Pisarevsky 2024-10-16 23:56:37 +0300
  • 42e16fc652
    Empty-message-fix Skreg 2024-10-16 20:11:11 +0000
  • 8ba76e65e9 build: set cmake policy for if(IN_LIST) support Maksim Shabunin 2024-10-16 22:40:47 +0300
  • 5ca7e677d3
    Improvement Skreg 2024-10-16 19:26:00 +0000
  • 2b6ba4d3f7
    Improvement of Logic and Functions Skreg 2024-10-16 18:57:02 +0000
  • f94eab1abd Do not allow empty roi extraction from GpuMat gagik 2024-10-16 19:49:16 +0400
  • 3cd57ea09e
    Merge pull request #26056 from vpisarev:new_dnn_engine Vadim Pisarevsky 2024-10-16 15:28:19 +0300
  • ca32a3a8cd OpenCV Acceleration with FastCV HAL changes Suman Voora 2024-10-16 17:42:50 +0530
  • 8c730ba817 * added support for CV_32S to DequantizeLinearLayer * added QuantizeLinearLayer: ONNX-compliant implementation of QuantizeLinear. Vadim Pisarevsky 2024-10-16 14:51:44 +0300
  • 3b11aca5e4 added dequantizeLinear: efficient, ONNX-compliant implementation of DequantizeLinear with support for per-tensor, per-axis and per-block quantization Vadim Pisarevsky 2024-10-16 13:38:25 +0300
  • a05eca582a mark unused when iw is unavailable Letu Ren 2024-10-16 14:00:41 +0800
  • 3e645a8967 Use border value in ipp version of warp affine Letu Ren 2024-10-16 12:03:57 +0800
  • f728b1ebc9 added Pad2: ONNX-compliant implementation of Pad/Padding operation Vadim Pisarevsky 2024-10-16 00:56:53 +0300
  • 482f08d162 * fixed a few minor problems in the recently added layers * also, adjusted graph simplifier master test to recognize the new '<SomeLayerName>2' names, i.e. with '2' suffix Vadim Pisarevsky 2024-10-15 23:05:51 +0300
  • c5c77961c1 fixup! WinRT/WinCE/WP8 cleanup Maksim Shabunin 2024-10-15 22:45:56 +0300
  • d5ffc2a646 fixup! WinRT/WinCE/WP8 cleanup Maksim Shabunin 2024-10-15 22:41:17 +0300
  • 68b47d6d36 fixup! WinRT/WinCE/WP8 cleanup Maksim Shabunin 2024-10-15 22:38:14 +0300
  • bfc1c08a9e WinRT/WinCE/WP8 cleanup Maksim Shabunin 2024-10-15 22:26:21 +0300
  • acbd72519a removed unused constant Vadim Pisarevsky 2024-10-15 22:23:02 +0300
  • 5151811f6b * added Expand2, ONNX-compliant implementation of Expand * restored parallel loop in Tile2 Vadim Pisarevsky 2024-10-15 22:20:47 +0300
  • b455ec6f3e added Tile2, ONNX-compliant Tile implementation Vadim Pisarevsky 2024-10-15 21:43:08 +0300
  • 0331b7e508 fixed some extreme cases of Range, including 'negative delta' case Vadim Pisarevsky 2024-10-15 19:38:37 +0300
  • 98717b3771 added Range layer Vadim Pisarevsky 2024-10-15 18:58:40 +0300
  • e2f583a9ee C-API cleanup: removed or updated some of 3d and calib tests Maksim Shabunin 2024-10-10 10:20:22 +0300
  • f73edf5d95 added missing file Vadim Pisarevsky 2024-10-15 18:25:01 +0300
  • ff91f6ad22 added ConstantOfShape implementation Vadim Pisarevsky 2024-10-15 18:20:38 +0300
  • 7648613daa Fixed Neg operation parser for the new dnn engine. Alexander Smorkalov 2024-10-15 16:22:34 +0300
  • 7646dfb440
    Merge 7e4a326ba4 into 12738deaef Wanli 2024-10-15 13:02:53 +0000
  • 9da95de438 use std::memcpy instead of memcpy in C Kumataro 2024-10-15 21:46:11 +0900
  • c180235312 fix comment Kumataro 2024-10-15 21:44:28 +0900
  • 0ba45db065 Review fixes. Alexander Smorkalov 2024-10-15 14:31:48 +0300
  • dbaf07ee5b Test Septimiu Neaga 2024-10-15 15:12:27 +0300
  • 85c19b8456 Test Septimiu Neaga 2024-10-15 15:01:32 +0300
  • b641b0774b Python Wrapper Septimiu Neaga 2024-10-15 14:44:21 +0300
  • 8d74d45656 White space Septimiu Neaga 2024-10-15 13:46:35 +0300
  • 86fbd814fe avif: use status code instead of catch exception Kumataro 2024-10-15 18:57:56 +0900
  • 12738deaef
    Merge pull request #26271 from fengyuentau:imgproc/warpperspective_opt Yuantao Feng 2024-10-15 16:13:41 +0800
  • e39fcbd6b7 correct outer loop condition Yuantao Feng 2024-10-15 11:51:13 +0800
  • 1f499d2c65 rename to convert instead of load to avoid confusion Yuantao Feng 2024-10-15 11:47:16 +0800
  • 4c35a12337
    Merge 5b9f128162 into 8e5dbc03fe Dmitry Matveev 2024-10-14 10:37:15 -0400
  • f3addf4948
    Merge 2b84812503 into 8e5dbc03fe Anatoliy Talamanov 2024-10-14 10:04:41 -0400
  • eae3893d5e restore to fallback from unsupported depth to CV_8U Kumataro 2024-10-14 20:13:33 +0900
  • 73ecfe88af Skip Python2 tests Dmitry Kurtaev 2024-10-14 12:40:18 +0300
  • 4d679db90e reduce code duplication for neon branch 2 Yuantao Feng 2024-10-14 16:26:33 +0800
  • 8e5dbc03fe
    Merge pull request #26298 from sturkmen72:avif Suleyman TURKMEN 2024-10-14 11:23:02 +0300
  • 3c627b0a97
    Merge pull request #26268 from mshabunin:cpp-array-test Alexander Smorkalov 2024-10-14 11:14:10 +0300
  • 65ce6c833d Build fix. Alexander Smorkalov 2024-10-14 11:04:32 +0300
  • 56a9bd0155 Test to prefent warnings Septimiu Neaga 2024-10-14 10:57:47 +0300
  • 58fac15a98
    Merge pull request #26301 from vpisarev:ttf3 Alexander Smorkalov 2024-10-14 10:51:08 +0300
  • 4343bd6af0 fix reduceSum test for new Engine Abdurrahheem 2024-10-11 14:56:33 +0300
  • feeaf06d57 Code reviw fixes for C++ sample. Alexander Smorkalov 2024-10-14 09:47:54 +0300
  • 0445ee74fd [MSMF] Call MFStartup right before MFCreateSourceReaderFromByteStream Dmitry Kurtaev 2024-10-14 09:39:12 +0300
  • f6b4df221a Review: do not throw exception im image i/o and hide imencodemulti impl. Alexander Smorkalov 2024-10-14 09:06:55 +0300
  • 1909ac8650
    Merge pull request #26212 from jamacias:feature/TickMeter-lasttime Alexander Smorkalov 2024-10-14 07:56:24 +0300
  • 29ae046834 reduce code duplication for neon branch Yuantao Feng 2024-10-14 11:55:14 +0800
  • 45b9398d68 Use generic SIMD in warpAffineBlocklineNN Letu Ren 2024-09-27 01:35:04 +0800
  • 08c6d00d96 1. updated Rubik font: 1) numerals are now monospace, e.g. '1' has the same width as '0', 2) '0' is different from capital 'o', 3) new glyphs added 2. stb_truetype upgraded from 1.24 to 1.26 with some fixes in rendering. Vadim Pisarevsky 2024-10-13 03:25:24 +0300
  • a0321f1366
    Merge abd237c67a into 08f7f13dfa Anna Khakimova 2024-10-12 20:12:35 +0300
  • 4c1d7d10f3 Fixed GpuMat::empty() function to check rows and cols instead of data (which can be not null while getting roi with empty rect) gagik 2024-10-12 17:06:18 +0400
  • f735e685ce temporarily enable AVIF Suleyman TURKMEN 2024-10-12 14:10:32 +0300
  • b378db289b resolves the issue 26297 Suleyman TURKMEN 2024-10-12 13:11:12 +0300
  • 5aa45e9053
    Merge pull request #26292 from fengyuentau:imgproc/warpaffine_opt_opencl Yuantao Feng 2024-10-12 16:13:41 +0800
  • 6d3541bd3c fixing drawContours() function to correctly draw child contours shyama7004 2024-10-12 12:00:38 +0530
  • 72635d594a
    Merge 0ec678bcc1 into 08f7f13dfa Amir Hassan 2024-10-12 10:21:33 +0800
  • df75f1f445 TrackerVit: Add support for loading model from memory buffer quantizs 2024-10-11 16:59:14 +0200
  • 08f7f13dfa
    Merge pull request #26234 from zachlowry:apply-gcc6-fix-on-each-directory Zach Lowry 2024-10-11 09:00:59 -0500
  • 35bebd9a36 Fixed datatype Gursimar Singh 2024-10-11 18:33:26 +0530
  • 0326b505c0 Changes after code review Septimiu Neaga 2024-10-11 15:25:19 +0300
  • 6354984f5c Changes after PR review Septimiu Neaga 2024-10-11 15:23:13 +0300
  • 6f4cf15c0c Refactoring Gursimar Singh 2024-10-11 17:33:54 +0530
  • c1be0c95da Adding optimization level configuration for ONNX runtime Septimiu Neaga 2024-10-10 15:28:12 +0300
  • a624bcccde fix reduceSum test for new Engine Abdurrahheem 2024-10-11 14:56:33 +0300
  • f9c1612989 Added vit to models.yml Gursimar Singh 2024-10-11 17:24:00 +0530
  • 27903e2794 trigger opencl build Yuantao Feng 2024-10-11 18:37:27 +0800
  • 8c22f93a29 update opencl kernel from #26242 Yuantao Feng 2024-10-11 16:55:49 +0800
  • 0d974b05be Added audio sample Gursimar Singh 2024-10-11 14:23:56 +0530
  • 0de648f52b Resolved merge conflicts Gursimar Singh 2024-10-11 14:19:12 +0530
  • a5f063870b Separated audio and video sample Gursimar Singh 2024-10-11 14:16:59 +0530
  • f4d4d9bf49 Documentation update Alexander Smorkalov 2024-10-11 11:35:12 +0300
  • c7788bdcf3 use is32f to control data type in opencl kernel dispatcher fengyuentau 2024-10-11 16:26:46 +0800
  • 7ee0dca2d7 Turned off subset of Test_ONNX_layers.ResizeUnfusedTwoInputs due to failure with OpenVINO. Alexander Smorkalov 2024-10-11 08:28:04 +0300