1. 30 Mar, 2018 1 commit
  2. 13 Feb, 2018 1 commit
  3. 21 Jan, 2018 1 commit
  4. 18 Jan, 2018 1 commit
    • Gregory Morse's avatar
      Merge pull request #10412 from GregoryMorse:patch-2 · ec353dbd
      Gregory Morse authored
      Update to add window position and size retrieval to HighGUI (#10412)
      
      * Update highgui.hpp
      
      Add read only property retrieval for enhanced rendering capabilities and more sophisticated research tools
      
      * Update window.cpp
      
      * Update window_w32.cpp
      
      * Update window_QT.cpp
      
      * Update window_QT.h
      
      * Update window_QT.h
      
      * Update window_gtk.cpp
      
      * Update precomp.hpp
      
      * Update highgui_c.h
      
      * Update highgui_c.h
      
      * Update window_w32.cpp
      
      * Update precomp.hpp
      
      * Update window_QT.cpp
      
      * Update window_QT.h
      
      * Update window_gtk.cpp
      
      * Update window_gtk.cpp
      
      * Update window_w32.cpp
      
      * Update window_QT.cpp
      
      * Update window_carbon.cpp
      
      * Update window_cocoa.mm
      
      * Update precomp.hpp
      
      * Update window_cocoa.mm
      
      * Update window_w32.cpp
      
      * Update window_gtk.cpp
      
      * Update window_QT.cpp
      
      * Update window_gtk.cpp
      
      * Update window_QT.cpp
      
      * Update window_cocoa.mm
      
      * Update window_carbon.cpp
      
      * Update window_w32.cpp
      
      * Update window_cocoa.mm
      
      * Update window_gtk.cpp
      
      * Update window_cocoa.mm
      
      * Update window_gtk.cpp
      
      * Update window_cocoa.mm
      
      * Update window_cocoa.mm
      
      * Update window.cpp
      
      * Update test_gui.cpp
      
      * Update test_gui.cpp
      
      * Update test_gui.cpp
      
      * Update highgui_c.h
      
      * Update highgui.hpp
      
      * Update window.cpp
      
      * Update highgui_c.h
      
      * Update test_gui.cpp
      
      * Update highgui.hpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      
      * Update window.cpp
      ec353dbd
  5. 07 Mar, 2017 1 commit
  6. 02 Nov, 2016 1 commit
  7. 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
  8. 18 Aug, 2016 1 commit
  9. 21 Jul, 2016 1 commit
  10. 24 Jun, 2016 2 commits
  11. 13 Oct, 2015 1 commit
  12. 18 Nov, 2014 1 commit
  13. 06 Jun, 2013 1 commit
  14. 13 May, 2013 1 commit
  15. 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
  16. 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
  17. 17 Oct, 2012 2 commits
  18. 12 Dec, 2011 1 commit
  19. 17 Jun, 2011 1 commit
  20. 16 Jun, 2011 1 commit
  21. 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
  22. 04 Dec, 2010 1 commit
  23. 19 Aug, 2010 2 commits
  24. 18 Aug, 2010 3 commits
  25. 17 Aug, 2010 1 commit
  26. 15 Aug, 2010 1 commit
  27. 02 Aug, 2010 1 commit
  28. 31 Jul, 2010 1 commit
  29. 30 Jul, 2010 1 commit
  30. 28 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      Qt: · 7ce53ada
      Yannick Verdie authored
      Fixed bug with exclusive buttons
      Fixed memory leaks
      7ce53ada
  31. 26 Jul, 2010 1 commit
  32. 23 Jul, 2010 2 commits
  33. 22 Jul, 2010 2 commits