1. 27 1月, 2023 1 次提交
    • Y
      Avoid double-checked locking with TSAN in parallel · bf29a4d7
      Yannis Guyon 提交于
      Omit the first check of the double-checked locking pattern in
      recordException() in parallel.cpp when CV_THREAD_SANITIZER is defined.
      This should only slow recordException() down when the thread sanitizer
      is used, and avoids the TSAN data race warning.
      bf29a4d7
  2. 23 1月, 2023 1 次提交
    • R
      Merge pull request #23025 from savuor:backport3_stddev_calib_fix · 4009bca5
      Rostislav Vasilikhin 提交于
      Backport of #22992 to 3.4
      
      ### 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
      - [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
      4009bca5
  3. 22 1月, 2023 1 次提交
  4. 20 1月, 2023 2 次提交
  5. 19 1月, 2023 3 次提交
  6. 18 1月, 2023 2 次提交
  7. 13 1月, 2023 1 次提交
  8. 10 1月, 2023 3 次提交
  9. 09 1月, 2023 3 次提交
  10. 27 12月, 2022 4 次提交
  11. 26 12月, 2022 2 次提交
  12. 23 12月, 2022 2 次提交
  13. 22 12月, 2022 1 次提交
  14. 20 12月, 2022 1 次提交
  15. 19 12月, 2022 1 次提交
  16. 18 12月, 2022 2 次提交
  17. 17 12月, 2022 1 次提交
  18. 16 12月, 2022 3 次提交
  19. 15 12月, 2022 1 次提交
  20. 14 12月, 2022 4 次提交
  21. 13 12月, 2022 1 次提交