1. 17 Mar, 2013 1 commit
  2. 14 Mar, 2013 3 commits
  3. 13 Mar, 2013 1 commit
  4. 12 Mar, 2013 3 commits
  5. 09 Mar, 2013 3 commits
  6. 01 Mar, 2013 1 commit
  7. 28 Feb, 2013 2 commits
  8. 26 Feb, 2013 1 commit
  9. 25 Feb, 2013 4 commits
  10. 24 Feb, 2013 1 commit
  11. 21 Feb, 2013 4 commits
  12. 20 Feb, 2013 1 commit
  13. 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
  14. 18 Feb, 2013 1 commit
  15. 14 Feb, 2013 2 commits
  16. 11 Feb, 2013 1 commit
  17. 06 Feb, 2013 1 commit
  18. 04 Feb, 2013 1 commit
  19. 01 Feb, 2013 1 commit
  20. 31 Jan, 2013 2 commits
  21. 28 Jan, 2013 1 commit
  22. 25 Jan, 2013 1 commit
  23. 23 Jan, 2013 3 commits
    • Vladislav Vinogradov's avatar
      optimizations: · 281d036f
      Vladislav Vinogradov authored
      - new reduce implementation (with kepler optimizations)
      - saturate_cast via asm command
      - video SIMD instructions in element operations
      - float arithmetics instead of double
      - new deviceSupports function
      281d036f
    • Vladislav Vinogradov's avatar
      fixes for gpu module: · ae6266e1
      Vladislav Vinogradov authored
      - fixed printCudaDeviceInfo for new CC
      - fixed some compilation errors and warnings
      - removed unset command from CMake script
      - removed unused std imports
      ae6266e1
    • Andrey Kamaev's avatar
      Quiet output of cv::error in Java tests · caa2c06e
      Andrey Kamaev authored
      Introduced new Java API
      void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
      used to suppress output to stderr from OpenCV's asserts
      caa2c06e