1. 09 Nov, 2017 1 commit
  2. 28 Jun, 2017 2 commits
    • Alexander Alekhin's avatar
      dnn: added trace macros · ed103833
      Alexander Alekhin authored
      ed103833
    • Vadim Pisarevsky's avatar
      another round of dnn optimization (#9011) · 8b3d6603
      Vadim Pisarevsky authored
      * another round of dnn optimization:
      * increased malloc alignment across OpenCV from 16 to 64 bytes to make it AVX2 and even AVX-512 friendly
      * improved SIMD optimization of pooling layer, optimized average pooling
      * cleaned up convolution layer implementation
      * made activation layer "attacheable" to all other layers, including fully connected and addition layer.
      * fixed bug in the fusion algorithm: "LayerData::consumers" should not be cleared, because it desctibes the topology.
      * greatly optimized permutation layer, which improved SSD performance
      * parallelized element-wise binary/ternary/... ops (sum, prod, max)
      
      * also, added missing copyrights to many of the layer implementation files
      
      * temporarily disabled (again) the check for intermediate blobs consistency; fixed warnings from various builders
      8b3d6603
  3. 26 Jun, 2017 1 commit
  4. 15 Feb, 2014 1 commit
  5. 20 Jan, 2014 1 commit
  6. 02 Sep, 2013 1 commit
  7. 19 Aug, 2013 1 commit
  8. 07 Jun, 2013 1 commit
  9. 18 Apr, 2013 6 commits
  10. 16 Apr, 2013 1 commit
  11. 08 Apr, 2013 2 commits
  12. 01 Apr, 2013 1 commit
  13. 22 Mar, 2013 1 commit
  14. 18 Mar, 2013 1 commit
  15. 13 Mar, 2013 1 commit
  16. 19 Feb, 2013 1 commit
    • Vladislav Vinogradov's avatar
      updated OpenGL functionality: · e06c3ec7
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      * added Access parameter to GlBuffer::mapHost
      * added autoRelease parameter to all create methods
      e06c3ec7
  17. 23 Jan, 2013 1 commit
  18. 20 Dec, 2012 1 commit
  19. 30 Nov, 2012 1 commit
    • Vladislav Vinogradov's avatar
      refactored opengl functionality · 08fbf667
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * renamed GlTexture -> GlTexture2D
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      08fbf667
  20. 09 Nov, 2012 1 commit
  21. 01 Nov, 2012 1 commit
  22. 24 Oct, 2012 1 commit
  23. 17 Oct, 2012 2 commits
  24. 13 Sep, 2012 1 commit
  25. 20 Aug, 2012 2 commits
  26. 19 Aug, 2012 1 commit
  27. 16 Aug, 2012 1 commit
  28. 31 Jul, 2012 1 commit
  29. 05 Jul, 2012 1 commit
  30. 15 Jun, 2012 1 commit
  31. 08 Jun, 2012 1 commit