1. 16 8月, 2022 1 次提交
  2. 07 8月, 2022 1 次提交
  3. 12 7月, 2022 1 次提交
    • R
      Make objdetect/test C++11-compliant and reproducible · 31350631
      Rong Mantle Bao 提交于
      - Add conditional compilation directives to replace deprecated std::random_shuffle with new std::shuffle when C++11 is available.
      
      - Set random seed to a fixed value before shuffling containers to ensure reproducibility.
      
      Resolves opencv/opencv#22209.
      31350631
  4. 06 7月, 2022 1 次提交
  5. 04 6月, 2022 1 次提交
  6. 31 5月, 2022 1 次提交
    • K
      Merge pull request #22030 from Kumataro:3.4-fix22029 · 1a24e316
      Kumataro 提交于
      * objdetect: qrcode_encoder: fix to missing timing pattern
      
      * objdetect: qrcode_encoder: Add SCOPED_TRACE() and replace CV_Assert() to ASSERT_EQ().
      
      - Add SCOPED_TRACE() for version loop.
      
      - Replace CV_Assert() to ASSERT_EQ().
      
      - Rename expect_msg to msg.
      1a24e316
  7. 14 2月, 2022 1 次提交
  8. 17 12月, 2021 1 次提交
  9. 02 12月, 2021 1 次提交
  10. 28 11月, 2021 1 次提交
  11. 16 11月, 2021 1 次提交
  12. 04 11月, 2021 2 次提交
  13. 25 5月, 2021 1 次提交
  14. 17 5月, 2021 1 次提交
  15. 05 3月, 2021 1 次提交
  16. 06 2月, 2021 1 次提交
  17. 28 10月, 2020 1 次提交
  18. 24 10月, 2020 1 次提交
    • A
      Merge pull request #18003 from APrigarina:curved_qrcodes_decoding · c71f2714
      ann 提交于
      Detection and decoding of curved QR-codes
      
      * temp changes for curved qrcodes
      
      * added api for curved qr code decoding
      
      * fixed prototypes
      
      * refactored curved qr code decoding
      
      * refactored curved qr code decoding 2nd part
      
      * refactored curved qr code decoding 3rd part
      
      * refactored curved qr code decoding 4th part
      
      * added tests for curved qr code decoding
      
      * refactored curved qr code decoding 5th part
      c71f2714
  19. 03 9月, 2020 1 次提交
  20. 10 6月, 2020 1 次提交
  21. 31 5月, 2020 1 次提交
  22. 28 4月, 2020 1 次提交
  23. 22 4月, 2020 1 次提交
  24. 16 4月, 2020 2 次提交
  25. 21 3月, 2020 1 次提交
  26. 17 3月, 2020 2 次提交
  27. 11 2月, 2020 1 次提交
  28. 05 2月, 2020 1 次提交
  29. 28 1月, 2020 1 次提交
  30. 27 1月, 2020 1 次提交
    • P
      Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 · acc089ca
      Polina Smolnikova 提交于
      QR-Code detector : multiple detection
      
      * change in qr-codes detection
      
      * change in qr-codes detection
      
      * change in test
      
      * change in test
      
      * add multiple detection
      
      * multiple detection
      
      * multiple detect
      
      * add parallel implementation
      
      * add functional for performance tests
      
      * change in test
      
      * add perftest
      
      * returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode
      
      * deleted all lambda expressions
      
      * changing in triangle sort
      
      * fixed warnings
      
      * fixed errors
      
      * add java and python tests
      
      * change in java tests
      
      * change in java and python tests
      
      * change in perf test
      
      * change in qrcode.cpp
      
      * add spaces
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * change in java tests
      
      * change in java tests
      
      * solved problems
      
      * solved problems
      
      * change in java and python tests
      
      * change in python tests
      
      * change in python tests
      
      * change in python tests
      
      * change in methods name
      
      * deleted sample qrcode_multi, change in qrcode.cpp
      
      * change in perf tests
      
      * change in objdetect.hpp
      
      * deleted code duplication in sample qrcode.cpp
      
      * returned spaces
      
      * added spaces
      
      * deleted draw function
      
      * change in qrcode.cpp
      
      * change in qrcode.cpp
      
      * deleted all draw functions
      
      * objdetect(QR): extractVerticalLines
      
      * objdetect(QR): whitespaces
      
      * objdetect(QR): simplify operations, avoid duplicated code
      
      * change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera
      
      * fix warnings and errors in python test
      
      * fix
      
      * write in file with space key
      
      * solved error with empty mat check in python test
      
      * correct path to test image
      
      * deleted spaces
      
      * solved error with check empty mat in python tests
      
      * added check of empty vector of points
      
      * samples: rework qrcode.cpp
      
      * objdetect(QR): fix API, input parameters must be first
      
      * objdetect(QR): test/fix points layout
      acc089ca
  31. 10 1月, 2020 1 次提交
  32. 18 11月, 2019 1 次提交
  33. 29 10月, 2019 1 次提交
  34. 04 10月, 2019 1 次提交
  35. 01 10月, 2019 1 次提交
    • A
      Merge pull request #15356 from APrigarina:3.4_version2 · 5c9a624a
      ann 提交于
      QR-Code detection: accuracy improvement
      
      * first commit
      
      * resize improvement
      
      * resize improvement
      
      * dummy commit
      
      * warnings fix
      
      * warnings fix
      
      * warnings fix
      
      * test added
      
      * resize fix
      
      * resize fix
      
      * tests changed
      
      * tests changed
      5c9a624a
  36. 23 8月, 2019 1 次提交
  37. 08 8月, 2019 1 次提交
    • C
      Merge pull request #15199 from ChipKerchner:hogToHal · d513fb4c
      Chip Kerchner 提交于
      Convert HOG from SSE SIMD to HAL - 35-45% faster on Power (VSX) (#15199)
      
      * Convert SSE SIMD to HAL. 35-45% improvement for Power (VSX)
      
      * Remove CV_NEON code. Use v_floor instead of 3 lines of code.
      
      * Invert comparison logic to simplify code.
      
      * Change initialization from v_load to constructor type.
      d513fb4c