1. 15 May, 2019 1 commit
  2. 14 May, 2019 2 commits
  3. 07 May, 2019 1 commit
  4. 16 Apr, 2019 1 commit
  5. 25 Feb, 2019 2 commits
  6. 06 Feb, 2019 1 commit
  7. 31 Jan, 2019 1 commit
  8. 30 Jan, 2019 1 commit
  9. 18 Jan, 2019 1 commit
  10. 17 Jan, 2019 1 commit
  11. 11 Jan, 2019 1 commit
  12. 09 Jan, 2019 1 commit
  13. 25 Dec, 2018 1 commit
  14. 18 Dec, 2018 1 commit
    • vishwesh5's avatar
      Merge pull request #13432 from vishwesh5:patch-1 · 715f8fcc
      vishwesh5 authored
      * Create text_detection.py
      
      #12270 #13429
      **Deep Learning text detection sample (Python)**
      - Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch)
      - Python version supported - Python 2 and Python 3
      
      * Fix trailing whitespaces
      
      * Update text_detection.py
      
      * Remove whitespace
      
      * Remove comments
      
      * Remove unused packages
      
      * Update description
      715f8fcc
  15. 16 Nov, 2018 1 commit
  16. 13 Nov, 2018 1 commit
  17. 07 Nov, 2018 1 commit
  18. 24 Oct, 2018 1 commit
  19. 25 Sep, 2018 2 commits
  20. 18 Sep, 2018 1 commit
  21. 06 Sep, 2018 1 commit
  22. 03 Sep, 2018 1 commit
  23. 31 Aug, 2018 1 commit
  24. 30 Aug, 2018 1 commit
  25. 24 Aug, 2018 1 commit
  26. 15 Aug, 2018 1 commit
  27. 14 Aug, 2018 1 commit
  28. 02 Aug, 2018 1 commit
  29. 01 Aug, 2018 2 commits
  30. 31 Jul, 2018 1 commit
    • luz.paz's avatar
      Misc. typos · 2003eb1b
      luz.paz authored
      Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
      2003eb1b
  31. 25 Jul, 2018 1 commit
  32. 19 Jul, 2018 1 commit
  33. 12 Jul, 2018 1 commit
  34. 28 Jun, 2018 1 commit
  35. 08 Jun, 2018 1 commit
  36. 07 Jun, 2018 1 commit
    • David's avatar
      Added ResizeBilinear op for tf (#11050) · 7175f257
      David authored
      * Added ResizeBilinear op for tf
      
      Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
      
      Minor changes to tf_importer and resize layer to save some code lines
      
      Minor changes in init.cpp
      
      Minor changes in tf_importer.cpp
      
      * Replaced implementation of a custom ResizeBilinear layer to all layers
      
      * Use Mat::ptr. Replace interpolation flags
      7175f257