1. 08 8月, 2023 4 次提交
  2. 07 8月, 2023 2 次提交
  3. 05 8月, 2023 1 次提交
  4. 04 8月, 2023 5 次提交
    • L
      Merge pull request #24101 from LaurentBerger:I24076 · 2ff16d4c
      Laurent Berger 提交于
      Invalid memory access fix for ONNX split layer parser #24076 #24101
      
      ### Pull Request Readiness Checklist
      
      See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
      
      - [x] I agree to contribute to the project under Apache 2 License.
      - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
      - [x] The PR is proposed to the proper branch
      - [x] There is a reference to the original bug report and related work https://github.com/opencv/opencv/issues/24076
      - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
            Patch to opencv_extra has the same branch name.
      - [x] The feature is well documented and sample code can be built with the project CMake
      2ff16d4c
    • A
      Merge pull request #24104 from cudawarped:cuda_fix_cuda_toolkit_12_2 · 5466fd26
      Alexander Smorkalov 提交于
      `cuda`: fix for compatibility with CUDA Toolkit >= 12.2.0
      5466fd26
    • D
      Merge pull request #24039 from dkurt:tflite_test_backends · 4b8aeb11
      Dmitry Kurtaev 提交于
      TFLite models on different backends (tests and improvements) #24039
      
      ### Pull Request Readiness Checklist
      
      * MaxUnpooling with OpenVINO
      * Fully connected with transposed inputs/weights with OpenVINO
      * Enable backends tests for TFLite (related to https://github.com/opencv/opencv/issues/23992#issuecomment-1640691722)
      * Increase existing tests thresholds
      
      See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
      
      - [x] I agree to contribute to the project under Apache 2 License.
      - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
      - [x] The PR is proposed to the proper branch
      - [x] There is a reference to the original bug report and related work
      - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
            Patch to opencv_extra has the same branch name.
      - [x] The feature is well documented and sample code can be built with the project CMake
      4b8aeb11
    • V
      Added new data types to cv::Mat & UMat (#23865) · 518486ed
      Vadim Pisarevsky 提交于
      * started working on adding 32u, 64u, 64s, bool and 16bf types to OpenCV
      
      * core & imgproc tests seem to pass
      
      * fixed a few compile errors and test failures on macOS x86
      
      * hopefully fixed some compile problems and test failures
      
      * fixed some more warnings and test failures
      
      * trying to fix small deviations in perf_core & perf_imgproc by revering randf_64f to exact version used before
      
      * trying to fix behavior of the new OpenCV with old plugins; there is (quite strong) assumption that video capture would give us frames with depth == CV_8U (0) or CV_16U (2). If depth is > 7 then it means that the plugin is built with the old OpenCV. It needs to be recompiled, of course and then this hack can be removed.
      
      * try to repair the case when target arch does not have FP64 SIMD
      
      * 1. fixed bug in itoa() found by alalek
      2. restored ==, !=, > and < univ. intrinsics on ARM32/ARM64.
      518486ed
    • A
      Merge pull request #24096 from asmorkalov:as/vrabaud_calibration_port · fa91c144
      Alexander Smorkalov 提交于
      Port stereoRectify grid fix #24035
      fa91c144
  5. 03 8月, 2023 5 次提交
  6. 02 8月, 2023 6 次提交
  7. 01 8月, 2023 6 次提交
  8. 28 7月, 2023 2 次提交
  9. 27 7月, 2023 9 次提交