1. 06 Jun, 2013 1 commit
  2. 13 May, 2013 1 commit
  3. 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
  4. 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
  5. 17 Oct, 2012 2 commits
  6. 12 Dec, 2011 1 commit
  7. 17 Jun, 2011 1 commit
  8. 16 Jun, 2011 1 commit
  9. 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
  10. 04 Dec, 2010 1 commit
  11. 19 Aug, 2010 2 commits
  12. 18 Aug, 2010 3 commits
  13. 17 Aug, 2010 1 commit
  14. 15 Aug, 2010 1 commit
  15. 02 Aug, 2010 1 commit
  16. 31 Jul, 2010 1 commit
  17. 30 Jul, 2010 1 commit
  18. 28 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      Qt: · 7ce53ada
      Yannick Verdie authored
      Fixed bug with exclusive buttons
      Fixed memory leaks
      7ce53ada
  19. 26 Jul, 2010 1 commit
  20. 23 Jul, 2010 2 commits
  21. 22 Jul, 2010 2 commits
  22. 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
  23. 16 Jul, 2010 3 commits
  24. 12 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      New functions with QT GUI: · c3eb7881
      Yannick Verdie authored
      - 3 new points mostly done:
            - OpenGL support enabled (windows are rendered using GPU)
            - Save current screen (with overlay and so on...) with shortcut CTRL+S
            - Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...)
      c3eb7881
  25. 07 Jul, 2010 1 commit
    • Yannick Verdie's avatar
      New functions with QT GUI: · 3d55d481
      Yannick Verdie authored
      - Save current screen (CTRL+S), with png, jpg, jpeg, bmp format support
      - OpenGL rendering enable (make Qt very fast)
            -> working on opengl callback (done soon)
      - Rendering optimised (with and without openGL)
      3d55d481
  26. 29 Jun, 2010 1 commit
  27. 28 Jun, 2010 2 commits
  28. 26 Jun, 2010 2 commits
  29. 25 Jun, 2010 1 commit
  30. 22 Jun, 2010 1 commit
    • Yannick Verdie's avatar
      New functions with QT GUI: · f69514ee
      Yannick Verdie authored
      StatusBar with zoom/color/position information
      user can display infor mation in statusbar with cvDisplayStatusBar(window,text,delay_ms)
      f69514ee