1. 26 Jan, 2020 1 commit
    • Polina Smolnikova's avatar
      Merge pull request #15338 from rayonnant14:my_detect_and_decode_3.4 · acc089ca
      Polina Smolnikova authored
      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
  2. 07 Jun, 2019 1 commit
  3. 05 Jun, 2019 1 commit
  4. 28 May, 2019 1 commit
  5. 01 Mar, 2019 2 commits
  6. 17 Jul, 2018 1 commit
  7. 28 Feb, 2018 1 commit
  8. 13 Feb, 2018 1 commit
  9. 13 Jan, 2018 3 commits
  10. 16 Nov, 2017 1 commit
  11. 15 Jun, 2017 1 commit
  12. 02 May, 2017 1 commit
  13. 05 Apr, 2017 1 commit
  14. 02 Mar, 2017 1 commit
  15. 31 Jan, 2017 1 commit
  16. 30 Dec, 2016 1 commit
  17. 15 Oct, 2016 1 commit
  18. 13 Oct, 2016 1 commit
  19. 12 Oct, 2016 1 commit
  20. 10 Oct, 2016 1 commit
  21. 07 Oct, 2016 2 commits
  22. 06 Oct, 2016 1 commit
  23. 30 Sep, 2016 1 commit
  24. 10 Aug, 2016 1 commit
  25. 05 Aug, 2016 1 commit
  26. 31 May, 2016 1 commit
  27. 23 May, 2016 1 commit
  28. 07 Mar, 2016 1 commit
    • Jason von Nieda's avatar
      Adds supports for the majority of features2d to the Java wrappers: · f4b502dd
      Jason von Nieda authored
      * Adds the main features2d header to the parse list for the generator.
      * Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header.
      * Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway, so no harm is done.
      f4b502dd
  29. 09 Feb, 2016 1 commit
    • Nikolay Polyarniy's avatar
      T-API python support implemented: · 46e08d34
      Nikolay Polyarniy authored
       - cv2.UMat implemented - python thin wrapper for UMat
       - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead
       - cv2.UMat.get() - to fetch data to Host
       - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
      46e08d34
  30. 16 Dec, 2015 1 commit
  31. 29 Oct, 2015 1 commit
  32. 20 Oct, 2015 1 commit
  33. 27 Aug, 2015 1 commit
  34. 26 Aug, 2015 1 commit
  35. 02 Jun, 2015 1 commit
  36. 26 May, 2015 1 commit