1. 02 Mar, 2018 1 commit
  2. 23 Feb, 2018 1 commit
  3. 22 Feb, 2018 1 commit
    • Andrej Muhič's avatar
      Merge pull request #1552 from amuhic:master · ced5aa76
      Andrej Muhič authored
      Implementation of CSR-DCF tracker (#1552)
      
      * Initial commit for CSR-DCF tracker implementation
      
      * Fixes for automatic build
      
      * General code fixes
      
      * Removed unused parameters. Added CSRT to automatic tests.
      
      * Fixed VS build warnings. Fixed a bug with gray sequences.
      
      * Fixed VS build errors for samples file.
      ced5aa76
  4. 20 Feb, 2018 1 commit
  5. 19 Feb, 2018 1 commit
  6. 18 Feb, 2018 1 commit
  7. 17 Feb, 2018 1 commit
  8. 14 Feb, 2018 2 commits
  9. 13 Feb, 2018 2 commits
  10. 11 Feb, 2018 1 commit
  11. 09 Feb, 2018 2 commits
  12. 08 Feb, 2018 5 commits
  13. 07 Feb, 2018 1 commit
  14. 06 Feb, 2018 4 commits
  15. 05 Feb, 2018 3 commits
  16. 04 Feb, 2018 1 commit
  17. 03 Feb, 2018 1 commit
  18. 02 Feb, 2018 1 commit
  19. 01 Feb, 2018 3 commits
  20. 30 Jan, 2018 1 commit
  21. 29 Jan, 2018 2 commits
    • Alexander Alekhin's avatar
      cdfcd0bd
    • Kv Manohar's avatar
      Merge pull request #1253 from kvmanohar22:GSoC17_dnn_objdetect · 41a5a5ea
      Kv Manohar authored
      GSoC'17 Learning compact models for object detection (#1253)
      
      * Final solver and model for SqueezeNet model
      
      * update README
      
      * update dependencies and CMakeLists
      
      * add global pooling
      
      * Add training scripts
      
      * fix typo
      
      * fix dependency of caffe
      
      * fix whitespace
      
      * Add squeezedet architecture
      
      * Pascal pre process script
      
      * Adding pre process scripts
      
      * Generate the graph of the model
      
      * more readable
      
      * fix some bugs in the graph
      
      * Post process class implementation
      
      * Complete minimal post processing and standalone running
      
      * Complete the base class
      
      * remove c++11 features and fix bugs
      
      * Complete example
      
      * fix bugs
      
      * Adding final scripts
      
      * Classification scripts
      
      * Update README.md
      
      * Add example code and results
      
      * Update README.md
      
      * Re-order and fix some bugs
      
      * fix build failure
      
      * Document classes and functions
      
      * Add instructions on how to use samples
      
      * update instructionos
      
      * fix docs failure
      
      * fix conversion types
      
      * fix type conversion warning
      
      * Change examples to sample directoryu
      
      * restructure directories
      
      * add more references
      
      * fix whitespace
      
      * retain aspect ratio
      
      * Add more examples
      
      * fix docs warnings
      
      * update with links to trained weights
      
      * threshold update
      
      * png -> jpg
      
      * fix tutorial
      
      * model files
      
      * precomp.hpp , fix readme links, module dependencies
      
      * copyrights
      
      - no copyright in samples
      - use new style OpenCV copyright header
      - precomp.hpp
      41a5a5ea
  22. 27 Jan, 2018 1 commit
  23. 26 Jan, 2018 2 commits
  24. 25 Jan, 2018 1 commit
    • Plamen Dimitrov's avatar
      Comment out direct print statements during tesseract run invocations · 7ccfdbef
      Plamen Dimitrov authored
      This statement interferes with regular logging on the client side
      where the OpenCV library's outputs cannot be managed by the user
      and forcefully print out in the client code. For instance, this
      is observed when OpenCV is used as a python library where it is
      expected to provide optional loggers instead of direct writes to
      stdout.
      7ccfdbef