1. 07 Mar, 2017 1 commit
  2. 02 Nov, 2016 1 commit
  3. 28 Oct, 2016 1 commit
    • Pavel Rojtberg's avatar
      highgui: add property WND_PROP_VISIBLE · 358ec044
      Pavel Rojtberg authored
      checks whether the window exists and is visible. On QT closing a window
      merley hides it, so the common hack for checking whether a window exists
      
      exists = cv2.getWindowProperty(.., 0) >= 0
      
      does not work.
      358ec044
  4. 18 Aug, 2016 1 commit
  5. 21 Jul, 2016 1 commit
  6. 24 Jun, 2016 2 commits
  7. 13 Oct, 2015 1 commit
  8. 18 Nov, 2014 1 commit
  9. 06 Jun, 2013 1 commit
  10. 13 May, 2013 1 commit
  11. 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
  12. 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
  13. 17 Oct, 2012 2 commits
  14. 12 Dec, 2011 1 commit
  15. 17 Jun, 2011 1 commit
  16. 16 Jun, 2011 1 commit
  17. 31 Dec, 2010 1 commit
    • Vladimir Dudnik's avatar
      added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake… · 6309b2d0
      Vladimir Dudnik authored
      added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
      The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
      
      Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
      
      6309b2d0
  18. 04 Dec, 2010 1 commit
  19. 19 Aug, 2010 2 commits
  20. 18 Aug, 2010 3 commits
  21. 17 Aug, 2010 1 commit
  22. 15 Aug, 2010 1 commit
  23. 02 Aug, 2010 1 commit
  24. 31 Jul, 2010 1 commit
  25. 30 Jul, 2010 1 commit
  26. 28 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      Qt: · 7ce53ada
      Yannick Verdie authored
      Fixed bug with exclusive buttons
      Fixed memory leaks
      7ce53ada
  27. 26 Jul, 2010 1 commit
  28. 23 Jul, 2010 2 commits
  29. 22 Jul, 2010 2 commits
  30. 20 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      QT new functions: · 14bf624a
      Yannick Verdie authored
       - cvAddButton done
       - All the "actions" of the toolbar are working
       - Window properties done
      14bf624a
  31. 16 Jul, 2010 3 commits