1. 21 Nov, 2017 3 commits
    • Alexander Alekhin's avatar
      dnn: drop OpenCL code path for DetectionOutputLayer · 0f34628a
      Alexander Alekhin authored
      getUMat()/getMat() calls are scope based. Results of these calls can't be
      stored somewhere for future usage.
      0f34628a
    • Vadim Pisarevsky's avatar
      c3cced0f
    • Rostislav Vasilikhin's avatar
      Merge pull request #10041 from savuor:RevHoughWorks · 397b57dd
      Rostislav Vasilikhin authored
      HoughCircles rewritten (PR #7434 updated) (#10041)
      
      * initial version of renewed HoughCircles done
      
      * fixed compilation
      
      * fixed SIMD ability & compilation warning
      
      * fixed accumulator nonmax comparison
      
      * common Mutex for all invokers
      
      * nzLocal is std::vector
      
      * nz is std::vector
      
      * SSE2 -> SIMD128
      
      * centers is now std::vector
      
      * circles is std::vector
      
      * estimateRadius updated
      
      * accum calculation w/o mutex
      
      * less deprecated code
      
      * several bugs fixed
      
      * back to mutex, TLS gathering doesn't work
      
      * extra code removed
      
      * little refactoring
      
      * docs note updated
      
      * a little speedup
      
      * warning fixed
      397b57dd
  2. 20 Nov, 2017 7 commits
  3. 18 Nov, 2017 2 commits
  4. 17 Nov, 2017 11 commits
  5. 16 Nov, 2017 9 commits
  6. 15 Nov, 2017 4 commits
  7. 14 Nov, 2017 1 commit
  8. 13 Nov, 2017 3 commits